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
path:
root
/
uhttpd.h
Age
Commit message (
Expand
)
Author
2022-02-07
file: specify UTF-8 as charset for dirlists, add option to override
Jo-Philipp Wich
2021-11-23
ucode: add ucode plugin support
Jo-Philipp Wich
2020-09-15
ubus: add new RESTful API
Rafał Miłecki
2018-08-23
lua: support multiple Lua prefixes
Jo-Philipp Wich
2018-08-21
uhttpd: recognize PATCH, PUT and DELETE HTTP methods
Jo-Philipp Wich
2017-07-02
file: remove unused "auth" member from struct path_info
Jo-Philipp Wich
2017-07-02
auth: store parsed username and password
Jo-Philipp Wich
2016-06-16
file: add support for disabling cache related precondition checks via handlers
Felix Fietkau
2016-06-16
uhttpd: add support for adding arbitrary headers via handler scripts
Felix Fietkau
2015-11-08
add support for handling redirects via a script
Felix Fietkau
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-05-30
add support for enforcing HTTPS
Jo-Philipp Wich
2015-05-30
allow request handlers to disable chunked reponses
Jo-Philipp Wich
2015-03-11
fixes for json 0.12
John Crispin
2014-10-27
client: store http code of last emitted response
Jo-Philipp Wich
2014-06-10
ubus: add CORS header support
Jo-Philipp Wich
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-21
uhttpd: fix crashes in the ubus plugin
Felix Fietkau
2013-08-07
ubus: move sid into the params array of the json-rpc request to avoid informa...
Jo-Philipp Wich
2013-05-23
relay: do not process headers after the first error
Felix Fietkau
2013-05-23
relay: fix close handling
Felix Fietkau
2013-01-25
ubus: add option to not authenticate ubus requests
Jo-Philipp Wich
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
poll read data after connect as well
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
rework the ubus plugin to support JSON-RPC 2.0
Felix Fietkau
2013-01-07
add ubus support
Felix Fietkau
2013-01-06
de-constify the url parameter for the handler, it becomes invalid after the r...
Felix Fietkau
2013-01-04
add lua plugin support
Felix Fietkau
2013-01-04
add basic tls support, todo: error handling
Felix Fietkau
2013-01-04
fix resuming accept() calls after exceeding client limit
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
fix chunked postdata parsing
Felix Fietkau
2013-01-03
add post data relaying
Felix Fietkau
2013-01-03
declare dispatch struct type
Felix Fietkau
2013-01-02
add support for sending HTTP/1.1 100 Continue
Felix Fietkau
2013-01-02
add uh_addr_rfc1918()
Felix Fietkau
2013-01-02
add auth support
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-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau
2013-01-01
code cleanup
Felix Fietkau
[next]