aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run cargo fmtkhai96_2019-04-241-2/+2
* Use format! instead of manual string concatenationkhai96_2019-04-241-3/+2
* Convert hex strings to raw byte vectors and compare themkhai96_2019-04-231-12/+25
* Update help description for --authkhai96_2019-04-191-1/+1
* Add tests for where parse_auth failskhai96_2019-04-191-0/+27
* Correct error messagekhai96_2019-04-191-1/+1
* Merge branches 'pullrequest.hashed-password.alt0' and 'pullrequest.hashed-pas...khai96_2019-04-191-6/+12
|\
| * Use '?'khai96_2019-04-191-6/+12
* | Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948khai96_2019-04-191-13/+12
|/
* Fix parse_auth and add some testskhai96_2019-04-191-1/+45
* Add support for sha-512khai96_2019-04-191-0/+1
* Add support for hashed password (sha256)khai96_2019-04-191-26/+27
* Fix typo in commentboastful-squirrel2019-04-151-1/+1
* Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel2019-04-151-3/+6
* Cargo fmtboasting-squirrel2019-04-131-2/+10
* Fixed auth checkboasting-squirrel2019-04-131-6/+17
* Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug d...boasting-squirrel2019-04-071-1/+1
* Merged upload + adapted it to the new designboasting-squirrel2019-04-061-0/+10
|\
| * Fix typos and indentation.Vojtěch Pejša2019-04-041-3/+3
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-0/+10
* | Added CLI argument to set default themeboasting-squirrel2019-04-031-0/+16
|/
* Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-251-18/+0
* Set number_of_values argument to interfacesboasting-squirrel2019-02-161-1/+6
* Added global_settings to CLIArgs structboasting-squirrel2019-02-151-1/+4
* Added some line breaks so CLIArgs struct is easier to readboasting-squirrel2019-02-151-0/+8
* Switched to structoptboasting-squirrel2019-02-141-134/+67
* Added some docstringsboasting-squirrel2019-02-131-0/+7
* Removed config.rs and put back actix config in main.rsboasting-squirrel2019-02-131-3/+2
* Split project into multiple filesboasting-squirrel2019-02-121-0/+167