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
path:
root
/
src
/
args.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rename variables correctly
marawan ragab
2020-05-10
1
-6
/
+6
*
make sure archiving is opt-in
marawan ragab
2020-05-10
1
-4
/
+11
*
Format everything
Sven-Hendrik Haase
2020-03-11
1
-2
/
+2
*
Merge pull request #235 from DamianX/archives
Sven-Hendrik Haase
2020-03-11
1
-0
/
+5
|
\
|
*
Added option to disable archives
Damian
2020-03-02
1
-0
/
+5
*
|
Fix deprecated stuff
Sven-Hendrik Haase
2020-03-09
1
-3
/
+3
|
/
*
Merge pull request #189 from efx/fix-156
Sven-Hendrik Haase
2020-03-01
1
-0
/
+8
|
\
|
*
add Lucretiel's documentation suggestion
Eli Flanagan
2020-02-03
1
-1
/
+4
|
*
Merge branch 'master' into fix-156
Eli Flanagan
2019-09-25
1
-0
/
+1
|
|
\
|
*
|
fix typo
Eli Flanagan
2019-09-14
1
-1
/
+1
|
*
|
change to path option for configurability
Eli Flanagan
2019-09-12
1
-4
/
+4
|
*
|
wire up arguments, index.html serving still broken
Eli Flanagan
2019-09-08
1
-0
/
+1
|
*
|
add a default index serving option
Eli Flanagan
2019-09-06
1
-0
/
+4
*
|
|
Fixed clippy warnings
Damian
2019-12-20
1
-2
/
+2
|
|
/
|
/
|
*
|
Actually make use of pretty_assertions
Sven-Hendrik Haase
2019-09-21
1
-0
/
+1
|
/
*
Upgrade to structopt 0.3
Sven-Hendrik Haase
2019-09-03
1
-9
/
+9
*
Merge pull request #118 from KSXGitHub/multiple-auths-alt
Sven-Hendrik Haase
2019-06-03
1
-10
/
+17
|
\
|
*
Fix regression where path cannot be placed after '--auth <auth>'
khai96_
2019-05-30
1
-1
/
+6
|
*
Merge remote-tracking branch 'mainrepo/master' into multiple-auths-alt
khai96_
2019-05-17
1
-5
/
+5
|
|
\
|
*
|
Update unit tests
khai96_
2019-05-16
1
-36
/
+13
|
*
|
Make some changes
khai96_
2019-05-16
1
-16
/
+6
|
*
|
Refactoring: Use immutable HashMap
khai96_
2019-05-05
1
-13
/
+12
|
*
|
Add unit test for where it provides multiple valid auth strings
khai96_
2019-05-05
1
-2
/
+26
|
*
|
Begin to support multiple auths
khai96_
2019-05-05
1
-9
/
+21
*
|
|
Change long flag of 'CLIArgs::interfaces' to '--interfaces'
khai96_
2019-05-18
1
-1
/
+1
|
|
/
|
/
|
*
|
cargo fmt
boastful-squirrel
2019-05-10
1
-5
/
+3
*
|
Undo changes on args.rs
boastful-squirrel
2019-05-06
1
-3
/
+5
*
|
Undo changes on InvalidHashMethod error
boastful-squirrel
2019-05-06
1
-1
/
+1
*
|
Merge branch 'master' into themed-errors
boastful-squirrel
2019-05-06
1
-0
/
+1
|
\
\
|
*
|
Add example for --auth formatting
khai96_
2019-05-06
1
-0
/
+1
|
|
/
*
|
Return QueryParameters struct instead of tuple
boastful-squirrel
2019-05-03
1
-1
/
+1
*
|
Added rustfmt_skip directive on tests
boastful-squirrel
2019-05-02
1
-4
/
+2
*
|
Merge branch 'master' into themed-errors
boastful-squirrel
2019-04-27
1
-13
/
+5
|
\
|
|
*
Combine ContextualError and ContextualErrorKind into one
khai96_
2019-04-27
1
-9
/
+5
*
|
Fixed test + fixed clippy warning
boastful-squirrel
2019-04-27
1
-1
/
+1
*
|
Cargo fmt
boastful-squirrel
2019-04-26
1
-8
/
+13
|
/
*
Use 'if let'
khai96_
2019-04-26
1
-3
/
+4
*
Comply to change requests
khai96_
2019-04-26
1
-1
/
+8
*
Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password
khai96_
2019-04-26
1
-11
/
+19
|
\
|
*
Rework error system + avoid panics in main()
boastful-squirrel
2019-04-21
1
-8
/
+7
*
|
Use rstest_parametrize for unit tests
khai96_
2019-04-25
1
-58
/
+27
*
|
Run cargo fmt
khai96_
2019-04-24
1
-2
/
+2
*
|
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
1
-12
/
+25
*
|
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
*
|
Merge branches 'pullrequest.hashed-password.alt0' and 'pullrequest.hashed-pas...
khai96_
2019-04-19
1
-6
/
+12
|
\
\
|
*
|
Use '?'
khai96_
2019-04-19
1
-6
/
+12
*
|
|
Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948
khai96_
2019-04-19
1
-13
/
+12
|
/
/
[prev]
[next]