summaryrefslogtreecommitdiff
path: root/listen.c
AgeCommit message (Collapse)Author
2017-01-26uhttpd: Add TCP_FASTOPEN supportRosen Penev
Provides a small speedup when resuming the connection. Signed-off by: Rosen Penev <rosenp@gmail.com>
2015-05-30add support for enforcing HTTPSJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2013-01-19add support for deferring script requests, limit maximum number of script ↵Felix Fietkau
calls to 3, maximum number of connections to 100 Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-19move listener unblocking to a separate stack context via uloop timerFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-13relicense to ISCFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-04add basic tls support, todo: error handlingFelix Fietkau
2013-01-04fix resuming accept() calls after exceeding client limitFelix Fietkau
2012-12-31make uh_path_lookup staticFelix Fietkau
2012-12-31set keepalive option after all command line parameters have been processedFelix Fietkau
2012-12-31exit if no sockets could be boundFelix Fietkau
2012-12-30fix socket value detectionFelix Fietkau
2012-12-30fix compile errorsFelix Fietkau
2012-12-30Initial implementationFelix Fietkau