summaryrefslogtreecommitdiff
path: root/poll/unix/epoll.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-13/+13
* poll: Round up milliseconds timeouts.Yann Ylavic2022-06-241-2/+2
* poll: Follow up to r1897521: struct epoll_event's events field is unsigned int.Yann Ylavic2022-01-271-3/+3
* poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.Yann Ylavic2022-01-261-0/+4
* poll: Implement APR_POLLSET_NOCOPY for kqueue.Yann Ylavic2022-01-261-1/+1
* Revert r1897518 (spurious changes).Yann Ylavic2022-01-261-1/+1
* poll: Implement APR_POLLSET_NOCOPY for kqueue.Yann Ylavic2022-01-261-1/+1
* Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...Mladen Turk2021-11-171-2/+2
* poll, epoll: pollset's pfd is not modified on poll(), mark it const.Yann Ylavic2018-01-031-1/+1
* * include/arch/unix/apr_arch_poll_private.h,Joe Orton2017-08-181-4/+4
* apr_pollset_poll(): don't return a positive (nay negative in case of error)Yann Ylavic2016-08-101-2/+2
* apr_poll(cb): fix error paths returned values and leaks.Yann Ylavic2015-03-131-8/+27
* Minor fixes to quiet valgrind warningsStefan Fritsch2013-01-261-1/+1
* don't override parameter 'flags' within a blockJeff Trawick2011-03-291-8/+8
* add namespace protection forJeff Trawick2010-01-221-2/+2
* * Add apr_pollcb_wakeup(), with similar behavior toGraham Leggett2010-01-161-10/+19
* nelts, the number of elements in the pollset, was neither needed Jeff Trawick2009-03-161-1/+0
* pollset tweaks:Jeff Trawick2009-03-031-5/+1
* no need to copy descriptors if only the wakeup pipe poppedJeff Trawick2009-02-271-4/+5
* Unroll APR_SET_FD_CLOEXEC macro.Bojan Smojver2009-02-271-2/+20
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andBojan Smojver2009-02-261-1/+18
* simplifications and minor improvements to error reporting andJeff Trawick2009-02-211-58/+38
* don't go to any trouble to compute the ignored epoll_eventJeff Trawick2009-02-211-6/+6
* apr_pollset_create_ex() already made room for the wakeup descriptor,Jeff Trawick2009-02-211-4/+0
* Fix provider name typosMladen Turk2009-02-141-1/+1
* Implement providers for apr_pollset and apr_pollcbMladen Turk2009-02-131-162/+98
* * Silence a compiler warning.Ruediger Pluem2008-04-291-2/+2
* Return APR_EINTR only there was no additional descriptors signaled at the tim...Mladen Turk2008-04-211-8/+4
* Introduce (again) apr_pollset_wakeup APIMladen Turk2008-04-191-12/+112
* Revert r47540Mladen Turk2008-04-131-139/+15
* Introduce apr_pollset_wakeup()Mladen Turk2008-04-131-15/+139
* Add the apr_pollcb API.Paul Querna2007-02-191-0/+124
* reverting rev 500321 pending investigation of problem reported by jorton. Greg Ames2007-01-291-3/+11
* apr_pollset_remove: speed up the httpd Event MPM when lots of connections areGreg Ames2007-01-261-11/+3
* Fix error checking in epoll version of apr_pollset_create.Garrett Rooney2006-10-091-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Zero out the epoll_event structure, to make valgrind stop complaining about a...Paul Querna2006-04-051-1/+1
* Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().Brian Pane2005-10-231-47/+74
* * poll/unix/epoll.c (apr_pollset_create): Check for errors fromJoe Orton2005-08-181-3/+9
* * poll/unix/epoll.c (apr_pollset_poll): Remove unused variable.Joe Orton2005-03-201-1/+0
* Replace looping code with an O(1) APR_RING_CONCAT.Paul Querna2005-03-121-5/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* This commit may break the win32 or netware builds because of the added files.Paul Querna2004-11-201-0/+270