aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set default sorting order and method with argumentselandsborough2024-01-134-4/+59
* Merge pull request #1285 from cyqsimon/listing-crash-fixSven-Hendrik Haase2024-01-031-6/+11
|\
| * Prevent illegal request path from crashing programcyqsimon2023-12-061-6/+11
* | Merge pull request #1290 from 5long/remove-content-encodingSven-Hendrik Haase2024-01-032-10/+0
|\ \
| * | Remove header Content-Encoding when archivingWhyme Lyu2023-12-112-10/+0
| |/
* / Update actix-multipart to 0.6.1Sven-Hendrik Haase2024-01-032-3/+3
|/
* Better help for -uSven-Hendrik Haase2023-11-091-0/+5
* Fix incorrect conditional compilationSven-Hendrik Haase2023-10-101-3/+1
* Merge pull request #1228 from cyqsimon/upload-refactorSven-Hendrik Haase2023-09-246-132/+156
|\
| * Fix clippy complaintscyqsimon2023-09-051-1/+1
| * Fix incorrect usage of app data extractorcyqsimon2023-09-051-1/+1
| * Minor code style refactorscyqsimon2023-09-052-21/+27
| * Use distinct query type for file op APIscyqsimon2023-09-053-18/+20
| * rename `file_upload` to `file_op`cyqsimon2023-09-052-2/+4
| * Rewrite `contains_symlink`cyqsimon2023-09-052-29/+41
| * Make file util functions genericcyqsimon2023-07-101-4/+4
| * Create shared file utiity modulecyqsimon2023-07-104-86/+88
* | Fix MIPS compileSven-Hendrik Haase2023-08-211-3/+2
* | Fix arg help formattingSven-Hendrik Haase2023-08-211-4/+9
* | Merge pull request #1179 from proudmuslim-dev/masterSven-Hendrik Haase2023-08-212-3/+23
|\ \
| * | Add file content example to `--auth-file` argumentproudmuslim-dev2023-08-031-1/+5
| * | Update src/args.rsproudmuslim-dev2023-08-031-1/+1
| * | Add ability to read auth from fileProudmuslim2023-07-212-3/+19
| |/
* | Adjust from feedbackNorberto Lopes2023-08-071-1/+6
* | Add pretty urlsNorberto Lopes2023-08-063-1/+39
* | use a char instead of string literalDashon Wells2023-08-021-1/+1
* | Run cargo fmt to fix formattingDashon Wells2023-08-021-2/+3
* | Encode single quote in directory path nameDashon Wells2023-08-021-1/+2
* | Fix error page wrappingBao Trinh2023-07-261-2/+10
* | Consolidate javascript and add commentsBao Trinh2023-07-261-35/+29
* | use grass include macro; remove build.rsBao Trinh2023-07-212-5/+5
* | remove commented codeBao Trinh2023-07-201-2/+0
* | Separate color schemes into separate filesBao Trinh2023-07-122-3/+29
* | simplify theme selection using data attributesBao Trinh2023-07-111-13/+12
|/
* Fix ANSI color codes are printed when not a ttySven-Hendrik Haase2023-07-051-12/+14
* Allow parameters to be provided via env varsSven-Hendrik Haase2023-07-051-32/+78
* Remove atty depSven-Hendrik Haase2023-07-021-4/+4
* Switch from deprecated get_if_addrs to if-addrsSven-Hendrik Haase2023-04-201-1/+1
* Add EC key support (closes #1080)Sven-Hendrik Haase2023-04-161-1/+3
* Split up wget testsSven-Hendrik Haase2023-03-011-23/+35
* Merge pull request #1043 from Yusuto/wget-fixSven-Hendrik Haase2023-03-012-27/+95
|\
| * Added tests and small fixesSilux2023-02-251-5/+68
| * Switched from using AsRef<str> to using &UriSilux2023-02-222-16/+17
| * Make the wget footer click to copySilux2023-02-221-1/+5
| * Cleaned up thewget_footer function and generated commandSilux2023-02-221-18/+14
| * Fix the wget footerSilux2023-02-211-7/+11
* | Merge pull request #991 from Vam-Jam/sort_down_fixSven-Hendrik Haase2023-02-211-1/+1
|\ \ | |/ |/|
| * [fix] Sorting breaks subdir downloadingVamist2022-12-061-1/+1
* | Bump more depsSven-Hendrik Haase2023-01-221-1/+1
* | Fix more lintsSven-Hendrik Haase2022-12-311-1/+1