summaryrefslogtreecommitdiff
path: root/poll/unix/poll.c
Commit message (Expand)AuthorAgeFilesLines
* On '1.8.x-r1897895' branch: Backport r1897895 from trunk.1.8.x-r1897895Ivan Zhakov2022-02-151-6/+19
* Merge r1898076 from trunk:Joe Orton2022-02-151-1/+1
* Merge r1895106, r1895111, r1895175, r1895181, r1895465 from trunk:Yann Ylavic2021-12-291-2/+2
* Merge 1805380 from trunk:Joe Orton2017-09-191-4/+4
* Merge r1755758 from trunk:Yann Ylavic2016-08-101-2/+2
* Add apr_pollcb_wakeup(), with similar behavior toGraham Leggett2016-03-251-2/+11
* Revert r1671389; apr_pollset_poll() should return APR_SUCCESSJeff Trawick2015-04-071-1/+3
* Merge r1671389 from trunk:Jeff Trawick2015-04-051-3/+2
* Merge r1667915 from trunk.Yann Ylavic2015-03-201-1/+12
* Merge r1666341, r1667914 and r1667916 from trunk.Yann Ylavic2015-03-201-9/+8
* From trunk:Jeff Trawick2011-04-291-4/+18
* Backport all poll changes from r734707 up to nowJim Jagielski2009-10-021-163/+185
* bypass v. weird warningJim Jagielski2009-09-171-1/+2
* 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-15/+118
* Revert r47540Mladen Turk2008-04-131-137/+14
* Introduce apr_pollset_wakeup()Mladen Turk2008-04-131-14/+137
* Stub out the apr_pollcb API for poll & select, always returning APR_ENOTIMPL.Paul Querna2007-02-201-0/+29
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* apr_poll() - don't promise to fill in rtnevents if no event wasJeff Trawick2005-10-021-2/+7
* * poll/unix/poll.c: Include alloca.h if present.Joe Orton2005-08-251-0/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * poll/unix/poll.c (apr_pollset_remove): Remove unused variable.Joe Orton2004-11-251-1/+0
* This commit may break the win32 or netware builds because of the added files.Paul Querna2004-11-201-704/+18
* * poll/unix/poll.c: Remove trailing more whitespace and fix 'apr_poll' to lay...Paul Querna2004-11-201-2/+3
* * poll/unix/poll.c: Remove Trailing Whitespace. No Functional Changes.Paul Querna2004-11-191-6/+6
* Fix KQueue for Pollset.Paul Querna2004-11-141-1/+3
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.Joe Orton2004-07-071-1/+7
* Add support for KQueue and sys_epoll to apr_pollset.Justin Erenkrantz2004-07-061-12/+355
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Return an error instead of silently failing when apr_poll() isJeff Trawick2004-01-301-0/+12
* This small fix allows for the passing of NULL as the descriptors arg inDavid Reid2003-11-221-2/+4
* Add back apr_poll as it shouldn't have been removed.David Reid2003-11-211-1/+200
* Remove the old/deprecated apr_poll interface.Greg Stein2003-11-171-204/+3
* Avoid the temptation to remember the pool. That can lead to disaster.Greg Stein2003-10-281-2/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Simplify select-based apr_poll to avoid an extra for loop and clearJoe Orton2003-01-031-4/+2
* fix the clearing of the pollset in the select-based implementationBrian Pane2003-01-031-3/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Fix apr_poll behavior on Darwin/Win32 (now passing testpoll.)William A. Rowe Jr2002-12-311-0/+4
* include <alloca.h> on any system that has it, not just on Tru64Jeff Trawick2002-09-201-2/+1
* Include alloca.h on Tru64 to ensure that alloca gets redefined toBrian Pane2002-09-091-0/+4
* Bugfix for apr_pollset_remove()Brian Pane2002-09-011-0/+2
* Cleaned up the code for handling invalid descriptor types in apr_pollBrian Pane2002-08-111-7/+9
* Changed apr_poll_socket_remove() and apr_poll() to avoidBrian Pane2002-08-071-1/+9
* Set the result array in the select-based version of apr_pollset_poll()Brian Pane2002-08-061-0/+1
* One more update to the pollset API before we start using itBrian Pane2002-08-041-1/+2
* apr_get_netos_error() must be implemented on all platforms. Aren'tWilliam A. Rowe Jr2002-08-041-4/+4