summaryrefslogtreecommitdiff
path: root/src/fdevent.h
Commit message (Expand)AuthorAgeFilesLines
...
* [core] consolidate fork()/execve() code (#1393)Glenn Strauss2017-07-151-0/+6
* [core] no SOCK_CLOEXEC on Linux kernel < 2.6.27Glenn Strauss2017-04-151-1/+6
* [core] collect ioctl FIONREAD codeGlenn Strauss2017-03-281-0/+2
* [core] include "fdevent.h" where neededGlenn Strauss2017-03-281-1/+1
* performance: use Linux extended syscalls and flagsGlenn Strauss2016-09-241-0/+6
* [core] fix crash if ready events on abandoned fd (fixes #2748)Glenn Strauss2016-08-241-0/+3
* [core] check if client half-closed TCP if POLLHUP (#2743)Glenn Strauss2016-08-061-0/+3
* [core] add declarations to fdevent.h (#2373)Glenn Strauss2016-06-291-1/+6
* fix errors detected by Coverity ScanGlenn Strauss2016-06-211-1/+1
* [core] option to stream response body to client (fixes #949, #760, #1283, #1387)Glenn Strauss2016-06-191-0/+2
* [config] config options to stream request/response (#949, #376)Glenn Strauss2016-06-191-0/+9
* always poll for client POLLHUP/POLLERR events (fixes #399)Glenn Strauss2016-04-181-2/+2
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-4/+1
* [bitset] unused -> removeStefan Bühler2015-02-081-1/+0
* force assertion: setting FD_CLOEXEC must work (if available)Stefan Bühler2014-02-161-0/+1
* Move fdevent subsystem includes to implementation files to reduce conflicts (...Stefan Bühler2011-12-251-9/+0
* fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29Stefan Bühler2011-06-131-5/+10
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-171-3/+3
* add libev fdevent handler: server.event-handler = "libev"Stefan Bühler2010-08-071-29/+17
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-16/+8
* Add <sys/types.h> before including event backendsStefan Bühler2009-10-111-0/+2
* Fix some compile problems from header inclusion reorder patchStefan Bühler2009-10-111-3/+6
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-1/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-24/+24
* fdlist is not used, removed it (fixes inclusion into C++)Jan Kneschke2005-09-291-7/+2
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-0/+2
* include <sys/select.h> if available (fixes #264, #275)Jan Kneschke2005-09-201-0/+3
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+222