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
Age
Commit message (
Expand
)
Author
2012-12-31
move dispatch cbs and data to one place
Felix Fietkau
2012-12-31
add -Wmissing-declarations
Felix Fietkau
2012-12-31
make uh_path_lookup static
Felix Fietkau
2012-12-31
use -Os
Felix Fietkau
2012-12-31
fix 404 and 403 error handling, improve error message output
Felix Fietkau
2012-12-31
add default cgi prefix
Felix Fietkau
2012-12-31
add default value for conf.realm
Felix Fietkau
2012-12-31
set a default for script timeout
Felix Fietkau
2012-12-31
set keepalive option after all command line parameters have been processed
Felix Fietkau
2012-12-31
exit if no sockets could be bound
Felix Fietkau
2012-12-31
add full usage help text
Felix Fietkau
2012-12-31
add 404 error support
Felix Fietkau
2012-12-31
use the new calloc_a function from libubox
Felix Fietkau
2012-12-30
add forking
Felix Fietkau
2012-12-30
add more command line options
Felix Fietkau
2012-12-30
clean up uh_urldecode, null-terminate string
Felix Fietkau
2012-12-30
add config parser
Felix Fietkau
2012-12-30
limit default max_requests to 3
Felix Fietkau
2012-12-30
fix socket value detection
Felix Fietkau
2012-12-30
fix compile errors
Felix Fietkau
2012-12-30
Initial implementation
Felix Fietkau