| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
For non-symlink files and directories, there is no need to call
`std::fs::metadata()` as the metadata are already obtained via
`entry.metadata()`
|
| |
|
|
|
|
|
| |
Replace some of the testing files and directories with symbolic links.
They should behave exactly the same.
|
|
|
|
|
| |
This should facilitate testing because this symbol will no longer a part
of the entry text shown in html.
|
| |
|
|
|
|
|
|
| |
This has the benefit of showing the size and modification date of the
pointed-to file. Symlink to directories now respects '--dirs-first'
option and broken symlinks don't show in directory listing.
|
| |
|
| |
|
| |
|
|\
| |
| | |
Try to add FreeBSD support
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
Fix QR code display when using --random-route
|
| |
| |
| |
| |
| | |
Previously the QR code would not display because `/` is a 404 when using
`--random-route`.
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.124 to 1.0.125.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.124...v1.0.125)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| |/
|/| |
Bump actix-web-httpauth from 0.5.0 to 0.5.1
|
| |
| |
| |
| |
| |
| |
| | |
Bumps [actix-web-httpauth](https://github.com/actix/actix-extras) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/cors-0.5.0...cors-v0.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| |/
|/| |
Bump rstest from 0.6.4 to 0.7.0
|
|/
|
|
|
|
|
|
| |
Bumps [rstest](https://github.com/la10736/rstest) from 0.6.4 to 0.7.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/0.6.4...0.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\
| |
| | |
Fix CI on Rust nightly by bumping standback
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/jhpratt/standback/releases/tag/v0.2.17
Previously building would fail with:
```
error[E0432]: unresolved import `core::task::Wake`
Error: --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/standback-0.2.16/src/lib.rs:520:13
|
520 | pub use core::task::Wake;
| ^^^^^^^^^^^^----
| | |
| | help: a similar name exists in the module (notice the capitalization): `wake`
| no `Wake` in `task`
error: aborting due to previous error
Error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: could not compile `standback`
Error: could not compile `standback`
```
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Show hidden
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| |
| | |
Bumps [libflate](https://github.com/sile/libflate) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](https://github.com/sile/libflate/compare/1.0.3...1.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.4.4...1.4.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.4.3...1.4.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| |
| | |
Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/magiclen/alphanumeric-sort/releases)
- [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.4.0...v1.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| | |
| | | |
Bump reqwest from 0.11.1 to 0.11.2
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.1 to 0.11.2.
- [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.1...v0.11.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| | |
| | | |
Bump pretty_assertions from 0.6.1 to 0.7.1
|