aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-24Use format! instead of manual string concatenationkhai96_1-3/+2
2019-04-23Convert hex strings to raw byte vectors and compare themkhai96_2-26/+44
2019-04-20Remove spaces before function nameskhai96_1-3/+3
2019-04-19Update help description for --authkhai96_1-1/+1
2019-04-19Add tests for where parse_auth failskhai96_1-0/+27
2019-04-19Correct error messagekhai96_1-1/+1
2019-04-19Use '?'khai96_1-6/+12
2019-04-19Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948khai96_1-13/+12
2019-04-19Fix parse_auth and add some testskhai96_2-4/+136
2019-04-19Fix false positivekhai96_1-1/+1
2019-04-19Create get_hash_hexkhai96_1-3/+6
2019-04-19Add support for sha-512khai96_2-7/+12
2019-04-19Add support for hashed password (sha256)khai96_3-30/+59
2019-04-16Wrap title instead of overflowingboastful-squirrel1-0/+3
2019-04-16Fix issue 70boastful-squirrel2-12/+14
2019-04-16Modify back to top buttonwyhaya1-2/+5
2019-04-15Fix tiny lintSven-Hendrik Haase1-1/+1
2019-04-15Fix typo in commentboastful-squirrel1-1/+1
2019-04-15Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel1-3/+6
2019-04-15Use to_string() and fix commentboastful-squirrel1-2/+2
2019-04-13Improved commentboastful-squirrel1-1/+3
2019-04-13Fixed commentboasting-squirrel1-1/+1
2019-04-13Fix issue #63boasting-squirrel2-49/+70
2019-04-13Use parse() instead of to_socket_addrs()boasting-squirrel1-33/+35
2019-04-13Cargo fmtboasting-squirrel2-6/+11
2019-04-13Fixed auth checkboasting-squirrel2-18/+24
2019-04-13Made code more idiomaticboasting-squirrel1-3/+3
2019-04-09Replace format with to_string()Vojtěch Pejša1-4/+1
2019-04-09Change HTTP response code and cleanup previus commit.Vojtěch Pejša1-5/+6
2019-04-08Refactor file upload.Vojtěch Pejša1-28/+38
2019-04-07Start server after countdown when no path is specified.Vojtěch Pejša1-27/+27
2019-04-07Fix timeout error when uploading takes longer.Vojtěch Pejša1-2/+4
2019-04-07Remove unused importSven-Hendrik Haase1-1/+1
2019-04-07Cargo fmtboasting-squirrel1-1/+0
2019-04-07Fixed serde's rename strategy for CompressionMethods enumboasting-squirrel1-1/+1
2019-04-07Make body take 100% height in HTMLboasting-squirrel1-0/+1
2019-04-07Use serialize_all on CompressionMethods enumboasting-squirrel1-2/+3
2019-04-07Fix CSS bugboasting-squirrel1-2/+0
2019-04-07Use serialize_allboasting-squirrel1-3/+1
2019-04-07Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel4-21/+12
derives
2019-04-07Fix CSS bugboasting-squirrel1-0/+4
2019-04-07Use strum on Enums to reduce boilerplateboasting-squirrel3-36/+15
2019-04-07Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel3-19/+7
2019-04-07Fixed upload bug + refactored @ else in templatesboasting-squirrel1-40/+44
2019-04-06Cargo fmtboasting-squirrel1-1/+0
2019-04-06Improved mobile viewboasting-squirrel2-50/+33
2019-04-06Added flex wrap to handle overflow on mobileboasting-squirrel1-1/+3
2019-04-06Improved designboasting-squirrel1-18/+21
2019-04-06Changed link description in case of upload errorboasting-squirrel1-1/+1
2019-04-05Improve file upload text.Vojtěch Pejša1-1/+1