aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-do the way setting multiple headers worksSven-Hendrik Haase2021-02-284-34/+25
|
* Add CHANGELOG entry for custom headersSven-Hendrik Haase2021-02-271-0/+1
|
* Fix grammarSven-Hendrik Haase2021-02-271-1/+1
|
* Merge pull request #452 from deantvv/custom-headerSven-Hendrik Haase2021-02-275-0/+100
|\ | | | | Allow set custom headers from CLI
| * Multiple headers support for custom headersDean Li2021-02-275-44/+55
| |
| * Add test for custom headerDean Li2021-02-241-0/+33
| |
| * Move the parsing header logic to args.rsDean Li2021-02-243-22/+43
| |
| * Allow set custom headers from CLIDean Li2021-02-244-0/+35
|/
* Add CHANGELOG entries for recent changesSven-Hendrik Haase2021-02-231-0/+2
|
* Add support for building binaries for more architecturesSven-Hendrik Haase2021-02-231-6/+35
|
* Bump depsSven-Hendrik Haase2021-02-231-157/+178
|
* Merge pull request #454 from svenstaro/dependabot/cargo/futures-0.3.13Sven-Hendrik Haase2021-02-232-22/+19
|\ | | | | Bump futures from 0.3.12 to 0.3.13
| * Bump futures from 0.3.12 to 0.3.13dependabot-preview[bot]2021-02-232-22/+19
|/ | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.12...0.3.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #453 from svenstaro/dependabot/cargo/tar-0.4.33Sven-Hendrik Haase2021-02-222-3/+3
|\ | | | | Bump tar from 0.4.32 to 0.4.33
| * Bump tar from 0.4.32 to 0.4.33dependabot-preview[bot]2021-02-222-3/+3
|/ | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.32 to 0.4.33. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.32...0.4.33) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #450 from svenstaro/dependabot/cargo/reqwest-0.11.1Sven-Hendrik Haase2021-02-191-2/+2
|\ | | | | Bump reqwest from 0.11.0 to 0.11.1
| * Bump reqwest from 0.11.0 to 0.11.1dependabot-preview[bot]2021-02-191-2/+2
| | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #449 from svenstaro/dependabot/cargo/url-2.2.1dependabot-preview[bot]2021-02-191-2/+2
|\ \ | |/ |/|
| * Bump url from 2.2.0 to 2.2.1dependabot-preview[bot]2021-02-191-2/+2
|/ | | | | | | Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #447 from svenstaro/dependabot/cargo/zip-0.5.10Sven-Hendrik Haase2021-02-192-3/+3
|\ | | | | Bump zip from 0.5.9 to 0.5.10
| * Bump zip from 0.5.9 to 0.5.10dependabot-preview[bot]2021-02-192-3/+3
|/ | | | | | | Bumps [zip](https://github.com/zip/zip-rs) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/zip/zip-rs/releases) - [Commits](https://github.com/zip/zip-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix lintsSven-Hendrik Haase2021-02-196-28/+28
|
* Merge pull request #444 from svenstaro/dependabot/cargo/chrono-humanize-0.1.2Sven-Hendrik Haase2021-02-032-3/+3
|\ | | | | Bump chrono-humanize from 0.1.1 to 0.1.2
| * Bump chrono-humanize from 0.1.1 to 0.1.2dependabot-preview[bot]2021-02-032-3/+3
|/ | | | | | | Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.1 to 0.1.2. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.1.1...0.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #443 from svenstaro/dependabot/cargo/assert_cmd-1.0.3dependabot-preview[bot]2021-02-021-2/+14
|\
| * Bump assert_cmd from 1.0.2 to 1.0.3dependabot-preview[bot]2021-02-021-2/+14
| | | | | | | | | | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #442 from svenstaro/dependabot/cargo/assert_fs-1.0.1dependabot-preview[bot]2021-02-021-4/+5
|\ \ | |/ |/|
| * Bump assert_fs from 1.0.0 to 1.0.1dependabot-preview[bot]2021-02-021-4/+5
|/ | | | | | | | Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/assert-rs/assert_fs/releases) - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #441 from svenstaro/dependabot/cargo/sha2-0.9.3Sven-Hendrik Haase2021-02-011-2/+2
|\ | | | | Bump sha2 from 0.9.2 to 0.9.3
| * Bump sha2 from 0.9.2 to 0.9.3dependabot-preview[bot]2021-02-011-2/+2
|/ | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.2...sha2-v0.9.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #439 from svenstaro/dependabot/cargo/log-0.4.14Sven-Hendrik Haase2021-01-272-4/+4
|\ | | | | Bump log from 0.4.13 to 0.4.14
| * Bump log from 0.4.13 to 0.4.14dependabot-preview[bot]2021-01-272-4/+4
|/ | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.13...0.4.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #437 from svenstaro/dependabot/cargo/serde-1.0.123dependabot-preview[bot]2021-01-262-5/+5
|\
| * Bump serde from 1.0.122 to 1.0.123dependabot-preview[bot]2021-01-262-5/+5
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.122 to 1.0.123. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.122...v1.0.123) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #438 from svenstaro/dependabot/cargo/tar-0.4.32Sven-Hendrik Haase2021-01-262-4/+3
|\ | | | | Bump tar from 0.4.30 to 0.4.32
| * Bump tar from 0.4.30 to 0.4.32dependabot-preview[bot]2021-01-262-4/+3
|/ | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.30 to 0.4.32. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.30...0.4.32) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #436 from svenstaro/dependabot/cargo/serde-1.0.122dependabot-preview[bot]2021-01-252-7/+7
|\
| * Bump serde from 1.0.120 to 1.0.122dependabot-preview[bot]2021-01-252-7/+7
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.120 to 1.0.122. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.120...v1.0.122) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #435 from svenstaro/dependabot/cargo/serde-1.0.120Sven-Hendrik Haase2021-01-202-5/+5
|\ | | | | Bump serde from 1.0.119 to 1.0.120
| * Bump serde from 1.0.119 to 1.0.120dependabot-preview[bot]2021-01-202-5/+5
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.119 to 1.0.120. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.119...v1.0.120) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix lintSven-Hendrik Haase2021-01-201-2/+1
|
* Update READMESven-Hendrik Haase2021-01-181-6/+9
|
* Highlight Arch Linux in install instructionsSven-Hendrik Haase2021-01-181-1/+1
|
* Add CHANGELOG entry for multiple file uploadSven-Hendrik Haase2021-01-181-0/+1
|
* Merge pull request #434 from mhuesch/multiple-file-uploadSven-Hendrik Haase2021-01-181-1/+1
|\ | | | | enable multiple file upload
| * enable multiple file uploadMichael Hueschen2021-01-151-1/+1
| | | | | | | | | | | | | | tested with miniserve running on linux, with browsers: - Safari on iPhone - Firefox on Linux (NixOS)
* | Bump depsSven-Hendrik Haase2021-01-151-87/+147
|/
* Merge pull request #432 from svenstaro/dependabot/cargo/futures-0.3.11Sven-Hendrik Haase2021-01-152-19/+19
|\ | | | | Bump futures from 0.3.10 to 0.3.11
| * Bump futures from 0.3.10 to 0.3.11dependabot-preview[bot]2021-01-152-19/+19
|/ | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.10 to 0.3.11. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.10...0.3.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #431 from svenstaro/dependabot/cargo/futures-0.3.10Sven-Hendrik Haase2021-01-142-27/+27
|\ | | | | Bump futures from 0.3.9 to 0.3.10