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
/
client.c
Age
Commit message (
Expand
)
Author
2020-03-13
client: allow keep-alive for POST requests
Jo-Philipp Wich
2019-12-22
client: fix invalid data access through invalid content-length values
Jo-Philipp Wich
2018-11-26
uhttpd: fix building without TLS and Lua support
Paul Willoughby
2018-08-21
uhttpd: recognize PATCH, PUT and DELETE HTTP methods
Jo-Philipp Wich
2018-06-26
client: flush buffered SSL output when tearing down client ustream
Jo-Philipp Wich
2016-06-16
uhttpd: add support for adding arbitrary headers via handler scripts
Felix Fietkau
2015-10-08
fix chunked transfer encoding in keepalive mode
Jo-Philipp Wich
2015-05-30
client: use 307 instead of 302 for HTTPS redirects
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
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
2013-11-21
uhttpd: fix crashes in the ubus plugin
Felix Fietkau
2013-07-31
client: prevent further read calls after a client has been freed
Felix Fietkau
2013-07-26
detect chrome before safari, chrome includes Safari/ in the UA header
Felix Fietkau
2013-07-26
disable connection_close override if a keep-alive header is found
Felix Fietkau
2013-07-26
disable keep-alive for POST requests to improve compatibility
Felix Fietkau
2013-05-23
fix infinite loop when the initial two characters in a connection are \r\n
Felix Fietkau
2013-05-14
uhttpd: mark a TLS connections internally to clean up their state
Felix Fietkau
2013-01-22
do not reset .notify_write on request done
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
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 getting local server address
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
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
use a better error code for unsupported expect headers
Felix Fietkau
2013-01-03
bail out on unsupported Expect: headers
Felix Fietkau
2013-01-02
fix error handling of invalid http method/version
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 local/remote address env vars for cgi
Felix Fietkau
2013-01-02
fix client state tracking and request complete handling
Felix Fietkau
2013-01-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau
2013-01-01
add uh_split_header()
Felix Fietkau
2013-01-01
code cleanup
Felix Fietkau
2012-12-31
free client header buffer memory
Felix Fietkau
2012-12-31
move dispatch cbs and data to one place
Felix Fietkau
2012-12-31
make uh_path_lookup static
Felix Fietkau
[next]