aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Set upload input as requiredboastful-squirrel2019-04-201-1/+1
| | |
* | | Use rstest_parametrize for unit testskhai96_2019-04-252-126/+71
| | |
* | | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-252-7/+9
|\ \ \ | | |/ | |/|
| * | Add a couple more integration testsSven-Hendrik Haase2019-04-242-7/+9
| |/
* | Run cargo fmtkhai96_2019-04-242-7/+13
| |
* | Use format! instead of manual string concatenationkhai96_2019-04-241-3/+2
| |
* | Convert hex strings to raw byte vectors and compare themkhai96_2019-04-232-26/+44
| |
* | Remove spaces before function nameskhai96_2019-04-201-3/+3
| |
* | 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 ↵khai96_2019-04-191-6/+12
|\ \ | | | | | | | | | 'pullrequest.hashed-password.alt1' into pullrequest.hashed-password
| * | 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-192-4/+136
| |
* | Fix false positivekhai96_2019-04-191-1/+1
| |
* | Create get_hash_hexkhai96_2019-04-191-3/+6
| |
* | Add support for sha-512khai96_2019-04-192-7/+12
| |
* | Add support for hashed password (sha256)khai96_2019-04-193-30/+59
|/
* Merge pull request #71 from boastful-squirrel/fix70Sven-Hendrik Haase2019-04-172-12/+14
|\ | | | | Fix issue 70
| * Fix issue 70boastful-squirrel2019-04-162-12/+14
| |
* | Merge branch 'master' into word-wrapboastful-squirrel2019-04-161-2/+5
|\ \
| * | Modify back to top buttonwyhaya2019-04-161-2/+5
| |/
* / Wrap title instead of overflowingboastful-squirrel2019-04-161-0/+3
|/
* Fix tiny lintSven-Hendrik Haase2019-04-151-1/+1
|
* Merge pull request #64 from boastful-squirrel/fix_authSven-Hendrik Haase2019-04-153-23/+37
|\ | | | | Fix auth check
| * Fix typo in commentboastful-squirrel2019-04-151-1/+1
| |
| * Merge branch 'master' into fix_authboastful-squirrel2019-04-152-49/+70
| |\
| * | Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel2019-04-151-3/+6
| | |
| * | Cargo fmtboasting-squirrel2019-04-132-6/+11
| | |
| * | Fixed auth checkboasting-squirrel2019-04-132-18/+24
| | |
| * | Made code more idiomaticboasting-squirrel2019-04-131-3/+3
| | |
* | | Merge branch 'master' into socketaddrboastful-squirrel2019-04-152-49/+70
|\ \ \ | | |/ | |/|
| * | Fix issue #63boasting-squirrel2019-04-132-49/+70
| |/
* | 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
|/
* Replace format with to_string()Vojtěch Pejša2019-04-091-4/+1
|
* Change HTTP response code and cleanup previus commit.Vojtěch Pejša2019-04-091-5/+6
|
* Refactor file upload.Vojtěch Pejša2019-04-081-28/+38
|
* Start server after countdown when no path is specified.Vojtěch Pejša2019-04-071-27/+27
|
* Fix timeout error when uploading takes longer.Vojtěch Pejša2019-04-071-2/+4
|
* Remove unused importSven-Hendrik Haase2019-04-071-1/+1
|
* Cargo fmtboasting-squirrel2019-04-071-1/+0
|
* Fixed serde's rename strategy for CompressionMethods enumboasting-squirrel2019-04-071-1/+1
|
* Make body take 100% height in HTMLboasting-squirrel2019-04-071-0/+1
|
* Use serialize_all on CompressionMethods enumboasting-squirrel2019-04-071-2/+3
|
* Fix CSS bugboasting-squirrel2019-04-071-2/+0
|
* Use serialize_allboasting-squirrel2019-04-071-3/+1
|