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
2013-01-01
fix line length calculation
Felix Fietkau
2013-01-01
fix typo in header name check
Felix Fietkau
2013-01-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau
2013-01-01
fix clearenv() on mac os x
Felix Fietkau
2013-01-01
add uh_split_header()
Felix Fietkau
2013-01-01
add uh_path_match()
Felix Fietkau
2013-01-01
append / to directory links to avoid unnecessary redirects
Felix Fietkau
2013-01-01
code cleanup
Felix Fietkau
2013-01-01
rename uhttpd-mimetypes.h to mimetypes.h
Felix Fietkau
2013-01-01
minor cleanup
Felix Fietkau
2012-12-31
free client header buffer memory
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
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