project/uhttpd.git
2023-06-25 Liangbin Lianuhttpd/file: fix string out of buffer range on uh_defer... master
2023-01-28 Sasha Andonovmimetypes: add audio/video support for apple airplay
2023-01-16 Andre Heiderucode: respect all arguments passed to send()
2022-10-31 Jo-Philipp... client: fix incorrectly emitting HTTP 413 for certain...
2022-08-12 Jo-Philipp... ucode: initialize search path before VM init
2022-08-12 Jo-Philipp... ucode: initialize default library search path
2022-08-12 Jo-Philipp... utils: accept '?' as path terminator in uh_path_match()
2022-08-10 Jo-Philipp... file: support using dynamic script handlers as error...
2022-08-02 Jo-Philipp... relay: trigger close if in header read state with pendi...
2022-08-02 Jo-Philipp... ucode: ignore exit exceptions
2022-08-02 Jo-Philipp... ucode: ignore exit exceptions
2022-06-28 Hauke Mehrtenscmake: use variables and find_library for dependency
2022-06-01 Christian ... client: fix compilation error with GCC 12
2022-02-19 Thomas Huehnfix compiler uninitialized variable
2022-02-07 Jo-Philipp... main: fix leaking -p/-s argument values
2022-02-07 Jo-Philipp... ucode: adjust to latest ucode api
2022-02-07 Jo-Philipp... file: specify UTF-8 as charset for dirlists, add option...
2021-11-23 Jo-Philipp... main: add ucode options to help text
2021-11-23 Jo-Philipp... examples: add ucode handler example
2021-11-23 Jo-Philipp... ucode: add ucode plugin support
2021-11-23 Jo-Philipp... examples: add example Lua handler script
2021-11-23 Jo-Philipp... listen: avoid invalid memory access
2021-03-21 Hauke Mehrtensclient: Always close connection with request body in...
2020-11-23 Wojciech Jowsaubus: fix uhttpd crash
2020-10-04 Jo-Philipp... ubus: fix legacy empty reply format
2020-10-04 Jo-Philipp... client: fix spurious keepalive connection timeouts
2020-10-01 Rafał Miłeckiclient: really close connection on timeout
2020-09-23 Rafał Miłeckiubus: support GET method with CORS requests
2020-09-18 Rafał Miłeckiubus: add ACL support for "subscribe" request
2020-09-15 Rafał Miłeckiubus: add new RESTful API
2020-09-15 Rafał Miłeckiubus: fix blob_buf initialization
2020-08-05 Rafał Miłeckiubus: rename JSON-RPC format related functions
2020-08-05 Rafał Miłeckiubus: use local "blob_buf" in uh_ubus_handle_request_ob...
2020-08-05 Rafał Miłeckiubus: use BLOBMSG_TYPE_UNSPEC for "params" JSON attribute
2020-08-05 Rafał Miłeckiubus: drop unused "obj" arguments
2020-07-25 Rafał Miłeckiubus: parse "call" method params only for relevant...
2020-06-03 Santiago Piccininiproc: do not cancel script killing after writing headers
2020-03-13 Jo-Philipp... client: allow keep-alive for POST requests
2020-02-15 Jo-Philipp... tls: support specifying accepted TLS ciphers
2020-02-11 Jo-Philipp... file: poke ustream after starting deferred program
2019-12-22 Jo-Philipp... client: fix invalid data access through invalid content...
2019-08-17 Jo-Philipp... ubus: increase maximum ubus request size to 64KB
2019-06-16 Hauke Mehrtensuhttpd: Fix multiple format string problems
2018-11-28 Jo-Philipp... cgi: escape url in 403 error output
2018-11-26 Paul Willoughbyuhttpd: fix building without TLS and Lua support
2018-11-01 Karl Pálssonhelp: document -A option
2018-09-24 Jo-Philipp... file: fix CPP syntax error
2018-08-23 Jo-Philipp... build: avoid redefining _DEFAULT_SOURCE
2018-08-23 Jo-Philipp... lua: support multiple Lua prefixes
2018-08-21 Jo-Philipp... build: use _DEFAULT_SOURCE
2018-08-21 Jo-Philipp... uhttpd: recognize PATCH, PUT and DELETE HTTP methods
2018-06-26 Jo-Philipp... client: flush buffered SSL output when tearing down...
2018-04-24 Jo-Philipp... proc: expose HTTP Origin header in process environment
2018-04-04 Jo-Philipp... file: escape strings in HTML output
2018-04-04 Jo-Philipp... utils: add uh_htmlescape() helper
2018-04-04 Jo-Philipp... Revert "proc: avoid stdio deadlocks"
2018-01-25 Jo-Philipp... proc: avoid stdio deadlocks
2018-01-24 Jo-Philipp... lua: honour size argument in recv() function
2017-11-04 Jo-Philipp... file: fix query string handling
2017-08-19 Adrian Panellauhttpd: add manifest support
2017-07-09 Jo-Philipp... file: fix basic auth regression
2017-07-02 Jo-Philipp... file: remove unused "auth" member from struct path_info
2017-07-02 Jo-Philipp... proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASS
2017-07-02 Jo-Philipp... auth: store parsed username and password
2017-07-02 Jo-Philipp... proc: do not declare empty process variables
2017-01-26 Rosen Penevuhttpd: Add TCP_FASTOPEN support
2016-10-25 Jo-Philipp... lua: ensure that PATH_INFO starts with a slash
2016-10-25 Jo-Philipp... utils: add proper handling of "/" special case in uh_pa...
2016-10-25 Jo-Philipp... cgi: allow conf.cgi_docroot_path to be NULL
2016-10-06 Felix Fietkaufile: re-run json handler script after file fallback...
2016-07-27 Florian Fainellicmake: Find libubox/usock.h
2016-06-16 Felix Fietkaufile: add support for disabling cache related precondit...
2016-06-16 Felix Fietkauuhttpd: add support for adding arbitrary headers via...
2015-11-08 Felix Fietkaufile: on redirect, only send content-length header...
2015-11-08 Felix Fietkauhandler: only send content-length header when not using...
2015-11-08 Felix Fietkauhandler: add support for overriding redirect status...
2015-11-08 Felix Fietkauhandler: rename set_uri to rewrite
2015-11-08 Felix Fietkauadd support for handling redirects via a script
2015-11-06 Felix Fietkaumain: sort getopt characters
2015-10-20 John Crispinfix the alias support
2015-10-17 John Crispinadd a -y parameter for cgi-bin redirects
2015-10-07 Jo-Philipp... fix chunked transfer encoding in keepalive mode
2015-09-24 Andrej Krpicuhttpd: fix wrong header file inclusion for PRI* consta...
2015-09-07 Felix Fietkaufile: fix processing POST data for deferred requests
2015-08-17 Karl Palssoncgi: Support passing X-HTTP-Method-Override header.
2015-05-30 Jo-Philipp... client: use 307 instead of 302 for HTTPS redirects
2015-05-30 Jo-Philipp... proc: add HTTPS environment variable
2015-05-30 Jo-Philipp... add support for enforcing HTTPS
2015-05-30 Jo-Philipp... file: disable chunked encoding for file responses
2015-05-30 Jo-Philipp... allow request handlers to disable chunked reponses
2015-03-28 John Crispinproperly handle return codes
2015-03-11 John Crispinfixes for json 0.12
2015-01-25 Jo-Philipp... lua: don't make uhttpd_plugin symbol constant
2015-01-25 Jo-Philipp... file: explicitely cast st_mtime to uint64_t when genera...
2015-01-25 Jo-Philipp... ubus: don't make uhttpd_plugin symbol constant
2015-01-18 Jo-Philipp... Build with largefile support
2014-12-22 Andrej Krpicuhttpd: Fix possible memory leaks when generating direc...
2014-10-27 Karl Palssonmimetypes: add json and jsonp (distinct from js)
2014-10-27 Jo-Philipp... file: do not emit Content-Length header for 304/412...
2014-10-27 Jo-Philipp... utils: do not emit eof chunk for 204/304 responses
next