summaryrefslogtreecommitdiff
path: root/src/fdevent.h
Commit message (Expand)AuthorAgeFilesLines
* [core] fdevent_mkstemp_append() (shared)Glenn Strauss2019-03-161-0/+1
* [core] pass conf.follow_symlink in more placesGlenn Strauss2019-03-101-2/+2
* [core] pass (fdnode *) for registered fdevent fdGlenn Strauss2019-03-071-8/+18
* [core] isolate fdevent processingGlenn Strauss2019-03-071-1/+0
* [core] remove fde_ndx member outside fdeventsGlenn Strauss2019-03-071-4/+4
* [core] some fdevent code streamliningGlenn Strauss2019-03-071-4/+2
* [core] map FDEVENT_* to OS system event frameworksGlenn Strauss2019-02-171-7/+11
* [core] dispatch events from within event frameworkGlenn Strauss2019-02-131-1/+0
* [core] fdevent_process()Glenn Strauss2019-02-041-4/+1
* [core] mark startup/shutdown funcs coldGlenn Strauss2019-02-041-0/+9
* [core] option to propagate TCP FIN to backend hostGlenn Strauss2018-08-121-3/+6
* [core] some header cleanupGlenn Strauss2018-04-081-1/+1
* [core] fix rare race condition from backends (fixes #2878)Glenn Strauss2018-03-181-2/+3
* [core] discard from socket using recv MSG_TRUNCGlenn Strauss2017-12-111-0/+2
* [core] support POLLRDHUP, where available (#2743)Glenn Strauss2017-11-191-0/+1
* [core] isolate backend fdevent handler defsGlenn Strauss2017-11-031-168/+8
* [core] perf: more efficient fdevent_sched_run()Glenn Strauss2017-10-211-1/+1
* [core] fdevent setsockopt() helper functionsGlenn Strauss2017-09-231-0/+3
* [core] SIGCHLD handle_waitpid hook for modulesGlenn Strauss2017-09-101-1/+3
* [core] remove fdevent fcntl_set hookGlenn Strauss2017-07-291-3/+0
* [core] restart piped loggers if they exit (fixes #1393)Glenn Strauss2017-07-231-0/+4
* [core] fdevent_cycle_logger()Glenn Strauss2017-07-231-0/+1
* [core] fdevent_connect_status() shared codeGlenn Strauss2017-07-151-0/+2
* [core] rename fd_close_on_exec()Glenn Strauss2017-07-151-1/+0
* [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