Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | uhttpd: Add TCP_FASTOPEN support | Rosen Penev | |
Provides a small speedup when resuming the connection. Signed-off by: Rosen Penev <rosenp@gmail.com> | |||
2015-05-30 | add support for enforcing HTTPS | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2013-01-19 | add 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-19 | move listener unblocking to a separate stack context via uloop timer | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-13 | relicense to ISC | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-04 | add basic tls support, todo: error handling | Felix Fietkau | |
2013-01-04 | fix resuming accept() calls after exceeding client limit | Felix Fietkau | |
2012-12-31 | make uh_path_lookup static | Felix Fietkau | |
2012-12-31 | set keepalive option after all command line parameters have been processed | Felix Fietkau | |
2012-12-31 | exit if no sockets could be bound | Felix Fietkau | |
2012-12-30 | fix socket value detection | Felix Fietkau | |
2012-12-30 | fix compile errors | Felix Fietkau | |
2012-12-30 | Initial implementation | Felix Fietkau | |