index
:
miniserve
master
origin/HEAD
origin/master
origin/sse-based-dirsize
origin/switch-to-dtolnay-rust-toolchain
For when you really just want to serve some files over HTTP right now!
rustc
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tests into their own proper modules without star imports
Sven-Hendrik Haase
2019-05-01
5
-21
/
+46
*
Merge pull request #91 from KSXGitHub/split-integration-test
Sven-Hendrik Haase
2019-05-01
5
-174
/
+186
|
\
|
*
Allow dead code to fix false negative warnings
khai96_
2019-05-01
1
-0
/
+2
|
*
Move helpers.rs to fixtures/mod.rs
khai96_
2019-04-29
5
-8
/
+8
|
*
Split integration test into multiple files
khai96_
2019-04-28
5
-174
/
+184
*
|
Merge pull request #96 from svenstaro/dependabot/cargo/reqwest-0.9.16
Sven-Hendrik Haase
2019-05-01
1
-3
/
+3
|
\
\
|
*
|
Bump reqwest from 0.9.15 to 0.9.16
dependabot[bot]
2019-05-01
1
-3
/
+3
|
/
/
*
|
Merge pull request #92 from svenstaro/dependabot/cargo/tar-0.4.24
Sven-Hendrik Haase
2019-04-30
2
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Bump tar from 0.4.23 to 0.4.24
dependabot[bot]
2019-04-30
2
-4
/
+4
|
/
*
Merge pull request #86 from KSXGitHub/test-hash-auth
Sven-Hendrik Haase
2019-04-28
1
-4
/
+24
|
\
|
*
Use fixtures
khai96_
2019-04-28
1
-4
/
+7
|
*
Add hashed password to integration test
khai96_
2019-04-27
1
-4
/
+21
*
|
Merge pull request #88 from KSXGitHub/combine-contextual-error
Sven-Hendrik Haase
2019-04-27
6
-118
/
+62
|
\
\
|
*
|
Combine ContextualError and ContextualErrorKind into one
khai96_
2019-04-27
6
-118
/
+62
|
|
/
*
/
Describe hashed password feature in README
Sven-Hendrik Haase
2019-04-27
1
-1
/
+1
|
/
*
Merge pull request #84 from KSXGitHub/patch-1
Sven-Hendrik Haase
2019-04-26
1
-0
/
+0
|
\
|
*
Delete stale_outputs_checked
Khải
2019-04-26
1
-0
/
+0
|
/
*
Merge pull request #76 from KSXGitHub/pullrequest.hashed-password
Sven-Hendrik Haase
2019-04-26
7
-31
/
+318
|
\
|
*
Use 'if let'
khai96_
2019-04-26
1
-3
/
+4
|
*
Comply to change requests
khai96_
2019-04-26
2
-2
/
+15
|
*
Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password
khai96_
2019-04-26
11
-253
/
+348
|
|
\
|
|
/
|
/
|
*
|
Use rstest test fixtures to cut down on code duplication in integration tests
Sven-Hendrik Haase
2019-04-26
3
-49
/
+38
*
|
Merge pull request #80 from boastful-squirrel/no_panics
Sven-Hendrik Haase
2019-04-26
8
-201
/
+288
|
\
\
|
*
\
Merge branch 'master' into no_panics
boastful-squirrel
2019-04-25
6
-175
/
+230
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Made code more idiomatic
boastful-squirrel
2019-04-23
1
-35
/
+34
|
*
|
Fixed comment
boastful-squirrel
2019-04-22
1
-1
/
+1
|
*
|
Display errors from main() through log strem
boastful-squirrel
2019-04-22
1
-1
/
+1
|
*
|
Improved errors
boastful-squirrel
2019-04-22
2
-4
/
+13
|
*
|
Fixed syntax error
boastful-squirrel
2019-04-21
1
-2
/
+2
|
*
|
Properly log error + added render_error method
boastful-squirrel
2019-04-21
4
-9
/
+16
|
*
|
Print upload/archive errors also in terminal
boastful-squirrel
2019-04-21
2
-3
/
+7
|
*
|
Rework error system + avoid panics in main()
boastful-squirrel
2019-04-21
6
-178
/
+251
|
*
|
cargo fmt
boastful-squirrel
2019-04-21
1
-5
/
+3
|
*
|
Print error on the web page rather than on the terminal
boastful-squirrel
2019-04-21
1
-3
/
+1
|
*
|
Improved upload error display
boastful-squirrel
2019-04-21
1
-2
/
+1
|
*
|
Set upload input as required
boastful-squirrel
2019-04-20
1
-1
/
+1
|
|
*
Use rstest_parametrize for unit tests
khai96_
2019-04-25
2
-126
/
+71
|
|
*
Update Cargo.lock
khai96_
2019-04-25
1
-5
/
+6
|
|
*
Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password
khai96_
2019-04-25
6
-175
/
+229
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #82 from svenstaro/dependabot/cargo/pretty_assertions-0.6.1
Sven-Hendrik Haase
2019-04-24
2
-4
/
+25
|
\
\
\
|
*
|
|
Bump pretty_assertions from 0.5.1 to 0.6.1
dependabot[bot]
2019-04-24
2
-4
/
+25
|
/
/
/
*
|
|
Add a couple more integration tests
Sven-Hendrik Haase
2019-04-24
5
-174
/
+208
*
|
|
Hide Github API key (fixes #77)
Sven-Hendrik Haase
2019-04-22
1
-1
/
+1
|
/
/
|
*
Run cargo fmt
khai96_
2019-04-24
2
-7
/
+13
|
*
Use format! instead of manual string concatenation
khai96_
2019-04-24
1
-3
/
+2
|
*
Convert hex strings to raw byte vectors and compare them
khai96_
2019-04-23
2
-26
/
+44
|
*
Remove spaces before function names
khai96_
2019-04-20
1
-3
/
+3
|
*
Update help description for --auth
khai96_
2019-04-19
1
-1
/
+1
|
*
Add tests for where parse_auth fails
khai96_
2019-04-19
1
-0
/
+27
|
*
Correct error message
khai96_
2019-04-19
1
-1
/
+1
[next]