index
:
uhttpd
master
openwrt-19.07
Tiny HTTP server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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 directories before files ahead of time)
Felix Fietkau
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 client
Felix Fietkau
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-03
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-02
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 casts
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 headers
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
[next]