summaryrefslogtreecommitdiff
path: root/test/testpoll.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for KQueue and sys_epoll to apr_pollset.jerenkrantz2004-07-061-4/+8
* Reverting a NetWare timeout patchbnicholes2004-05-261-12/+7
* A timeout value of 0 causes select() on NetWare to return immediately with a ...bnicholes2004-05-251-7/+12
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-84/+84
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-136/+136
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* stop stuffing the same descriptor in the pollset twice... this is nottrawick2003-11-241-10/+5
* * test/testpoll.c: Fix test suite until the tests using the old APIjorton2003-11-201-1/+14
* remove these deprecated interfaces:trawick2003-09-031-1/+1
* add some tests of apr_pollset_remove()trawick2003-04-121-0/+79
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Use less sockets in the large pollset. Solaris has a default fd limit ofrbb2002-12-151-1/+12
* Ensure that buffers passed to strcmp are NUL-terminated.jorton2002-11-281-1/+1
* Migrate testpoll to the new test suite.rbb2002-11-271-214/+356
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-3/+3
* Added more detailed checking of the apr_pollset_poll resultsbrianp2002-08-061-3/+18
* One more update to the pollset API before we start using itbrianp2002-08-041-1/+1
* On systems without poll, limit apr_pollset's capacity tobrianp2002-08-031-1/+1
* Test apr_poll() with larger numbers of descriptorsbrianp2002-08-021-1/+20
* More test cases and error diagnosticsbrianp2002-08-021-13/+26
* Added select-based pollset implementation for systems without pollbrianp2002-08-011-1/+1
* Added general-purpose pollset API to handle arbitrarily largebrianp2002-08-011-4/+61
* Renamed some variables and replaced integer constants withbrianp2002-08-011-23/+26
* Fix units bug in apr_interval_time_t parameter.aaron2002-07-151-5/+5
* BeOS uses port 7772 for apache 2, so if you ran these tests on a systemdreid2002-07-121-1/+1
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-6/+7
* Update our copyright for this year.fielding2002-03-131-1/+1
* clean up the way we look at the family of an apr_sockaddr_ttrawick2002-03-121-1/+1
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-1/+1
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* use apr_strerror() instead of strerror() so that we displaytrawick2001-03-311-2/+7
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-221-0/+224