summaryrefslogtreecommitdiff
path: root/poll/unix/select.c
Commit message (Expand)AuthorAgeFilesLines
* From trunk:trawick2011-04-291-0/+19
* Backport all poll changes from r734707 up to nowjim2009-10-021-241/+70
* Fix core on win32 when using wakeable pollsetmturk2009-02-121-0/+17
* Backport r742921 from trunkmturk2009-02-121-1/+6
* Win32: Do not error out on apr_pollset_poll() when there are no sockets.jerenkrantz2008-08-281-0/+11
* silence warning about assignment expressionfielding2008-05-101-1/+1
* Return APR_EINTR only there was no additional descriptors signaled at the tim...mturk2008-04-211-4/+2
* Introduce (again) apr_pollset_wakeup APImturk2008-04-191-10/+142
* Revert r47540mturk2008-04-131-18/+0
* Introduce apr_pollset_wakeup()mturk2008-04-131-0/+18
* Stub out the apr_pollcb API for poll & select, always returning APR_ENOTIMPL.pquerna2007-02-201-0/+29
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Correctly compute number of signalled descriptors in the select(2)-basedbrianp2005-11-261-0/+4
* Bugfix for apr_pollset_poll() on systems that implement pollsetsbrianp2005-11-231-0/+1
* Remove setting FD_SETSIZE from apr.hw tomturk2005-04-221-0/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Things get wonky on win32 with includes, because the includedwrowe2004-11-211-0/+6
* This commit may break the win32 or netware builds because of the added files.pquerna2004-11-201-0/+392