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-22
do not reset .notify_write on request done
Felix Fietkau
2013-01-21
add missing check for unencrypted passwords
Felix Fietkau
2013-01-19
do not relay empty chunks, they look like EOF in chunked encoding
Felix Fietkau
2013-01-19
implement support for script timeout for cgi/lua
Felix Fietkau
2013-01-19
add support for deferring script requests, limit maximum number of script cal...
Felix Fietkau
2013-01-19
ignore initial newlines in http requests
Felix Fietkau
2013-01-19
fix container_of() on ustream callbacks
Felix Fietkau
2013-01-19
poll read data after connect as well
Felix Fietkau
2013-01-19
poll connection after request completion when using keepalive
Felix Fietkau
2013-01-19
properly terminate headers of http responses without data, add Content-Length: 0
Felix Fietkau
2013-01-19
fix file etag buffer length
Felix Fietkau
2013-01-19
move listener unblocking to a separate stack context via uloop timer
Felix Fietkau
2013-01-19
add user agent detection for working around keepalive issues and add support ...
Felix Fietkau
2013-01-13
relicense to ISC
Felix Fietkau
2013-01-13
fix cgi/lua header parsing
Felix Fietkau
2013-01-13
fix redirect status
Felix Fietkau
2013-01-13
fix local/remote port env vars
Felix Fietkau
2013-01-13
poll ustream after the process dies to fix eof detection
Felix Fietkau
2013-01-13
fix path lookup
Felix Fietkau
2013-01-13
add an option for configuring http keepalive
Felix Fietkau
2013-01-13
check for conf.error_handler before using it
Felix Fietkau
2013-01-13
fix getting local server address
Felix Fietkau
2013-01-13
add check for shadow support, turn -Os back on
Felix Fietkau
2013-01-13
add missing file exists check
Felix Fietkau
2013-01-13
remove unused data from the url in the session test script
Felix Fietkau
2013-01-13
rework the ubus plugin to support JSON-RPC 2.0
Felix Fietkau
2013-01-13
add plugin op for uh_chunk_printf
Felix Fietkau
2013-01-07
ubus: split out session handling code into ubus-session.c
Felix Fietkau
2013-01-07
fix typo
Felix Fietkau
2013-01-07
fix prefix lookup
Felix Fietkau
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 r...
Felix Fietkau
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 d...
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 c...
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-04
free cgi headers
Felix Fietkau
2013-01-03
use pipes instead of a socketpair, EOF handling is broken with sockets
Felix Fietkau
[prev]
[next]