aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Switch from structopt to clap v3Sven-Hendrik Haase2021-08-307-114/+195
|/
* Merge pull request #586 from svenstaro/fix-warningsSven-Hendrik Haase2021-08-292-6/+9
|\ | | | | Fix some warnings when building without TLS
| * Fix stderr output in test index_fallback_to_listingSven-Hendrik Haase2021-08-291-3/+4
| |
| * Fix some warnings when building without TLSSven-Hendrik Haase2021-08-291-3/+5
|/
* Merge pull request #585 from svenstaro/upload-artifactSven-Hendrik Haase2021-08-292-0/+8
|\ | | | | Upload artifacts when building release binaries
| * Limit CI jobs runtime to 30 minutesSven-Hendrik Haase2021-08-292-0/+2
| |
| * Give artifacts unique nameSven-Hendrik Haase2021-08-291-0/+1
| |
| * Upload artifacts when building release binariesSven-Hendrik Haase2021-08-291-0/+5
|/ | | | We always do this unconditionally so that we can even check out artifacts from PRs.
* Run CI on pull_request as wellSven-Hendrik Haase2021-08-291-1/+1
| | | | Turns out we need this as otherwise we'd get no CI at all for pull requests. Who woulda thunk.
* Revert "Run CI on push only"Sven-Hendrik Haase2021-08-291-1/+1
| | | | This reverts commit 194b11ac055be7e2bad214646bd6e65cb8cf11b1.
* Merge pull request #584 from svenstaro/always-build-all-binariesSven-Hendrik Haase2021-08-292-8/+14
|\ | | | | Always build all binaries for all targets
| * Use custom freebsd image until cross is fixedSven-Hendrik Haase2021-08-291-1/+3
| |
| * Always build all binaries for all targetsSven-Hendrik Haase2021-08-291-7/+11
|/ | | | | This uses the original workflow we used for publishing the binaries but now we use it as CI as well with an optional publish in case we are in a tag push.
* Run CI on push onlySven-Hendrik Haase2021-08-291-1/+1
| | | | Having it run on pull_request too was just duplicated work.
* Fix CHANGELOG spacingSven-Hendrik Haase2021-08-291-2/+2
|
* Merge pull request #583 from aliemjay/index-fallbackSven-Hendrik Haase2021-08-292-18/+29
|\ | | | | list directory if index not found
| * list directory if index not foundAli MJ Al-Nasrawy2021-08-292-18/+29
| |
* | Add CHANGELOG entry for visited colorsSven-Hendrik Haase2021-08-291-0/+2
| |
* | Merge pull request #521 from raffomania/fix-visited-link-colorsSven-Hendrik Haase2021-08-291-5/+18
|\ \ | | | | | | add special colors for visited links
| * | add special colors for visited linksRafael Epplée2021-05-061-5/+18
| | |
* | | Merge pull request #513 from aliemjay/async-awaitSven-Hendrik Haase2021-08-292-135/+102
|\ \ \ | |_|/ |/| | [Refactor] file_upload.rs: Use async/await instead of explicit futures
| * | file_upload.rs: use async/awaitAli MJ Al-Nasrawy2021-08-282-135/+102
|/ / | | | | | | | | ... and rewrite {save_file, handle_multipart} ... and fix clippy warning about create_error_response() being always Ok()
* | Add CHANGELOG entry for actix-web 4 upgradeSven-Hendrik Haase2021-08-281-0/+1
| |
* | Bump lockfileSven-Hendrik Haase2021-08-281-763/+272
| |
* | Merge pull request #582 from aliemjay/web-v4Sven-Hendrik Haase2021-08-286-67/+81
|\ \ | | | | | | migrate to actix-web v4.0-beta
| * | migrate to actix-web v4.0-betaAli MJ Al-Nasrawy2021-08-286-67/+81
|/ /
* | Add CHANGELOG entry for backslash encoding contributionSven-Hendrik Haase2021-08-281-0/+1
| |
* | Merge pull request #578 from Jikstra/fix_percent_encdoing_backslashSven-Hendrik Haase2021-08-282-1/+3
|\ \ | | | | | | Add backslash to percent_encode_sets.PATH_SEGMENT
| * | Execute backslash test only on non windows systemsjikstra2021-08-281-0/+1
| | |
| * | Add file with backslash to the test FILES fixturejikstra2021-08-281-0/+1
| | |
| * | Add backslash to percent_encode_sets.PATH_SEGMENT. Fixes #545jikstra2021-08-271-1/+1
| | |
* | | Merge pull request #580 from svenstaro/conditional-tlsSven-Hendrik Haase2021-08-286-3/+46
|\ \ \ | |/ / |/| | Conditionally enable TLS only on supported platforms
| * | Switch TLS conditional compilation to featureSven-Hendrik Haase2021-08-285-59/+27
| | |
| * | Conditionally enable TLS only on supported platformsSven-Hendrik Haase2021-08-275-1/+76
|/ /
* | (cargo-release) start next development iteration 0.15.1-alpha.0Sven-Hendrik Haase2021-08-272-2/+2
| |
* | (cargo-release) version 0.15.0v0.15.0Sven-Hendrik Haase2021-08-274-4/+7
| |
* | Merge pull request #576 from svenstaro/add-rustls-supportSven-Hendrik Haase2021-08-2712-179/+485
|\ \ | | | | | | Add TLS support via rustls (fixes #18)
| * | Fix accidental formattingSven-Hendrik Haase2021-08-271-74/+74
| | |
| * | Update README and CHANGELOGSven-Hendrik Haase2021-08-272-1/+19
| | |
| * | Add TLS support via rustls (fixes #18)Sven-Hendrik Haase2021-08-2710-252/+540
|/ /
* | Golf tests a bit moreSven-Hendrik Haase2021-08-261-9/+3
| |
* | Merge pull request #506 from aliemjay/test-refactorSven-Hendrik Haase2021-08-268-438/+206
|\ \ | | | | | | [Refactor] tests: Refactor!
| * | new partial-injection syntaxAli MJ Al-Nasrawy2021-08-264-8/+8
| | |
| * | address commentsAli MJ Al-Nasrawy2021-08-264-23/+41
| | |
| * | tests: Refactor!Ali MJ Al-Nasrawy2021-08-268-442/+192
|/ / | | | | | | | | | | | | | | | | | | | | Remove duplicate code responsible for the initial setup and teardown of the test binary. This introduces `TestServer` as a resource manager for a running miniserve binary, which can be created with the fixtures `server()` and `server_no_stderr()` It also provides convenience function for handling server url.
* | Upgrade depsSven-Hendrik Haase2021-08-251-11/+11
| |
* | Upgrade depsSven-Hendrik Haase2021-08-251-10/+10
| |
* | Add CHANGELOG entries for recent changesSven-Hendrik Haase2021-08-251-0/+2
| |
* | Remove on-hover animation of qr codeSven-Hendrik Haase2021-08-251-1/+0
| | | | | | | | It made things a bit annoying as every other UI element is snappy and without animations.
* | Upgrade qrcodegen (fixes #568)Sven-Hendrik Haase2021-08-252-115/+180
| |