summaryrefslogtreecommitdiff
path: root/poll/unix
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up the code for handling invalid descriptor types in apr_pollbrianp2002-08-111-7/+9
* Changed apr_poll_socket_remove() and apr_poll() to avoidbrianp2002-08-072-3/+28
* Set the result array in the select-based version of apr_pollset_poll()brianp2002-08-061-0/+1
* One more update to the pollset API before we start using itbrianp2002-08-041-1/+2
* apr_get_netos_error() must be implemented on all platforms. Aren'twrowe2002-08-041-4/+4
* On systems without poll, limit apr_pollset's capacity tobrianp2002-08-031-0/+6
* NetWare can't handle mixed descriptor sets. Added code to make sure thatbnicholes2002-08-021-4/+55
* fix a compile break on stock FreeBSD 3.4 (gcc 2.7.2.3)trawick2002-08-021-1/+1
* Features, not platforms, correct?wrowe2002-08-021-6/+6
* Cleanup the last emit ... one final fd-as-socket problem.wrowe2002-08-021-0/+4
* We safely ignore palloc failures [we can segv in the allocator].wrowe2002-08-021-0/+8
* use apr_os_sock_t for socket descriptor variablesbrianp2002-08-021-26/+7
* Remove the memory leak from the apr_poll implementation. On all systems,rbb2002-08-021-9/+16
* more win32 socket descriptor signedness fixesbrianp2002-08-021-5/+5
* One more fix for socket/file incompatibility on win32brianp2002-08-021-1/+5
* Avoid trying to turn file handles into sockets on win32 (wherebrianp2002-08-021-2/+14
* c/unsigned int/SOCKET/ for win32ianh2002-08-021-0/+20
* Remove some assumptions about file descriptors being integersbrianp2002-08-021-21/+27
* Added select-based pollset implementation for systems without pollbrianp2002-08-011-3/+137
* Added general-purpose pollset API to handle arbitrarily largebrianp2002-08-011-0/+113
* Use storage on the stack instead of apr_palloc in apr_poll()brianp2002-07-311-6/+18
* NetWare uses a different select() call if the handle is pipe rather than a so...bnicholes2002-07-161-0/+17
* Nuke a warning due to a function that should have been static AFAICT:jwoolley2002-07-161-1/+1
* Eliminate the one Unix emit, and one of three Win32 emits.wrowe2002-07-151-2/+2
* Macroized... but no macroswrowe2002-07-131-0/+1
* Split the apr_poll() implementation from the accessor functions. Thisrbb2002-07-113-111/+177
* get the new poll code to build on AIX, which for 32-bit builds has sometrawick2002-07-111-10/+10
* ignore generated filestrawick2002-07-111-0/+4
* fix an apparent bug in the select() implementation of apr_poll()trawick2002-07-111-1/+1
* Get Win32 building again. Doesn't build clean, but at least it builds.wrowe2002-07-111-10/+10
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-112-0/+354