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-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
clean up / fix #include
Felix Fietkau
2013-01-03
link against libcrypt
Felix Fietkau
2013-01-03
fix compile errors on linux
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
cleanup dispatch struct access
Felix Fietkau
2013-01-03
declare dispatch struct type
Felix Fietkau
2013-01-03
fix index file handling
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
move timegm declaration to utils.h
Felix Fietkau
2013-01-02
make hex array static
Felix Fietkau
2013-01-02
fix error handling of invalid http method/version
Felix Fietkau
2013-01-02
reduce stack usage of uh_file_dirlist
Felix Fietkau
2013-01-02
fix buffer handling for time formatting
Felix Fietkau
2013-01-02
rework string handling for directory listing, avoid redundant string scanning
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 uh_addr_rfc1918()
Felix Fietkau
2013-01-02
remove a static buffer
Felix Fietkau
2013-01-02
add auth support
Felix Fietkau
2013-01-02
change uh_b64decode to take a void pointer to avoid redundant signed/unsigned...
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-02
enable http keepalive again, it seems to work properly now
Felix Fietkau
2013-01-02
fix client state tracking and request complete handling
Felix Fietkau
2013-01-02
parse status header code from cgi scripts
Felix Fietkau
2013-01-01
revert cflags change
Felix Fietkau
2013-01-01
consume the newline (overwritten with 0-byte) after receiving cgi process hea...
Felix Fietkau
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
[prev]
[next]