aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* add Lucretiel's documentation suggestionEli Flanagan2020-02-031-1/+4
* Merge branch 'master' into fix-156Eli Flanagan2019-09-251-1/+1
|\
| * Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-211-1/+1
* | fix typoEli Flanagan2019-09-141-1/+1
* | warn user if provided index file is not foundEli Flanagan2019-09-131-0/+8
* | change to path option for configurabilityEli Flanagan2019-09-121-4/+4
* | use actix-web method for static indexEli Flanagan2019-09-091-4/+2
* | wire up arguments, index.html serving still brokenEli Flanagan2019-09-081-0/+11
|/
* Update simplelog to 0.6Sven-Hendrik Haase2019-06-241-3/+3
* Enable streaming tarball downloadAlexandre Bury2019-06-141-8/+13
* Merge remote-tracking branch 'mainrepo/master' into multiple-auths-altkhai96_2019-05-171-36/+52
|\
| * Fix clippyboastful-squirrel2019-05-101-3/+1
| * Return QueryParameters struct instead of tupleboastful-squirrel2019-05-031-5/+7
| * Merge branch 'master' into themed-errorsboastful-squirrel2019-05-031-3/+1
| |\
| * | Display path instead of uri in 404 errorboastful-squirrel2019-05-021-1/+1
| * | Read query params to handle error back linkboastful-squirrel2019-05-021-3/+7
| * | Rename p404boastful-squirrel2019-05-021-5/+5
| * | Use HTTP StatusCode for error titleboastful-squirrel2019-05-011-2/+3
| * | Fix return link when random_route is setboastful-squirrel2019-05-011-1/+8
| * | Display 404 errorboastful-squirrel2019-05-011-2/+23
| * | Merge branch 'master' into themed-errorsboastful-squirrel2019-04-271-29/+12
| |\ \
| * | | Themed errorsboastful-squirrel2019-04-271-2/+4
| * | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-261-2/+2
* | | | Make some changeskhai96_2019-05-161-1/+1
| |_|/ |/| |
* | | Fix some Clippy lintskhai96_2019-05-011-3/+2
* | | Ignore clippy warningskhai96_2019-05-011-0/+1
| |/ |/|
* | Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-271-13/+13
|/
* Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-261-20/+67
|\
| * Merge branch 'master' into no_panicsboastful-squirrel2019-04-251-3/+4
| |\
| * | Display errors from main() through log stremboastful-squirrel2019-04-221-1/+1
| * | Rework error system + avoid panics in main()boastful-squirrel2019-04-211-20/+67
* | | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-251-3/+4
|\ \ \ | | |/ | |/|
| * | Add a couple more integration testsSven-Hendrik Haase2019-04-241-3/+4
| |/
* / Add support for hashed password (sha256)khai96_2019-04-191-1/+1
|/
* Merge pull request #64 from boastful-squirrel/fix_authSven-Hendrik Haase2019-04-151-6/+3
|\
| * Cargo fmtboasting-squirrel2019-04-131-4/+1
| * Made code more idiomaticboasting-squirrel2019-04-131-3/+3
* | Use to_string() and fix commentboastful-squirrel2019-04-151-2/+2
* | Improved commentboastful-squirrel2019-04-131-1/+3
* | Fixed commentboasting-squirrel2019-04-131-1/+1
* | Use parse() instead of to_socket_addrs()boasting-squirrel2019-04-131-33/+35
|/
* Start server after countdown when no path is specified.Vojtěch Pejša2019-04-071-27/+27
* 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-2/+28
|\
| * Fix typos and indentation.Vojtěch Pejša2019-04-041-1/+1
| * Fix syntax error and clippy warnings.Vojtěch Pejša2019-04-041-2/+2
| * Improve how file upload handler is added to server.Vojtěch Pejša2019-04-041-10/+12
| * Fix file upload when used with random route.Vojtěch Pejša2019-04-041-1/+8
| * Add CLI arguments for file uploading.Vojtěch Pejša2019-04-041-5/+20
| * Document file upload.Vojtěch Pejša2019-04-041-1/+1