project/uhttpd.git
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...
2013-01-19 Felix Fietkauimplement support for script timeout for cgi/lua
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-19 Felix Fietkauignore initial newlines in http requests
2013-01-19 Felix Fietkaufix container_of() on ustream callbacks
2013-01-19 Felix Fietkaupoll read data after connect as well
2013-01-19 Felix Fietkaupoll connection after request completion when using...
2013-01-19 Felix Fietkauproperly terminate headers of http responses without...
2013-01-19 Felix Fietkaufix file etag buffer length
2013-01-19 Felix Fietkaumove listener unblocking to a separate stack context...
2013-01-19 Felix Fietkauadd user agent detection for working around keepalive...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaufix cgi/lua header parsing
2013-01-13 Felix Fietkaufix redirect status
2013-01-13 Felix Fietkaufix local/remote port env vars
2013-01-13 Felix Fietkaupoll ustream after the process dies to fix eof detection
2013-01-13 Felix Fietkaufix path lookup
2013-01-13 Felix Fietkauadd an option for configuring http keepalive
2013-01-13 Felix Fietkaucheck for conf.error_handler before using it
2013-01-13 Felix Fietkaufix getting local server address
2013-01-13 Felix Fietkauadd check for shadow support, turn -Os back on
2013-01-13 Felix Fietkauadd missing file exists check
2013-01-13 Felix Fietkauremove unused data from the url in the session test...
2013-01-13 Felix Fietkaurework the ubus plugin to support JSON-RPC 2.0
2013-01-13 Felix Fietkauadd plugin op for uh_chunk_printf
2013-01-07 Felix Fietkauubus: split out session handling code into ubus-session.c
2013-01-07 Felix Fietkaufix typo
2013-01-07 Felix Fietkaufix prefix lookup
2013-01-07 Felix Fietkauadd ubus support
2013-01-07 Felix Fietkauexport uh_http_header to plugins
2013-01-07 Felix Fietkauexport uh_request_done to plugins
2013-01-05 Felix Fietkaude-constify the url parameter for the handler, it becom...
2013-01-05 Felix Fietkauadd a c function for .send and .sendc
2013-01-05 Felix Fietkauadd header table for lua calls
2013-01-04 Felix Fietkaufix uninitialized variables
2013-01-04 Felix Fietkauadd lua plugin support
2013-01-04 Felix Fietkauremove #ifdef HAVE_CGI
2013-01-04 Felix Fietkauadd basic tls support, todo: error handling
2013-01-04 Felix Fietkauget rid of -rdynamic on linking
2013-01-04 Felix Fietkaufix relay ustream initialization
next