aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This is v0.3.0v0.3.0Sven-Hendrik Haase2019-02-111-216/+260
|
* Merge pull request #30 from boastful-squirrel/sortingSven-Hendrik Haase2019-02-054-15/+179
|\ | | | | Implemented sorting
| * Fixed missing slash in CSS causing new lineboasting-squirrel2019-02-051-1/+1
| |
| * Added --reverse option to reverse sort orderboasting-squirrel2019-02-042-1/+23
| |
| * Implemented sortingboasting-squirrel2019-02-044-14/+156
|/
* Some linting fixesSven-Hendrik Haase2019-02-032-10/+8
|
* Merge pull request #29 from boastful-squirrel/random-urlSven-Hendrik Haase2019-02-034-10/+90
|\ | | | | Add option to generate random 6-hexdigit routes
| * Updated READMEboasting-squirrel2019-02-031-0/+5
| |
| * Improved code qualityboasting-squirrel2019-02-031-4/+5
| |
| * Add option to generate random 6-hexdigit routesboasting-squirrel2019-02-023-10/+84
| |
* | Increase version numberSven-Hendrik Haase2019-02-031-1/+1
|/
* Merge pull request #27 from boastful-squirrel/parent-directorySven-Hendrik Haase2019-02-021-0/+12
|\ | | | | Added '..' on files listing to browse parent folder
| * Added '..' on file listing to browse parent folderboasting-squirrel2019-02-021-0/+12
|/
* Merge pull request #25 from boastful-squirrel/fancy-listingSven-Hendrik Haase2019-02-022-5/+80
|\ | | | | Fancy HTML listing
| * Fancy HTML listingboasting-squirrel2019-02-022-5/+80
|/
* Merge pull request #24 from svenstaro/dependabot/cargo/base64-0.10.1Sven-Hendrik Haase2019-01-251-4/+4
|\ | | | | Bump base64 from 0.10.0 to 0.10.1
| * Bump base64 from 0.10.0 to 0.10.1dependabot[bot]2019-01-251-4/+4
|/ | | | | | | | Bumps [base64](https://github.com/alicemaz/rust-base64) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/alicemaz/rust-base64/releases) - [Changelog](https://github.com/alicemaz/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/alicemaz/rust-base64/compare/v0.10.0...v0.10.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* This is 0.2.2v0.2.2Sven-Hendrik Haase2019-01-113-3/+3
|
* Bump deps (fixes #23)Sven-Hendrik Haase2019-01-111-257/+300
|
* Merge pull request #22 from svenstaro/dependabot/cargo/actix-web-0.7.17Sven-Hendrik Haase2018-12-251-12/+35
|\ | | | | Bump actix-web from 0.7.15 to 0.7.17
| * Bump actix-web from 0.7.15 to 0.7.17dependabot[bot]2018-12-251-12/+35
| | | | | | | | | | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.15 to 0.7.17. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/0.7.15...0.7.17) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Update README.mdSven-Hendrik Haase2018-12-251-2/+2
|/
* Merge pull request #20 from svenstaro/dependabot/cargo/actix-0.7.9Sven-Hendrik Haase2018-12-251-5/+5
|\ | | | | Bump actix from 0.7.8 to 0.7.9
| * Bump actix from 0.7.8 to 0.7.9dependabot[bot]2018-12-251-5/+5
| | | | | | | | | | | | | | | | Bumps [actix](https://github.com/actix/actix) from 0.7.8 to 0.7.9. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix/compare/0.7.8...0.7.9) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Remove cachingSven-Hendrik Haase2018-12-251-1/+0
|/ | | Travis doesn't do Rust caching very well.
* AutoformatSven-Hendrik Haase2018-12-101-20/+33
|
* Update to rust 2018 editionSven-Hendrik Haase2018-12-102-10/+2
|
* Bump depsSven-Hendrik Haase2018-12-102-171/+256
|
* This is 0.2.1v0.2.1Sven-Hendrik Haase2018-11-202-228/+148
|
* Merge pull request #19 from pebbleKite/skip_symlinksSven-Hendrik Haase2018-11-193-3/+90
|\ | | | | add option to ignore symlinks
| * Fix double "symbolic" typopebbleKite2018-11-111-1/+1
| |
| * Use same renderer when skipping symlinks and notpebbleKite2018-11-081-10/+9
| |
| * add option to ignore symlinkspebbleKite2018-11-083-5/+93
|/
* Bump Cargo.lockSven-Hendrik Haase2018-11-011-12/+12
|
* Make help colorfulSven-Hendrik Haase2018-11-011-1/+2
|
* Bump Cargo.lockSven-Hendrik Haase2018-10-301-386/+610
|
* Bump base64Sven-Hendrik Haase2018-10-301-1/+1
|
* Merge pull request #17 from colindean/patch-1Sven-Hendrik Haase2018-08-241-1/+1
|\ | | | | Says explicitly that verbose mode enables log output
| * Pluralizes includesColin Dean2018-08-241-1/+1
| |
| * Says explicitly that verbose mode enables log outputColin Dean2018-08-241-1/+1
|/ | | Fixes #16
* Allow for multiple interfaces to be specified at the same timev0.2.0Sven-Hendrik Haase2018-08-104-31/+79
|
* Merge pull request #14 from colindean/colindean/better-makeSven-Hendrik Haase2018-08-101-0/+11
|\ | | | | Adds a default Make task that builds locally in release mode
| * Adds .PHONY to local and runColin Dean2018-08-101-1/+2
| |
| * Drops strip and upx from local release buildColin Dean2018-08-091-2/+0
| |
| * Adds a default Make task that builds locally in release modeColin Dean2018-08-091-0/+12
|/
* Add title to outputSven-Hendrik Haase2018-08-091-2/+5
|
* Update to actix 0.7 and add better outputSven-Hendrik Haase2018-08-093-603/+254
|
* Run rustfmtSven-Hendrik Haase2018-07-291-36/+75
|
* Bump actixSven-Hendrik Haase2018-07-262-249/+306
|
* Bump depsSven-Hendrik Haase2018-06-223-24/+150
|