summaryrefslogtreecommitdiff
path: root/src/fdevent_poll.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] omit passing srv to fdevent_handlerGlenn Strauss2020-07-081-2/+1
* [core] fdevent uses uint32_t instead of size_tGlenn Strauss2020-07-081-3/+3
* [core] clear FDEVENT_RDHUP if no POLLRDHUPGlenn Strauss2019-03-161-0/+4
* [core] some fdevent code streamliningGlenn Strauss2019-03-071-60/+23
* [core] map FDEVENT_* to OS system event frameworksGlenn Strauss2019-02-171-71/+21
* [core] poll: fdarray uses fd as index, not fde_ndxpersonal/stbuehler/fix-fdeventStefan Bühler2019-02-161-2/+2
* [core] don't call fd event handlers more than once, they might already be gon...Stefan Bühler2019-02-161-1/+1
* [core] dispatch events from within event frameworkGlenn Strauss2019-02-131-22/+22
* [multiple] reduce code dup in list resizingGlenn Strauss2019-02-121-10/+2
* [core] support POLLRDHUP, where available (#2743)Glenn Strauss2017-11-191-0/+6
* [core] isolate backend fdevent handler defsGlenn Strauss2017-11-031-1/+2
* [core] remove some unused header includesGlenn Strauss2017-03-281-3/+0
* fix error handling for portability (NetBSD)Glenn Strauss2016-06-291-1/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* add force_assert for more allocation resultsStefan Bühler2016-01-301-0/+4
* Move fdevent subsystem includes to implementation files to reduce conflicts (...Stefan Bühler2011-12-251-0/+7
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-171-3/+3
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-11/+24
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-4/+3
* Fix issues found with clang analyzerStefan Bühler2009-07-211-1/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-26/+26
* more unsigned/sign compare fixesJan Kneschke2005-11-181-2/+2
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+182