aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Run cargo fmtSven-Hendrik Haase2022-12-302-33/+31
* | Fix lintsSven-Hendrik Haase2022-12-196-27/+27
|/
* Bump depsSven-Hendrik Haase2022-11-111-1/+5
* Fix clap 4 behavior when allowing duplicate argsSven-Hendrik Haase2022-11-111-12/+3
* RefactoringIvkinStanislav2022-11-101-4/+2
* Update datetime formatIvkinStanislav2022-11-101-1/+1
* Change DateTime formats.ivkin2022-10-231-11/+6
* Golf a use lineSven-Hendrik Haase2022-10-141-2/+1
* Fix clap deprecationsSven-Hendrik Haase2022-10-141-36/+35
* Upgrade clap to v4Sven-Hendrik Haase2022-10-126-41/+43
* Bump depsSven-Hendrik Haase2022-09-261-2/+2
* Tidy up some importsSven-Hendrik Haase2022-09-209-25/+24
* Merge pull request #858 from jonasdiemer/restrict-upload-dirSven-Hendrik Haase2022-09-205-9/+53
|\
| * Return 403 instead of 500 for upload errsJonas Diemer2022-09-192-3/+7
| * Fixed clippy issue (single-char string to char)Jonas Diemer2022-09-191-1/+1
| * Changed handling of allowed path to fix WindowsJonas Diemer2022-09-192-3/+9
| * fix lint errorsJonas Diemer2022-09-181-2/+2