aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* cargo fmtSven-Hendrik Haase2020-07-204-15/+12
|
* Change CHANGELOG.md format to keepachangelog.comSven-Hendrik Haase2020-07-201-4/+19
|
* Merge pull request #342 from svenstaro/dependabot/cargo/log-0.4.11Sven-Hendrik Haase2020-07-162-44/+44
|\ | | | | Bump log from 0.4.8 to 0.4.11
| * Bump log from 0.4.8 to 0.4.11dependabot-preview[bot]2020-07-162-44/+44
|/ | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11. - [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.8...0.4.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Add CHANGELOG entry for QR code featureSven-Hendrik Haase2020-07-061-0/+1
|
* Add generate QR code (#330)wyhaya2020-07-058-57/+208
| | | | * Add generate QR code * Add --qrcode option
* Merge pull request #292 from j2ghz/patch-1Sven-Hendrik Haase2020-07-051-0/+2
|\ | | | | Add packaging status
| * Add packaging statusJozef Hollý2020-04-191-0/+2
| |
* | Remove dotSven-Hendrik Haase2020-07-041-1/+1
| |
* | Add lines of code badgeSven-Hendrik Haase2020-07-041-0/+1
| |
* | Remove deps.rs badge from README Sven-Hendrik Haase2020-06-301-1/+0
| | | | | | Service is dead :( See srijs/deps.rs#41
* | Add port 0 random free port entrySven-Hendrik Haase2020-06-291-0/+1
| |
* | Merge pull request #327 from parrotmac/ip/0-random-portSven-Hendrik Haase2020-06-294-2/+35
|\ \ | | | | | | Bind to random available port when port 0 specified
| * | Cast port to u16Isaac Parker2020-06-291-3/+2
| | |
| * | Remove port_check from dev-dependenciesIsaac Parker2020-06-291-1/+0
| | |
| * | Bind to random port when port 0 specifiedIsaac Parker2020-06-284-1/+36
| | |
* | | Start 0.8.0Sven-Hendrik Haase2020-06-291-0/+2
|/ /
* | Make clippy and cargo fmt happySven-Hendrik Haase2020-06-263-42/+55
| |
* | Update nanoid to 0.3Sven-Hendrik Haase2020-06-263-19/+6
| |
* | Update maud to 0.22.0Sven-Hendrik Haase2020-06-262-203/+328
| |
* | Update sha2 to 0.9Sven-Hendrik Haase2020-06-263-4/+57
| |
* | Create FUNDING.ymlSven-Hendrik Haase2020-06-261-0/+1
| |
* | Bump lockfileSven-Hendrik Haase2020-06-261-421/+570
| |
* | Merge pull request #309 from svenstaro/dependabot/cargo/simplelog-0.8.0Sven-Hendrik Haase2020-05-232-84/+9
|\ \ | | | | | | Bump simplelog from 0.7.6 to 0.8.0
| * | Bump simplelog from 0.7.6 to 0.8.0dependabot-preview[bot]2020-05-182-84/+9
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.6 to 0.8.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.7.6...v0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #311 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.13Sven-Hendrik Haase2020-05-222-4/+4
|\ \ \ | | | | | | | | Bump alphanumeric-sort from 1.0.12 to 1.0.13
| * | | Bump alphanumeric-sort from 1.0.12 to 1.0.13dependabot-preview[bot]2020-05-222-4/+4
|/ / / | | | | | | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.12...v1.0.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #310 from svenstaro/dependabot/cargo/tar-0.4.27Sven-Hendrik Haase2020-05-212-4/+4
|\ \ \ | |/ / |/| | Bump tar from 0.4.26 to 0.4.27
| * | Bump tar from 0.4.26 to 0.4.27dependabot-preview[bot]2020-05-212-4/+4
|/ / | | | | | | | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.26 to 0.4.27. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.26...0.4.27) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #308 from ngirard/patch-1Sven-Hendrik Haase2020-05-151-1/+1
|\ \ | | | | | | Mention zip compression
| * | Mention zip compressionngirard2020-05-151-1/+1
|/ /
* | This is 0.7.0v0.7.0Sven-Hendrik Haase2020-05-143-423/+434
| |
* | Fix arg formattingSven-Hendrik Haase2020-05-141-1/+2
| |
* | Merge pull request #297 from marawan31/add-zip-downloadSven-Hendrik Haase2020-05-148-15/+230
|\ \ | | | | | | Add zip download functionality for windows users
| * | rename variables correctlymarawan ragab2020-05-101-6/+6
| | |
| * | make sure archiving is opt-inmarawan ragab2020-05-106-17/+42
| | |
| * | small improvment to buffer usagemarawan ragab2020-05-081-13/+6
| | |
| * | add zip download testmarawan ragab2020-05-031-0/+5
| | |
| * | Add zip download functionality for windows usersmarawan ragab2020-05-033-0/+192
| | |
* | | Merge pull request #301 from svenstaro/dependabot/cargo/serde-1.0.110Sven-Hendrik Haase2020-05-142-19/+19
|\ \ \ | | | | | | | | Bump serde from 1.0.106 to 1.0.110
| * | | Bump serde from 1.0.106 to 1.0.110dependabot-preview[bot]2020-05-112-19/+19
|/ / / | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.106 to 1.0.110. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.106...v1.0.110) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #299 from svenstaro/dependabot/cargo/libflate-1.0.0Sven-Hendrik Haase2020-05-072-11/+11
|\ \ \ | | | | | | | | Bump libflate from 0.1.27 to 1.0.0
| * | | Bump libflate from 0.1.27 to 1.0.0dependabot-preview[bot]2020-05-062-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.27 to 1.0.0. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.27...1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #300 from svenstaro/dependabot/cargo/base64-0.12.1Sven-Hendrik Haase2020-05-071-3/+3
|\ \ \ \ | |/ / / |/| | | Bump base64 from 0.12.0 to 0.12.1
| * | | Bump base64 from 0.12.0 to 0.12.1dependabot-preview[bot]2020-05-071-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #298 from svenstaro/dependabot/cargo/failure-0.1.8Sven-Hendrik Haase2020-05-042-11/+11
|\ \ \ | |/ / |/| | Bump failure from 0.1.7 to 0.1.8
| * | Bump failure from 0.1.7 to 0.1.8dependabot-preview[bot]2020-05-042-11/+11
|/ / | | | | | | | | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #296 from svenstaro/dependabot/cargo/simplelog-0.7.6Sven-Hendrik Haase2020-04-271-3/+3
|\ \ | | | | | | Bump simplelog from 0.7.5 to 0.7.6
| * | Bump simplelog from 0.7.5 to 0.7.6dependabot-preview[bot]2020-04-271-3/+3
|/ / | | | | | | | | | | | | | | Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.7.5...v0.7.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #295 from svenstaro/dependabot/cargo/structopt-0.3.14Sven-Hendrik Haase2020-04-231-6/+6
|\ \ | | | | | | Bump structopt from 0.3.13 to 0.3.14