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
2016-06-16
uhttpd: add support for adding arbitrary headers via handler scripts
Felix Fietkau
2015-11-08
file: on redirect, only send content-length header when not using chunked tra...
Felix Fietkau
2015-11-08
handler: only send content-length header when not using chunked transfer
Felix Fietkau
2015-11-08
handler: add support for overriding redirect status code + message
Felix Fietkau
2015-11-08
handler: rename set_uri to rewrite
Felix Fietkau
2015-11-08
add support for handling redirects via a script
Felix Fietkau
2015-11-06
main: sort getopt characters
Felix Fietkau
2015-10-20
fix the alias support
John Crispin
2015-10-17
add a -y parameter for cgi-bin redirects
John Crispin
2015-10-08
fix chunked transfer encoding in keepalive mode
Jo-Philipp Wich
2015-09-24
uhttpd: fix wrong header file inclusion for PRI* constant definitions
Andrej Krpic
2015-09-07
file: fix processing POST data for deferred requests
Felix Fietkau
2015-08-17
cgi: Support passing X-HTTP-Method-Override header.
Karl Palsson
2015-05-30
client: use 307 instead of 302 for HTTPS redirects
Jo-Philipp Wich
2015-05-30
proc: add HTTPS environment variable
Jo-Philipp Wich
2015-05-30
add support for enforcing HTTPS
Jo-Philipp Wich
2015-05-30
file: disable chunked encoding for file responses
Jo-Philipp Wich
2015-05-30
allow request handlers to disable chunked reponses
Jo-Philipp Wich
2015-03-28
properly handle return codes
John Crispin
2015-03-11
fixes for json 0.12
John Crispin
2015-01-25
lua: don't make uhttpd_plugin symbol constant
Jo-Philipp Wich
2015-01-25
file: explicitely cast st_mtime to uint64_t when generating ETag
Jo-Philipp Wich
2015-01-25
ubus: don't make uhttpd_plugin symbol constant
Jo-Philipp Wich
2015-01-18
Build with largefile support
Jo-Philipp Wich
2014-12-22
uhttpd: Fix possible memory leaks when generating directory listing
Andrej Krpic
2014-10-27
mimetypes: add json and jsonp (distinct from js)
Karl Palsson
2014-10-27
file: do not emit Content-Length header for 304/412 responses
Jo-Philipp Wich
2014-10-27
utils: do not emit eof chunk for 204/304 responses
Jo-Philipp Wich
2014-10-27
client: store http code of last emitted response
Jo-Philipp Wich
2014-09-03
lua: fix error reporting when Lua handler cannot be compiled
Jo-Philipp Wich
2014-09-03
main: use proper variable when warning about unsupported features
Jo-Philipp Wich
2014-09-03
file: invoke error handler in 403 case as well
Jo-Philipp Wich
2014-06-10
ubus: add CORS header support
Jo-Philipp Wich
2014-06-08
cgi: add _GNU_SOURCE define to fix build error on musl
Felix Fietkau
2014-04-08
fix handling of / as cgi prefix
Felix Fietkau
2014-03-22
main: strdup command line arguments that are modified
Felix Fietkau
2014-03-22
cgi: compare the physical path instead of the url to detect quirky urls
Felix Fietkau
2014-03-21
relay: do forward data if the http request type was HEAD
Felix Fietkau
2013-11-27
ubus: remove indentation and whitespace from JSON responses to conserve a bit...
Jo-Philipp Wich
2013-11-21
uhttpd: fix crashes in the ubus plugin
Felix Fietkau
2013-11-16
lua: fix lua 5.2 compatibility
Felix Fietkau
2013-11-11
main: return after processing -d switch
Jo-Philipp Wich
2013-09-13
ubus: use "ubus_rpc_session" instead of "sid" attribute name when querying se...
Jo-Philipp Wich
2013-09-13
ubus: fix session example script to conform to new rpc protocol
Jo-Philipp Wich
2013-09-13
ubus: deny requests with a "ubus_rpc_session" toplevel attribute to prevent i...
Jo-Philipp Wich
2013-08-08
ubus: pass current session id as ubus_rpc_session attribute to any called pro...
Jo-Philipp Wich
2013-08-07
ubus: move sid into the params array of the json-rpc request to avoid informa...
Jo-Philipp Wich
2013-08-07
ubus: use per-request blob buffer to fetch list results, fixes global buffer ...
Jo-Philipp Wich
2013-07-31
client: prevent further read calls after a client has been freed
Felix Fietkau
2013-07-31
proc: consume all data after the pipe dies, instead of looping with 100% cpu ...
Felix Fietkau
[prev]
[next]