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 (
Collapse
)
Author
2013-01-07
add ubus support
Felix Fietkau
2013-01-07
export uh_http_header to plugins
Felix Fietkau
2013-01-07
export uh_request_done to plugins
Felix Fietkau
2013-01-06
de-constify the url parameter for the handler, it becomes invalid after the ↵
Felix Fietkau
request anyway
2013-01-05
add a c function for .send and .sendc
Felix Fietkau
2013-01-05
add header table for lua calls
Felix Fietkau
2013-01-04
fix uninitialized variables
Felix Fietkau
2013-01-04
add lua plugin support
Felix Fietkau
2013-01-04
remove #ifdef HAVE_CGI
Felix Fietkau
2013-01-04
add basic tls support, todo: error handling
Felix Fietkau
2013-01-04
get rid of -rdynamic on linking
Felix Fietkau
2013-01-04
fix relay ustream initialization
Felix Fietkau
2013-01-04
constify mimetype list
Felix Fietkau
2013-01-04
clean up directory listing code, only iterate over the set once (by sorting ↵
Felix Fietkau
directories before files ahead of time)
2013-01-04
ensure the cgi postdata write pipe is closed for other processes
Felix Fietkau
2013-01-04
re-enable reads from the cgi pipe after enough data has been written to the ↵
Felix Fietkau
client
2013-01-04
plug a memory leak in cgi processing
Felix Fietkau
2013-01-04
fix resuming accept() calls after exceeding client limit
Felix Fietkau
2013-01-04
free cgi headers
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
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 ↵
Felix Fietkau
signed/unsigned casts
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
[next]