summaryrefslogtreecommitdiff
path: root/poll
Commit message (Expand)AuthorAgeFilesLines
* Update license header.jorton2006-09-204-24/+24
* Solve a long outstanding problem on Win32, specifically, wherewrowe2006-03-151-0/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-044-4/+8
* property cleanupnd2004-11-243-0/+0
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-202-8/+0
* Backport this from apr 1.0-dev:trawick2004-04-101-0/+12
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-134-196/+40
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-072-2/+2
* Namespace protection for include/arch/ header filesthommay2003-01-064-6/+6
* OS/2: In apr_pollset_poll(), set the num value to 0 on error or time out.bjh2003-01-041-1/+1
* Simplify select-based apr_poll to avoid an extra for loop and clearjorton2003-01-031-4/+2
* fix the clearing of the pollset in the select-based implementationbrianp2003-01-031-3/+2
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* Fix apr_poll behavior on Darwin/Win32 (now passing testpoll.)wrowe2002-12-311-0/+4
* I forgot the ;.rbb2002-12-241-1/+1
* Fix an infinite loop in apr_poll_socket_clear.rbb2002-12-241-0/+1
* OS/2: Implement apr_pollset_*()bjh2002-09-261-5/+159
* include <alloca.h> on any system that has it, not just on Tru64trawick2002-09-201-2/+1
* Include alloca.h on Tru64 to ensure that alloca gets redefined tobrianp2002-09-091-0/+4
* Bugfix for apr_pollset_remove()brianp2002-09-011-0/+2
* Cleaned up the code for handling invalid descriptor types in apr_pollbrianp2002-08-111-7/+9
* OS/2: Add APR_ENOTIMPL stubs for apr_pollset_*() functions so that we canbjh2002-08-092-0/+105
* 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
* Fix socket counts after a socket has been removed from the poll set.bjh2002-07-131-3/+5
* Macroized... but no macroswrowe2002-07-131-0/+1
* OS/2: rewrite apr_poll() with the new interface.bjh2002-07-112-104/+71
* Split the apr_poll() implementation from the accessor functions. Thisrbb2002-07-115-112/+180
* get the new poll code to build on AIX, which for 32-bit builds has sometrawick2002-07-111-10/+10