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-06-08
ubus: duplicate request buffer to avoid memory corruption with multiple requests
Jo-Philipp Wich
2013-06-08
ubus: use half of the script timeout as timeout for acl lookup call
Jo-Philipp Wich
2013-06-05
ubus: implement list method to enumerate objects and signatures
Jo-Philipp Wich
2013-06-01
relay: cancel the timeout on free
Felix Fietkau
2013-05-30
ubus: clear the right timeout on rpc connection teardowns
Felix Fietkau
2013-05-30
ubus: fix script timeout unit (seconds, not milliseconds)
Felix Fietkau
2013-05-23
relay: do not process headers after the first error
Felix Fietkau
2013-05-23
relay: fix close handling
Felix Fietkau
2013-05-23
fix infinite loop when the initial two characters in a connection are \r\n
Felix Fietkau
2013-05-16
uhttpd: allow the config to override the default index file
Felix Fietkau
2013-05-14
uhttpd: mark a TLS connections internally to clean up their state
Felix Fietkau
2013-04-17
Accept square bracket notation for IPv6 addresses
Jo-Philipp Wich
2013-04-15
tls: fix container_of use for casting the ssl ustream to client state
Felix Fietkau
2013-03-18
lua: fix query string handling, the QUERY_STRING environment variable must no...
Jo-Philipp Wich
2013-03-18
Load plugins with RTLD_GLOBAL, fixes Lua library exports
Jo-Philipp Wich
2013-03-15
relay: add a missing buffer availability check
Felix Fietkau
2013-03-12
detect the right library name for json-c
Felix Fietkau
2013-03-05
plugin.c: don't assume post_init callback to exist
Jo-Philipp Wich
2013-01-26
ubus: use a default sid if authentication is disabled
Jo-Philipp Wich
2013-01-26
set the docroot to the current working directory if none is specified, fixes ...
Jo-Philipp Wich
2013-01-25
ubus: pass json rpc arguments to called ubus functions
Jo-Philipp Wich
2013-01-25
ubus: add option to not authenticate ubus requests
Jo-Philipp Wich
2013-01-25
ubus: remove session api from plugin and check access via ubus call to let ot...
Jo-Philipp Wich
2013-01-23
ubus: rename uloop_timeout_pending() to uloop_timeout_remaining()
Jo-Philipp Wich
2013-01-23
make arguments of not compiled functionality non-fatal
Jo-Philipp Wich
2013-01-22
ubus: expose remaining session lifetime in ubus session.list call
Jo-Philipp Wich
2013-01-22
proc: call read notify after more write space is available
Felix Fietkau
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
[prev]
[next]