summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-21client: Always close connection with request body in case of errorHEADmasterHauke Mehrtens
2020-11-23ubus: fix uhttpd crashWojciech Jowsa
2020-10-04ubus: fix legacy empty reply formatJo-Philipp Wich
2020-10-04client: fix spurious keepalive connection timeoutsJo-Philipp Wich
2020-10-01client: really close connection on timeoutRafał Miłecki
2020-09-23ubus: support GET method with CORS requestsRafał Miłecki
2020-09-18ubus: add ACL support for "subscribe" requestRafał Miłecki
2020-09-15ubus: add new RESTful APIRafał Miłecki
2020-09-15ubus: fix blob_buf initializationRafał Miłecki
2020-08-05ubus: rename JSON-RPC format related functionsRafał Miłecki
2020-08-05ubus: use local "blob_buf" in uh_ubus_handle_request_object()Rafał Miłecki
2020-08-05ubus: use BLOBMSG_TYPE_UNSPEC for "params" JSON attributeRafał Miłecki
2020-08-05ubus: drop unused "obj" argumentsRafał Miłecki
2020-07-25ubus: parse "call" method params only for relevant callRafał Miłecki
2020-06-03proc: do not cancel script killing after writing headersSantiago Piccinini
2020-03-13client: allow keep-alive for POST requestsJo-Philipp Wich
2020-02-15tls: support specifying accepted TLS ciphersJo-Philipp Wich
2020-02-11file: poke ustream after starting deferred programJo-Philipp Wich
2019-12-22client: fix invalid data access through invalid content-length valuesJo-Philipp Wich
2019-08-17ubus: increase maximum ubus request size to 64KBJo-Philipp Wich
2019-06-16uhttpd: Fix multiple format string problemsHauke Mehrtens
2018-11-28cgi: escape url in 403 error outputJo-Philipp Wich
2018-11-26uhttpd: fix building without TLS and Lua supportPaul Willoughby
2018-11-01help: document -A optionKarl Pálsson
2018-09-24file: fix CPP syntax errorJo-Philipp Wich
2018-08-23build: avoid redefining _DEFAULT_SOURCEJo-Philipp Wich
2018-08-23lua: support multiple Lua prefixesJo-Philipp Wich
2018-08-21build: use _DEFAULT_SOURCEJo-Philipp Wich
2018-08-21uhttpd: recognize PATCH, PUT and DELETE HTTP methodsJo-Philipp Wich
2018-06-26client: flush buffered SSL output when tearing down client ustreamJo-Philipp Wich
2018-04-24proc: expose HTTP Origin header in process environmentJo-Philipp Wich
2018-04-04file: escape strings in HTML outputJo-Philipp Wich
2018-04-04utils: add uh_htmlescape() helperJo-Philipp Wich
2018-04-04Revert "proc: avoid stdio deadlocks"Jo-Philipp Wich
2018-01-25proc: avoid stdio deadlocksJo-Philipp Wich
2018-01-24lua: honour size argument in recv() functionJo-Philipp Wich
2017-11-04file: fix query string handlingJo-Philipp Wich
2017-08-19uhttpd: add manifest supportAdrian Panella
2017-07-09file: fix basic auth regressionJo-Philipp Wich
2017-07-02file: remove unused "auth" member from struct path_infoJo-Philipp Wich
2017-07-02proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASSJo-Philipp Wich
2017-07-02auth: store parsed username and passwordJo-Philipp Wich
2017-07-02proc: do not declare empty process variablesJo-Philipp Wich
2017-01-26uhttpd: Add TCP_FASTOPEN supportRosen Penev
2016-10-25lua: ensure that PATH_INFO starts with a slashJo-Philipp Wich
2016-10-25utils: add proper handling of "/" special case in uh_path_match()Jo-Philipp Wich
2016-10-25cgi: allow conf.cgi_docroot_path to be NULLJo-Philipp Wich
2016-10-06file: re-run json handler script after file fallback redirectFelix Fietkau
2016-07-27cmake: Find libubox/usock.hFlorian Fainelli
2016-06-16file: add support for disabling cache related precondition checks via handlersFelix Fietkau