summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-12-24ubus: unregister ubus subscriber on HTTP client disconnectmasterTito Brasolin
2025-10-03CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2025-07-06client: Allow sending content in DONE stateHauke Mehrtens
2025-04-05client: reject requests with multiple content-lengths and/or TEsJo-Philipp Wich
2025-04-05file: prevent writes beyond end of uh_buf on enumerating directoriesJo-Philipp Wich
2025-04-05proc: inhibit chunked transfer encoding on existing TEs or known lengthJo-Philipp Wich
2024-01-23client: don't send stray EOF chunk on connection timeoutJo-Philipp Wich
2023-06-25uhttpd/file: fix string out of buffer range on uh_defer_scriptLiangbin Lian
2023-01-28mimetypes: add audio/video support for apple airplaySasha Andonov
2023-01-16ucode: respect all arguments passed to send()Andre Heider
2022-10-31client: fix incorrectly emitting HTTP 413 for certain content lengthsJo-Philipp Wich
2022-08-12ucode: initialize search path before VM initJo-Philipp Wich
2022-08-12ucode: initialize default library search pathJo-Philipp Wich
2022-08-12utils: accept '?' as path terminator in uh_path_match()Jo-Philipp Wich
2022-08-10file: support using dynamic script handlers as error pagesJo-Philipp Wich
2022-08-02relay: trigger close if in header read state with pending dataJo-Philipp Wich
2022-08-02ucode: ignore exit exceptionsJo-Philipp Wich
2022-08-02ucode: ignore exit exceptionsJo-Philipp Wich
2022-06-28cmake: use variables and find_library for dependencyHauke Mehrtens
2022-06-01client: fix compilation error with GCC 12Christian 'Ansuel' Marangi
2022-02-19fix compiler uninitialized variableThomas Huehn
2022-02-07main: fix leaking -p/-s argument valuesJo-Philipp Wich
2022-02-07ucode: adjust to latest ucode apiJo-Philipp Wich
2022-02-07file: specify UTF-8 as charset for dirlists, add option to overrideJo-Philipp Wich
2021-11-23main: add ucode options to help textJo-Philipp Wich
2021-11-23examples: add ucode handler exampleJo-Philipp Wich
2021-11-23ucode: add ucode plugin supportJo-Philipp Wich
2021-11-23examples: add example Lua handler scriptJo-Philipp Wich
2021-11-23listen: avoid invalid memory accessJo-Philipp Wich
2021-03-21client: Always close connection with request body in case of errorHauke 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