index
:
openwrt/uhttpd
bind-to-device
bind-to-device-21.02
bind-to-device-master
master
OpenWrt uhttpd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
Age
Commit message (
Expand
)
Author
2013-01-04
add basic tls support, todo: error handling
Felix Fietkau
2013-01-04
fix resuming accept() calls after exceeding client limit
Felix Fietkau
2013-01-03
use pipes instead of a socketpair, EOF handling is broken with sockets
Felix Fietkau
2013-01-03
implement proper flow control for relaying postdata
Felix Fietkau
2013-01-03
fix use-after-realloc issue with the request url
Felix Fietkau
2013-01-03
do not send an error on a full buffer for post data
Felix Fietkau
2013-01-03
fix chunked postdata parsing
Felix Fietkau
2013-01-03
add missing n_clients decrement
Felix Fietkau
2013-01-03
add post data relaying
Felix Fietkau
2013-01-03
use a better error code for unsupported expect headers
Felix Fietkau
2013-01-03
bail out on unsupported Expect: headers
Felix Fietkau
2013-01-02
fix error handling of invalid http method/version
Felix Fietkau
2013-01-02
add support for sending HTTP/1.1 100 Continue
Felix Fietkau
2013-01-02
add rfc1918 filter check
Felix Fietkau
2013-01-02
add local/remote address env vars for cgi
Felix Fietkau
2013-01-02
fix client state tracking and request complete handling
Felix Fietkau
2013-01-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau
2013-01-01
add uh_split_header()
Felix Fietkau
2013-01-01
code cleanup
Felix Fietkau
2012-12-31
free client header buffer memory
Felix Fietkau
2012-12-31
move dispatch cbs and data to one place
Felix Fietkau
2012-12-31
make uh_path_lookup static
Felix Fietkau
2012-12-31
fix 404 and 403 error handling, improve error message output
Felix Fietkau
2012-12-30
Initial implementation
Felix Fietkau