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
2013-01-19
poll read data after connect as well
Felix Fietkau
2013-01-19
poll connection after request completion when using keepalive
Felix Fietkau
2013-01-19
properly terminate headers of http responses without data, add Content-Length: 0
Felix Fietkau
2013-01-19
fix file etag buffer length
Felix Fietkau
2013-01-19
move listener unblocking to a separate stack context via uloop timer
Felix Fietkau
2013-01-19
add user agent detection for working around keepalive issues and add support for the connection: close|keep-alive header
Felix Fietkau
2013-01-13
relicense to ISC
Felix Fietkau
2013-01-13
fix cgi/lua header parsing
Felix Fietkau
2013-01-13
fix redirect status
Felix Fietkau
2013-01-13
fix local/remote port env vars
Felix Fietkau
2013-01-13
poll ustream after the process dies to fix eof detection
Felix Fietkau
2013-01-13
fix path lookup
Felix Fietkau
2013-01-13
add an option for configuring http keepalive
Felix Fietkau
2013-01-13
check for conf.error_handler before using it
Felix Fietkau
2013-01-13
fix getting local server address
Felix Fietkau
2013-01-13
add check for shadow support, turn -Os back on
Felix Fietkau
2013-01-13
add missing file exists check
Felix Fietkau
2013-01-13
remove unused data from the url in the session test script
Felix Fietkau
2013-01-13
rework the ubus plugin to support JSON-RPC 2.0
Felix Fietkau
2013-01-13
add plugin op for uh_chunk_printf
Felix Fietkau
2013-01-07
ubus: split out session handling code into ubus-session.c
Felix Fietkau
2013-01-07
fix typo
Felix Fietkau
2013-01-07
fix prefix lookup
Felix Fietkau
2013-01-07
add ubus support
Felix Fietkau
2013-01-07
export uh_http_header to plugins
Felix Fietkau
2013-01-07
export uh_request_done to plugins
Felix Fietkau
2013-01-05
de-constify the url parameter for the handler, it becomes invalid after the request anyway
Felix Fietkau
2013-01-05
add a c function for .send and .sendc
Felix Fietkau
2013-01-05
add header table for lua calls
Felix Fietkau
2013-01-04
fix uninitialized variables
Felix Fietkau
2013-01-04
add lua plugin support
Felix Fietkau
2013-01-04
remove #ifdef HAVE_CGI
Felix Fietkau
2013-01-04
add basic tls support, todo: error handling
Felix Fietkau
2013-01-04
get rid of -rdynamic on linking
Felix Fietkau
2013-01-04
fix relay ustream initialization
Felix Fietkau
2013-01-04
constify mimetype list
Felix Fietkau
2013-01-04
clean up directory listing code, only iterate over the set once (by sorting directories before files ahead of time)
Felix Fietkau
2013-01-04
ensure the cgi postdata write pipe is closed for other processes
Felix Fietkau
2013-01-04
re-enable reads from the cgi pipe after enough data has been written to the client
Felix Fietkau
2013-01-04
plug a memory leak in cgi processing
Felix Fietkau
2013-01-04
fix resuming accept() calls after exceeding client limit
Felix Fietkau
2013-01-03
free cgi headers
Felix Fietkau
2013-01-03
use pipes instead of a socketpair, EOF handling is broken with sockets
Felix Fietkau
2013-01-03
implement proper flow control for relaying postdata
Felix Fietkau
2013-01-03
fix use-after-realloc issue with the request url
Felix Fietkau
2013-01-03
clean up / fix #include
Felix Fietkau
2013-01-03
link against libcrypt
Felix Fietkau
2013-01-03
fix compile errors on linux
Felix Fietkau
2013-01-03
do not send an error on a full buffer for post data
Felix Fietkau
2013-01-03
fix chunked postdata parsing
Felix Fietkau
[next]