summaryrefslogtreecommitdiff
path: root/poll/unix/epoll.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-13/+13
* poll: Round up milliseconds timeouts.ylavic2022-06-241-2/+2
* poll: Follow up to r1897521: struct epoll_event's events field is unsigned int.ylavic2022-01-271-3/+3
* poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.ylavic2022-01-261-0/+4
* poll: Implement APR_POLLSET_NOCOPY for kqueue.ylavic2022-01-261-1/+1
* Revert r1897518 (spurious changes).ylavic2022-01-261-1/+1
* poll: Implement APR_POLLSET_NOCOPY for kqueue.ylavic2022-01-261-1/+1
* Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...mturk2021-11-171-2/+2
* poll, epoll: pollset's pfd is not modified on poll(), mark it const.ylavic2018-01-031-1/+1
* * include/arch/unix/apr_arch_poll_private.h,jorton2017-08-181-4/+4
* apr_pollset_poll(): don't return a positive (nay negative in case of error)ylavic2016-08-101-2/+2
* apr_poll(cb): fix error paths returned values and leaks.ylavic2015-03-131-8/+27
* Minor fixes to quiet valgrind warningssf2013-01-261-1/+1
* don't override parameter 'flags' within a blocktrawick2011-03-291-8/+8
* add namespace protection fortrawick2010-01-221-2/+2
* * Add apr_pollcb_wakeup(), with similar behavior tominfrin2010-01-161-10/+19
* nelts, the number of elements in the pollset, was neither needed trawick2009-03-161-1/+0
* pollset tweaks:trawick2009-03-031-5/+1
* no need to copy descriptors if only the wakeup pipe poppedtrawick2009-02-271-4/+5
* Unroll APR_SET_FD_CLOEXEC macro.bojan2009-02-271-2/+20
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andbojan2009-02-261-1/+18
* simplifications and minor improvements to error reporting andtrawick2009-02-211-58/+38
* don't go to any trouble to compute the ignored epoll_eventtrawick2009-02-211-6/+6
* apr_pollset_create_ex() already made room for the wakeup descriptor,trawick2009-02-211-4/+0
* Fix provider name typosmturk2009-02-141-1/+1
* Implement providers for apr_pollset and apr_pollcbmturk2009-02-131-162/+98
* * Silence a compiler warning.rpluem2008-04-291-2/+2
* Return APR_EINTR only there was no additional descriptors signaled at the tim...mturk2008-04-211-8/+4
* Introduce (again) apr_pollset_wakeup APImturk2008-04-191-12/+112
* Revert r47540mturk2008-04-131-139/+15
* Introduce apr_pollset_wakeup()mturk2008-04-131-15/+139
* Add the apr_pollcb API.pquerna2007-02-191-0/+124
* reverting rev 500321 pending investigation of problem reported by jorton. gregames2007-01-291-3/+11
* apr_pollset_remove: speed up the httpd Event MPM when lots of connections aregregames2007-01-261-11/+3
* Fix error checking in epoll version of apr_pollset_create.rooneg2006-10-091-1/+1
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Zero out the epoll_event structure, to make valgrind stop complaining about a...pquerna2006-04-051-1/+1
* Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().brianp2005-10-231-47/+74
* * poll/unix/epoll.c (apr_pollset_create): Check for errors fromjorton2005-08-181-3/+9
* * poll/unix/epoll.c (apr_pollset_poll): Remove unused variable.jorton2005-03-201-1/+0
* Replace looping code with an O(1) APR_RING_CONCAT.pquerna2005-03-121-5/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* This commit may break the win32 or netware builds because of the added files.pquerna2004-11-201-0/+270