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
/
utils.c
Age
Commit message (
Expand
)
Author
2019-06-16
uhttpd: Fix multiple format string problems
Hauke Mehrtens
2018-04-04
file: escape strings in HTML output
Jo-Philipp Wich
2018-04-04
utils: add uh_htmlescape() helper
Jo-Philipp Wich
2016-10-25
utils: add proper handling of "/" special case in uh_path_match()
Jo-Philipp Wich
2015-10-08
fix chunked transfer encoding in keepalive mode
Jo-Philipp Wich
2015-05-30
allow request handlers to disable chunked reponses
Jo-Philipp Wich
2014-10-27
utils: do not emit eof chunk for 204/304 responses
Jo-Philipp Wich
2014-06-10
ubus: add CORS header support
Jo-Philipp Wich
2013-11-21
uhttpd: fix crashes in the ubus plugin
Felix Fietkau
2013-01-13
relicense to ISC
Felix Fietkau
2013-01-02
make hex array static
Felix Fietkau
2013-01-02
add uh_addr_rfc1918()
Felix Fietkau
2013-01-02
change uh_b64decode to take a void pointer to avoid redundant signed/unsigned...
Felix Fietkau
2013-01-01
add uh_split_header()
Felix Fietkau
2013-01-01
add uh_path_match()
Felix Fietkau
2013-01-01
minor cleanup
Felix Fietkau
2012-12-30
clean up uh_urldecode, null-terminate string
Felix Fietkau
2012-12-30
Initial implementation
Felix Fietkau