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
/
uhttpd.h
Age
Commit message (
Expand
)
Author
2013-01-06
de-constify the url parameter for the handler, it becomes invalid after the r...
Felix Fietkau
2013-01-04
add lua plugin support
Felix Fietkau
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
fix chunked postdata parsing
Felix Fietkau
2013-01-03
add post data relaying
Felix Fietkau
2013-01-03
declare dispatch struct type
Felix Fietkau
2013-01-02
add support for sending HTTP/1.1 100 Continue
Felix Fietkau
2013-01-02
add uh_addr_rfc1918()
Felix Fietkau
2013-01-02
add auth support
Felix Fietkau
2013-01-02
remove unused constant
Felix Fietkau
2013-01-02
constify, fix types
Felix Fietkau
2013-01-02
add local/remote address env vars for cgi
Felix Fietkau
2013-01-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau
2013-01-01
code cleanup
Felix Fietkau
2012-12-31
remove unnecessary client struct field members
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
add default cgi prefix
Felix Fietkau
2012-12-31
use the new calloc_a function from libubox
Felix Fietkau
2012-12-30
add more command line options
Felix Fietkau
2012-12-30
add config parser
Felix Fietkau
2012-12-30
Initial implementation
Felix Fietkau