summaryrefslogtreecommitdiff
path: root/poll/unix/select.c
Commit message (Expand)AuthorAgeFilesLines
* * include/arch/unix/apr_arch_poll_private.h,jorton2017-08-181-2/+2
* apr_pollset_poll(): don't return a positive (nay negative in case of error)ylavic2016-08-101-2/+2
* poll, pollset, pollcb on Windows: Handle calls with no file/sockettrawick2011-04-061-0/+19
* add namespace protection fortrawick2010-01-221-1/+1
* * Add apr_pollcb_wakeup(), with similar behavior tominfrin2010-01-161-1/+1
* Fix netware build errorsbnicholes2009-02-261-3/+3
* Use WSApoll if supported by winsockmturk2009-02-141-1/+5
* Implement providers for apr_pollset and apr_pollcbmturk2009-02-131-243/+68
* Use apr_file_socket_pipe_close for closing the WIN32 wakeup pipemturk2009-02-121-0/+17
* Fix win32 APR_POLLSET_WAKEABLE implementation.mturk2009-02-101-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