summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-16file: add support for disabling cache related precondition checks via handlersFelix Fietkau
2016-06-16uhttpd: add support for adding arbitrary headers via handler scriptsFelix Fietkau
2015-11-08file: on redirect, only send content-length header when not using chunked tra...Felix Fietkau
2015-11-08handler: only send content-length header when not using chunked transferFelix Fietkau
2015-11-08handler: add support for overriding redirect status code + messageFelix Fietkau
2015-11-08handler: rename set_uri to rewriteFelix Fietkau
2015-11-08add support for handling redirects via a scriptFelix Fietkau
2015-11-06main: sort getopt charactersFelix Fietkau
2015-10-20fix the alias supportJohn Crispin
2015-10-17add a -y parameter for cgi-bin redirectsJohn Crispin
2015-10-08fix chunked transfer encoding in keepalive modeJo-Philipp Wich
2015-09-24uhttpd: fix wrong header file inclusion for PRI* constant definitionsAndrej Krpic
2015-09-07file: fix processing POST data for deferred requestsFelix Fietkau
2015-08-17cgi: Support passing X-HTTP-Method-Override header.Karl Palsson
2015-05-30client: use 307 instead of 302 for HTTPS redirectsJo-Philipp Wich
2015-05-30proc: add HTTPS environment variableJo-Philipp Wich
2015-05-30add support for enforcing HTTPSJo-Philipp Wich
2015-05-30file: disable chunked encoding for file responsesJo-Philipp Wich
2015-05-30allow request handlers to disable chunked reponsesJo-Philipp Wich
2015-03-28properly handle return codesJohn Crispin
2015-03-11fixes for json 0.12John Crispin
2015-01-25lua: don't make uhttpd_plugin symbol constantJo-Philipp Wich
2015-01-25file: explicitely cast st_mtime to uint64_t when generating ETagJo-Philipp Wich
2015-01-25ubus: don't make uhttpd_plugin symbol constantJo-Philipp Wich
2015-01-18Build with largefile supportJo-Philipp Wich
2014-12-22uhttpd: Fix possible memory leaks when generating directory listingAndrej Krpic
2014-10-27mimetypes: add json and jsonp (distinct from js)Karl Palsson
2014-10-27file: do not emit Content-Length header for 304/412 responsesJo-Philipp Wich
2014-10-27utils: do not emit eof chunk for 204/304 responsesJo-Philipp Wich
2014-10-27client: store http code of last emitted responseJo-Philipp Wich
2014-09-03lua: fix error reporting when Lua handler cannot be compiledJo-Philipp Wich
2014-09-03main: use proper variable when warning about unsupported featuresJo-Philipp Wich
2014-09-03file: invoke error handler in 403 case as wellJo-Philipp Wich
2014-06-10ubus: add CORS header supportJo-Philipp Wich
2014-06-08cgi: add _GNU_SOURCE define to fix build error on muslFelix Fietkau
2014-04-08fix handling of / as cgi prefixFelix Fietkau
2014-03-22main: strdup command line arguments that are modifiedFelix Fietkau
2014-03-22cgi: compare the physical path instead of the url to detect quirky urlsFelix Fietkau
2014-03-21relay: do forward data if the http request type was HEADFelix Fietkau
2013-11-27ubus: remove indentation and whitespace from JSON responses to conserve a bit...Jo-Philipp Wich
2013-11-21uhttpd: fix crashes in the ubus pluginFelix Fietkau
2013-11-16lua: fix lua 5.2 compatibilityFelix Fietkau
2013-11-11main: return after processing -d switchJo-Philipp Wich
2013-09-13ubus: use "ubus_rpc_session" instead of "sid" attribute name when querying se...Jo-Philipp Wich
2013-09-13ubus: fix session example script to conform to new rpc protocolJo-Philipp Wich
2013-09-13ubus: deny requests with a "ubus_rpc_session" toplevel attribute to prevent i...Jo-Philipp Wich
2013-08-08ubus: pass current session id as ubus_rpc_session attribute to any called pro...Jo-Philipp Wich
2013-08-07ubus: move sid into the params array of the json-rpc request to avoid informa...Jo-Philipp Wich
2013-08-07ubus: use per-request blob buffer to fetch list results, fixes global buffer ...Jo-Philipp Wich
2013-07-31client: prevent further read calls after a client has been freedFelix Fietkau