summaryrefslogtreecommitdiff
path: root/poll
Commit message (Expand)AuthorAgeFilesLines
* Added support for Solaris 10 Event Completion Framework asPaul Querna2004-11-221-0/+336
* Things get wonky on win32 with includes, because the includedWilliam A. Rowe Jr2004-11-211-0/+6
* This commit may break the win32 or netware builds because of the added files.Paul Querna2004-11-204-704/+968
* * poll/unix/poll.c: Remove trailing more whitespace and fix 'apr_poll' to lay...Paul Querna2004-11-201-2/+3
* * poll/unix/poll.c: Remove Trailing Whitespace. No Functional Changes.Paul Querna2004-11-191-6/+6
* Remove .cvsignore files.Joe Orton2004-11-182-8/+0
* Fix KQueue for Pollset.Paul Querna2004-11-141-1/+3
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.Joe Orton2004-07-071-1/+7
* Add support for KQueue and sys_epoll to apr_pollset.Justin Erenkrantz2004-07-061-12/+355
* OS/2: In apr_pollset_poll(), allow descriptors to be NULL.Brian Havard2004-02-281-1/+4
* unix/pollacc.c no longer exists, don't try to include it in the OS/2 build.Brian Havard2004-02-281-1/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-133-147/+30
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-052-33/+0
* Return an error instead of silently failing when apr_poll() isJeff Trawick2004-01-301-0/+12
* Completely remove apr_socket_from_file which is deprecated on the 0.9Joe Orton2003-12-092-76/+1
* This small fix allows for the passing of NULL as the descriptors arg inDavid Reid2003-11-221-2/+4
* Resurrect poll.c for apr_poll() rather than having it in pollset.c.Brian Havard2003-11-223-87/+144
* Add back apr_poll as it shouldn't have been removed.David Reid2003-11-212-1/+287
* Remove the old/deprecated apr_poll interface.Greg Stein2003-11-174-466/+5
* Avoid the temptation to remember the pool. That can lead to disaster.Greg Stein2003-10-281-2/+2
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-072-2/+2
* Namespace protection for include/arch/ header filesThom May2003-01-064-6/+6
* OS/2: In apr_pollset_poll(), set the num value to 0 on error or time out.Brian Havard2003-01-041-1/+1
* Simplify select-based apr_poll to avoid an extra for loop and clearJoe Orton2003-01-031-4/+2
* fix the clearing of the pollset in the select-based implementationBrian Pane2003-01-031-3/+2
* Update copyright notices to 2003.Thom May2003-01-014-4/+4
* Fix apr_poll behavior on Darwin/Win32 (now passing testpoll.)William A. Rowe Jr2002-12-311-0/+4
* I forgot the ;.Ryan Bloom2002-12-241-1/+1
* Fix an infinite loop in apr_poll_socket_clear.Ryan Bloom2002-12-241-0/+1
* OS/2: Implement apr_pollset_*()Brian Havard2002-09-261-5/+159
* include <alloca.h> on any system that has it, not just on Tru64Jeff Trawick2002-09-201-2/+1
* Include alloca.h on Tru64 to ensure that alloca gets redefined toBrian Pane2002-09-091-0/+4
* Bugfix for apr_pollset_remove()Brian Pane2002-09-011-0/+2
* Cleaned up the code for handling invalid descriptor types in apr_pollBrian Pane2002-08-111-7/+9
* OS/2: Add APR_ENOTIMPL stubs for apr_pollset_*() functions so that we canBrian Havard2002-08-092-0/+105
* Changed apr_poll_socket_remove() and apr_poll() to avoidBrian Pane2002-08-072-3/+28
* Set the result array in the select-based version of apr_pollset_poll()Brian Pane2002-08-061-0/+1
* One more update to the pollset API before we start using itBrian Pane2002-08-041-1/+2
* apr_get_netos_error() must be implemented on all platforms. Aren'tWilliam A. Rowe Jr2002-08-041-4/+4
* 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