summaryrefslogtreecommitdiff
path: root/poll/unix/kqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-18/+18
* poll: kqueue: Fix -Wincompatible-pointer-types-discards-qualifiersYann Ylavic2022-06-221-2/+2
* poll: Implement APR_POLLSET_NOCOPY for kqueue.Yann Ylavic2022-01-261-49/+78
* Revert r1897518 (spurious changes).Yann Ylavic2022-01-261-78/+49
* poll: Implement APR_POLLSET_NOCOPY for kqueue.Yann Ylavic2022-01-261-49/+78
* Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...Mladen Turk2021-11-171-2/+2
* poll, kqueue: save a pollfd (mem)copy per returned event.Yann Ylavic2018-01-031-5/+5
* * 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-1/+2
* apr_poll(cb): fix error paths returned values and leaks.Yann Ylavic2015-03-131-8/+25
* add namespace protection forJeff Trawick2010-01-221-2/+2
* * Add apr_pollcb_wakeup(), with similar behavior toGraham Leggett2010-01-161-9/+16
* nelts, the number of elements in the pollset, was neither needed Jeff Trawick2009-03-161-1/+0
* get_kqueue_revent():Jeff Trawick2009-03-011-16/+14
* Don't give the caller the list of returned events unless some event besidesJeff Trawick2009-03-011-3/+4
* EV_ERROR doesn't map to APR_POLLERRJeff Trawick2009-03-011-3/+5
* Don't return failure or fail to clean up the event queue if the callerJeff Trawick2009-03-011-16/+15
* revert a non-critical part of 748951: the needless use of separate temporary ...Jeff Trawick2009-03-011-10/+9
* Allow the kqueue pollset implementation to support checking both APR_POLLIN andJeff Trawick2009-03-011-15/+26
* 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-2/+7
* Implement providers for apr_pollset and apr_pollcbMladen Turk2009-02-131-175/+105
* suppress gcc's warning about unexpected assignmet Jeff Trawick2009-01-151-1/+1
* Return APR_EINTR only there was no additional descriptors signaled at the tim...Mladen Turk2008-04-211-4/+2
* Introduce (again) apr_pollset_wakeup APIMladen Turk2008-04-191-11/+93
* Revert r47540Mladen Turk2008-04-131-15/+0
* Introduce apr_pollset_wakeup()Mladen Turk2008-04-131-0/+15
* Improve returned errors from kevent/kqueue by using apr_get_netos_error() rat...Paul Querna2007-02-191-3/+3
* Add the apr_pollcb API.Paul Querna2007-02-191-0/+154
* Fix PR 40662.Garrett Rooney2006-10-031-1/+1
* Fix the conversion of the timeout paremeter into a timespce for the kqueue po...Paul Querna2006-09-021-1/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix a longstanding missunderstanding in our kqueue pollset code. It turnsGarrett Rooney2006-03-151-2/+2
* - Remove unused variable.Paul Querna2005-05-281-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/+288