project/uhttpd.git
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
2014-10-27 Jo-Philipp... client: store http code of last emitted response
2014-09-03 Jo-Philipp... lua: fix error reporting when Lua handler cannot be...
2014-09-03 Jo-Philipp... main: use proper variable when warning about unsupporte...
2014-09-03 Jo-Philipp... file: invoke error handler in 403 case as well
2014-06-10 Jo-Philipp... ubus: add CORS header support
2014-06-08 Felix Fietkaucgi: add _GNU_SOURCE define to fix build error on musl
2014-04-07 Felix Fietkaufix handling of / as cgi prefix
2014-03-22 Felix Fietkaumain: strdup command line arguments that are modified
2014-03-22 Felix Fietkaucgi: compare the physical path instead of the url to...
2014-03-21 Felix Fietkaurelay: do forward data if the http request type was...
2013-11-27 Jo-Philipp... ubus: remove indentation and whitespace from JSON respo...
2013-11-21 Felix Fietkauuhttpd: fix crashes in the ubus plugin
2013-11-16 Felix Fietkaulua: fix lua 5.2 compatibility
2013-11-11 Jo-Philipp... main: return after processing -d switch
2013-09-13 Jo-Philipp... ubus: use "ubus_rpc_session" instead of "sid" attribute...
2013-09-13 Jo-Philipp... ubus: fix session example script to conform to new...
2013-09-13 Jo-Philipp... ubus: deny requests with a "ubus_rpc_session" toplevel...
2013-08-08 Jo-Philipp... ubus: pass current session id as ubus_rpc_session attri...
2013-08-07 Jo-Philipp... ubus: move sid into the params array of the json-rpc...
2013-08-07 Jo-Philipp... ubus: use per-request blob buffer to fetch list results...
2013-07-31 Felix Fietkauclient: prevent further read calls after a client has...
2013-07-30 Felix Fietkauproc: consume all data after the pipe dies, instead...
2013-07-26 Felix Fietkaudetect chrome before safari, chrome includes Safari...
2013-07-26 Felix Fietkaudisable connection_close override if a keep-alive heade...
2013-07-26 Felix Fietkaudisable keep-alive for POST requests to improve compati...
2013-06-21 Felix Fietkauubus: fix handling of empty JSON-RPC batches
2013-06-08 Jo-Philipp... ubus: duplicate request buffer to avoid memory corrupti...
2013-06-08 Jo-Philipp... ubus: use half of the script timeout as timeout for...
2013-06-05 Jo-Philipp... ubus: implement list method to enumerate objects and...
2013-06-01 Felix Fietkaurelay: cancel the timeout on free
2013-05-30 Felix Fietkauubus: clear the right timeout on rpc connection teardowns
2013-05-30 Felix Fietkauubus: fix script timeout unit (seconds, not milliseconds)
2013-05-23 Felix Fietkaurelay: do not process headers after the first error
2013-05-23 Felix Fietkaurelay: fix close handling
2013-05-23 Felix Fietkaufix infinite loop when the initial two characters in...
2013-05-16 Felix Fietkauuhttpd: allow the config to override the default index...
2013-05-14 Felix Fietkauuhttpd: mark a TLS connections internally to clean...
2013-04-17 Jo-Philipp... Accept square bracket notation for IPv6 addresses
2013-04-15 Felix Fietkautls: fix container_of use for casting the ssl ustream...
2013-03-18 Jo-Philipp... lua: fix query string handling, the QUERY_STRING enviro...
2013-03-18 Jo-Philipp... Load plugins with RTLD_GLOBAL, fixes Lua library exports
2013-03-15 Felix Fietkaurelay: add a missing buffer availability check
2013-03-12 Felix Fietkaudetect the right library name for json-c
2013-03-05 Jo-Philipp... plugin.c: don't assume post_init callback to exist
2013-01-26 Jo-Philipp... ubus: use a default sid if authentication is disabled
2013-01-26 Jo-Philipp... set the docroot to the current working directory if...
2013-01-25 Jo-Philipp... ubus: pass json rpc arguments to called ubus functions
2013-01-25 Jo-Philipp... ubus: add option to not authenticate ubus requests
2013-01-25 Jo-Philipp... ubus: remove session api from plugin and check access...
2013-01-23 Jo-Philipp... ubus: rename uloop_timeout_pending() to uloop_timeout_r...
2013-01-23 Jo-Philipp... make arguments of not compiled functionality non-fatal
2013-01-22 Jo-Philipp... ubus: expose remaining session lifetime in ubus session...
2013-01-22 Felix Fietkauproc: call read notify after more write space is available
2013-01-22 Felix Fietkaudo not reset .notify_write on request done
2013-01-21 Felix Fietkauadd missing check for unencrypted passwords
2013-01-19 Felix Fietkaudo not relay empty chunks, they look like EOF in chunke...
next