summaryrefslogtreecommitdiff
path: root/poll/unix/poll.c
Commit message (Expand)AuthorAgeFilesLines
...
* On systems without poll, limit apr_pollset's capacity toBrian Pane2002-08-031-0/+6
* NetWare can't handle mixed descriptor sets. Added code to make sure thatBradley Nicholes2002-08-021-4/+55
* fix a compile break on stock FreeBSD 3.4 (gcc 2.7.2.3)Jeff Trawick2002-08-021-1/+1
* Features, not platforms, correct?William A. Rowe Jr2002-08-021-6/+6
* Cleanup the last emit ... one final fd-as-socket problem.William A. Rowe Jr2002-08-021-0/+4
* We safely ignore palloc failures [we can segv in the allocator].William A. Rowe Jr2002-08-021-0/+8
* use apr_os_sock_t for socket descriptor variablesBrian Pane2002-08-021-26/+7
* Remove the memory leak from the apr_poll implementation. On all systems,Ryan Bloom2002-08-021-9/+16
* more win32 socket descriptor signedness fixesBrian Pane2002-08-021-5/+5
* One more fix for socket/file incompatibility on win32Brian Pane2002-08-021-1/+5
* Avoid trying to turn file handles into sockets on win32 (whereBrian Pane2002-08-021-2/+14
* c/unsigned int/SOCKET/ for win32Ian Holsman2002-08-021-0/+20
* Remove some assumptions about file descriptors being integersBrian Pane2002-08-021-21/+27
* Added select-based pollset implementation for systems without pollBrian Pane2002-08-011-3/+137
* Added general-purpose pollset API to handle arbitrarily largeBrian Pane2002-08-011-0/+113
* Use storage on the stack instead of apr_palloc in apr_poll()Brian Pane2002-07-311-6/+18
* NetWare uses a different select() call if the handle is pipe rather than a so...Bradley Nicholes2002-07-161-0/+17
* Eliminate the one Unix emit, and one of three Win32 emits.William A. Rowe Jr2002-07-151-2/+2
* Macroized... but no macrosWilliam A. Rowe Jr2002-07-131-0/+1
* Split the apr_poll() implementation from the accessor functions. ThisRyan Bloom2002-07-111-110/+2
* get the new poll code to build on AIX, which for 32-bit builds has someJeff Trawick2002-07-111-10/+10
* fix an apparent bug in the select() implementation of apr_poll()Jeff Trawick2002-07-111-1/+1
* Get Win32 building again. Doesn't build clean, but at least it builds.William A. Rowe Jr2002-07-111-10/+10
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-111-0/+339