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