summaryrefslogtreecommitdiff
path: root/listen.c
Commit message (Expand)AuthorAgeFilesLines
* listen: avoid invalid memory accessJo-Philipp Wich2021-11-231-1/+1
* uhttpd: Add TCP_FASTOPEN supportRosen Penev2017-01-261-1/+3
* add support for enforcing HTTPSJo-Philipp Wich2015-05-301-0/+19
* add support for deferring script requests, limit maximum number of script cal...Felix Fietkau2013-01-191-4/+4
* move listener unblocking to a separate stack context via uloop timerFelix Fietkau2013-01-191-1/+10
* relicense to ISCFelix Fietkau2013-01-131-12/+12
* add basic tls support, todo: error handlingFelix Fietkau2013-01-041-1/+1
* fix resuming accept() calls after exceeding client limitFelix Fietkau2013-01-041-2/+9
* make uh_path_lookup staticFelix Fietkau2012-12-311-0/+8
* set keepalive option after all command line parameters have been processedFelix Fietkau2012-12-311-19/+20
* exit if no sockets could be boundFelix Fietkau2012-12-311-1/+2
* fix socket value detectionFelix Fietkau2012-12-301-1/+1
* fix compile errorsFelix Fietkau2012-12-301-2/+2
* Initial implementationFelix Fietkau2012-12-301-0/+177