index
:
gnix
master
A simple stupid HTTP server and reverse proxy
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-05-29
refactor filter system
metamuffin
2024-05-10
log client errors
metamuffin
2024-05-01
fix http upgrade with new hyper version
metamuffin
2024-04-30
bump versions, refactor key loading
metamuffin
2024-04-30
sest cache control header
metamuffin
2024-04-30
implement if-not-modified
metamuffin
2024-04-29
oop
metamuffin
2024-04-28
x-real-ip
metamuffin
2024-02-18
fix panic when upgrading connections incorrectly
v1.1.0
metamuffin
2023-12-07
logging the time might be useful :)
metamuffin
2023-12-07
move some files around and add horrible access log
metamuffin
2023-11-28
config reference
metamuffin
2023-11-20
fix index.html not being sent if index=false
metamuffin
2023-11-20
fix file watch path
metamuffin
2023-11-15
better logging
metamuffin
2023-11-14
config hot reload
metamuffin
2023-11-14
refactor architecture and start on http basic auth
metamuffin
2023-10-19
debug log error for more detail
metamuffin
2023-10-06
some basic reporting for mond
metamuffin
2023-10-04
path resolution (hopefully without path traversal!)
Lia Lenckowski
2023-10-04
support scalar bind field in https config (the example from the readme was br...
Lia Lenckowski
2023-10-04
change from toml to yaml; version bump
Lia Lenckowski
2023-09-04
use #[from] in error types
metamuffin
2023-08-28
what i invented here already existed: semaphore
metamuffin
2023-08-28
update all deps, including a new horrible version hyper
metamuffin
2023-08-28
supporting listening on a list of addresses
Lia Lenckowski
2023-04-06
apply limits
metamuffin
2023-04-06
configure max_incoming_connections
metamuffin
2023-04-06
state struct
metamuffin
2023-03-08
dont show hidden files
metamuffin
2023-02-26
support range requests
metamuffin
2023-02-24
panic when listening fails
metamuffin
2023-02-24
remove debug print
metamuffin
2023-02-24
typo
metamuffin
2023-02-24
set server header
metamuffin
2023-02-24
italic file type and hyperlink to source
metamuffin
2023-02-24
more intuitive file listing
metamuffin
2023-02-24
static file serving + bugs
metamuffin
2023-02-12
dont block for tls acceptance
metamuffin
2023-02-12
fixed early exit when only one listerner was enabled
metamuffin
2023-02-12
disable h2 for alpn
metamuffin
2023-02-12
set forwarding headers
metamuffin
2023-02-12
doc + error handling
metamuffin
2023-02-12
config path as arg
metamuffin
2023-02-12
websocket proxy works
metamuffin
2023-02-12
blub
metamuffin
2023-02-11
works
metamuffin