index
:
uhttpd
master
openwrt-19.07
Tiny HTTP server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-12-24
ubus: unregister ubus subscriber on HTTP client disconnect
master
Tito Brasolin
2025-10-03
CMakeLists: update cmake minimum required version to 3.10
Christian Marangi
2025-07-06
client: Allow sending content in DONE state
Hauke Mehrtens
2025-04-05
client: reject requests with multiple content-lengths and/or TEs
Jo-Philipp Wich
2025-04-05
file: prevent writes beyond end of uh_buf on enumerating directories
Jo-Philipp Wich
2025-04-05
proc: inhibit chunked transfer encoding on existing TEs or known length
Jo-Philipp Wich
2024-01-23
client: don't send stray EOF chunk on connection timeout
Jo-Philipp Wich
2023-06-25
uhttpd/file: fix string out of buffer range on uh_defer_script
Liangbin Lian
2023-01-28
mimetypes: add audio/video support for apple airplay
Sasha Andonov
2023-01-16
ucode: respect all arguments passed to send()
Andre Heider
2022-10-31
client: fix incorrectly emitting HTTP 413 for certain content lengths
Jo-Philipp Wich
2022-08-12
ucode: initialize search path before VM init
Jo-Philipp Wich
2022-08-12
ucode: initialize default library search path
Jo-Philipp Wich
2022-08-12
utils: accept '?' as path terminator in uh_path_match()
Jo-Philipp Wich
2022-08-10
file: support using dynamic script handlers as error pages
Jo-Philipp Wich
2022-08-02
relay: trigger close if in header read state with pending data
Jo-Philipp Wich
2022-08-02
ucode: ignore exit exceptions
Jo-Philipp Wich
2022-08-02
ucode: ignore exit exceptions
Jo-Philipp Wich
2022-06-28
cmake: use variables and find_library for dependency
Hauke Mehrtens
2022-06-01
client: fix compilation error with GCC 12
Christian 'Ansuel' Marangi
2022-02-19
fix compiler uninitialized variable
Thomas Huehn
2022-02-07
main: fix leaking -p/-s argument values
Jo-Philipp Wich
2022-02-07
ucode: adjust to latest ucode api
Jo-Philipp Wich
2022-02-07
file: specify UTF-8 as charset for dirlists, add option to override
Jo-Philipp Wich
2021-11-23
main: add ucode options to help text
Jo-Philipp Wich
2021-11-23
examples: add ucode handler example
Jo-Philipp Wich
2021-11-23
ucode: add ucode plugin support
Jo-Philipp Wich
2021-11-23
examples: add example Lua handler script
Jo-Philipp Wich
2021-11-23
listen: avoid invalid memory access
Jo-Philipp Wich
2021-03-21
client: Always close connection with request body in case of error
Hauke Mehrtens
2020-11-23
ubus: fix uhttpd crash
Wojciech Jowsa
2020-10-04
ubus: fix legacy empty reply format
Jo-Philipp Wich
2020-10-04
client: fix spurious keepalive connection timeouts
Jo-Philipp Wich
2020-10-01
client: really close connection on timeout
Rafał Miłecki
2020-09-23
ubus: support GET method with CORS requests
Rafał Miłecki
2020-09-18
ubus: add ACL support for "subscribe" request
Rafał Miłecki
2020-09-15
ubus: add new RESTful API
Rafał Miłecki
2020-09-15
ubus: fix blob_buf initialization
Rafał Miłecki
2020-08-05
ubus: rename JSON-RPC format related functions
Rafał Miłecki
2020-08-05
ubus: use local "blob_buf" in uh_ubus_handle_request_object()
Rafał Miłecki
2020-08-05
ubus: use BLOBMSG_TYPE_UNSPEC for "params" JSON attribute
Rafał Miłecki
2020-08-05
ubus: drop unused "obj" arguments
Rafał Miłecki
2020-07-25
ubus: parse "call" method params only for relevant call
Rafał Miłecki
2020-06-03
proc: do not cancel script killing after writing headers
Santiago Piccinini
2020-03-13
client: allow keep-alive for POST requests
Jo-Philipp Wich
2020-02-15
tls: support specifying accepted TLS ciphers
Jo-Philipp Wich
2020-02-11
file: poke ustream after starting deferred program
Jo-Philipp Wich
2019-12-22
client: fix invalid data access through invalid content-length values
Jo-Philipp Wich
2019-08-17
ubus: increase maximum ubus request size to 64KB
Jo-Philipp Wich
2019-06-16
uhttpd: Fix multiple format string problems
Hauke Mehrtens
[next]