uhttpd/file: fix string out of buffer range on uh_defer_script
[project/uhttpd.git] / listen.c
2021-11-23 Jo-Philipp Wichlisten: avoid invalid memory access
2017-01-26 Rosen Penevuhttpd: Add TCP_FASTOPEN support
2015-05-30 Jo-Philipp Wichadd support for enforcing HTTPS
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-19 Felix Fietkaumove listener unblocking to a separate stack context...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-04 Felix Fietkauadd basic tls support, todo: error handling
2013-01-04 Felix Fietkaufix resuming accept() calls after exceeding client...
2012-12-31 Felix Fietkaumake uh_path_lookup static
2012-12-31 Felix Fietkauset keepalive option after all command line parameters...
2012-12-31 Felix Fietkauexit if no sockets could be bound
2012-12-30 Felix Fietkaufix socket value detection
2012-12-30 Felix Fietkaufix compile errors
2012-12-30 Felix FietkauInitial implementation