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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-04-03
Added CLI argument to set default theme
boasting-squirrel
4
-18
/
+39
2019-04-02
Added light theme
boasting-squirrel
1
-0
/
+40
2019-04-02
Removed query params when clicking on a file
boasting-squirrel
1
-1
/
+1
2019-04-02
Renamed ArchLinux to Archlinux
boasting-squirrel
2
-7
/
+7
2019-04-01
Removed useless feature
boasting-squirrel
1
-1
/
+0
2019-04-01
Color schemes
boasting-squirrel
5
-153
/
+625
2019-03-19
Fixed comments
boasting-squirrel
1
-1
/
+1
2019-03-19
Added documentation for errors and removed useless errors
boasting-squirrel
2
-7
/
+18
2019-03-19
Removed Content-Length
boasting-squirrel
1
-1
/
+0
2019-03-15
Added missing padding on download div
boasting-squirrel
1
-0
/
+1
2019-03-15
Renamed create_archive_file function and added documentation
boasting-squirrel
2
-5
/
+7
2019-03-15
Improved design
boasting-squirrel
1
-3
/
+7
2019-03-14
Cargo fmt
boasting-squirrel
1
-3
/
+10
2019-03-14
Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation
boasting-squirrel
2
-9
/
+7
2019-03-13
Improved grammar of TarBuildingError error message
boasting-squirrel
1
-1
/
+1
2019-03-13
Switched to standard Rust logging system
boasting-squirrel
4
-38
/
+19
2019-03-13
Build tar in buffer instead of in tempfile
boasting-squirrel
2
-38
/
+10
2019-03-12
Added some docs comments to errors.rs
boasting-squirrel
1
-1
/
+6
2019-03-12
Improved error message
boasting-squirrel
1
-2
/
+2
2019-03-12
Better error messages for invalid path
boasting-squirrel
3
-13
/
+20
2019-03-12
Added some error messages + reworked the print_error_chain method
boasting-squirrel
3
-21
/
+38
2019-03-11
Started to add helpful messages for errors which could occur during archiving
boasting-squirrel
4
-49
/
+168
2019-03-11
Changed Info: to info: to be consistent
boasting-squirrel
1
-1
/
+1
2019-03-09
Removed debug message
boasting-squirrel
1
-3
/
+2
2019-03-09
Temporary workaround for symlinks issue
boasting-squirrel
1
-0
/
+5
2019-03-08
Improved HTTP headers
boasting-squirrel
2
-1
/
+16
2019-03-08
Corrected comment
boasting-squirrel
1
-1
/
+1
2019-03-08
Refactored some code
boasting-squirrel
2
-31
/
+47
2019-03-08
Working example of tar.gz
boasting-squirrel
1
-5
/
+17
2019-03-08
Download folder as a tar working
boasting-squirrel
4
-19
/
+171
2019-03-08
Send 401 instead of 403 on incorrect password (fixes #47)
Sven-Hendrik Haase
1
-1
/
+1
2019-03-05
Refactored if/let for sorting methods
boasting-squirrel
1
-7
/
+5
2019-03-04
Renamed QueryParameters struct
boasting-squirrel
1
-2
/
+2
2019-03-04
Use actix::Query
boasting-squirrel
1
-24
/
+24
2019-03-04
Sort in alphanumeric order by default
boasting-squirrel
1
-0
/
+4
2019-03-04
Added color on hovering row
boasting-squirrel
1
-2
/
+5
2019-03-04
Comment some stuff
Sven-Hendrik Haase
1
-1
/
+3
2019-03-02
Reset color of visited link in back to top button
boasting-squirrel
1
-1
/
+3
2019-03-02
Added back to top button + various CSS improvements + re-order functions in ↵
boasting-squirrel
1
-34
/
+66
renderer
2019-02-27
Improved readability on mobile + terminal browsers
boasting-squirrel
1
-10
/
+23
2019-02-27
Improved parent directory link's style
boasting-squirrel
1
-1
/
+8
2019-02-27
Actually use unicode characters
boasting-squirrel
1
-2
/
+2
2019-02-27
Switched to unicode characters + improved look and feel
boasting-squirrel
1
-36
/
+10
2019-02-26
Added highlight for current sorting column
boasting-squirrel
1
-3
/
+12
2019-02-26
Stylized table header + added chevrons
boasting-squirrel
1
-0
/
+45
2019-02-25
Removed sorting from CLI + added sorting from HTML
boasting-squirrel
4
-92
/
+128
2019-02-23
convert_utc and humanize_systemtime now return option + fixed template ↵
boasting-squirrel
1
-29
/
+28
accordingly
2019-02-23
Renders file listing using maud
boasting-squirrel
3
-221
/
+250
2019-02-20
Improved mobile view
boasting-squirrel
1
-4
/
+61
2019-02-19
Renamed humanize_duration to humanize_systemtime
boasting-squirrel
1
-3
/
+3
[next]