summaryrefslogtreecommitdiff
path: root/test/testpoll.c
Commit message (Expand)AuthorAgeFilesLines
* tests: check whether epoll_wait() timeout is reliable and adjust justsleep().Yann Ylavic2023-03-211-7/+23
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-28/+28
* poll: Follow up to r1902236: Fix poll() sleeps cases.Yann Ylavic2022-06-261-3/+3
* testpoll: check that the wakeup pipe is still in the pollset after returningYann Ylavic2018-01-021-5/+12
* race conditionJim Jagielski2017-01-101-1/+1
* Reduce code drift between trunk and 1.6.x.Rainer Jung2016-08-101-1/+1
* Test the scenario where apr_pollset_poll() is called after aJeff Trawick2015-04-061-4/+32
* poll, pollset, pollcb on Windows: Handle calls with no file/socketJeff Trawick2011-04-061-0/+64
* * Add apr_pollcb_wakeup(), with similar behavior toGraham Leggett2010-01-161-2/+55
* add testcases for method fallback logic in apr_{pollcb|pollset}_create_ex(),Jeff Trawick2009-11-101-1/+105
* whitespace fixesJeff Trawick2009-11-091-7/+4
* fix incorrect assumptions in pollset/pollcb tests:Jeff Trawick2009-11-091-13/+20
* Revert r47540Mladen Turk2008-04-131-17/+0
* Introduce apr_pollset_wakeup()Mladen Turk2008-04-131-0/+17
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-2/+2
* * test/testpoll.c: Fix to only return in ENOTIMPL case.Joe Orton2007-02-221-2/+7
* * test/testpoll.c (setup_pollcb, trigger_pollcb, timeout_pollcb,Joe Orton2007-02-211-1/+17
* Add the apr_pollcb API.Paul Querna2007-02-191-0/+93
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix a longstanding missunderstanding in our kqueue pollset code. It turnsGarrett Rooney2006-03-151-4/+19
* Bugfix for apr_pollset_poll() on systems that implement pollsetsBrian Pane2005-11-231-0/+38
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add support for KQueue and sys_epoll to apr_pollset.Justin Erenkrantz2004-07-061-4/+8
* Reverting a NetWare timeout patchBradley Nicholes2004-05-261-12/+7
* A timeout value of 0 causes select() on NetWare to return immediately with a ...Bradley Nicholes2004-05-251-7/+12
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-84/+84
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-136/+136
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* stop stuffing the same descriptor in the pollset twice... this is notJeff Trawick2003-11-241-10/+5
* * test/testpoll.c: Fix test suite until the tests using the old APIJoe Orton2003-11-201-1/+14
* remove these deprecated interfaces:Jeff Trawick2003-09-031-1/+1
* add some tests of apr_pollset_remove()Jeff Trawick2003-04-121-0/+79
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Use less sockets in the large pollset. Solaris has a default fd limit ofRyan Bloom2002-12-151-1/+12
* Ensure that buffers passed to strcmp are NUL-terminated.Joe Orton2002-11-281-1/+1
* Migrate testpoll to the new test suite.Ryan Bloom2002-11-271-214/+356
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-3/+3
* Added more detailed checking of the apr_pollset_poll resultsBrian Pane2002-08-061-3/+18
* One more update to the pollset API before we start using itBrian Pane2002-08-041-1/+1
* On systems without poll, limit apr_pollset's capacity toBrian Pane2002-08-031-1/+1
* Test apr_poll() with larger numbers of descriptorsBrian Pane2002-08-021-1/+20
* More test cases and error diagnosticsBrian Pane2002-08-021-13/+26
* Added select-based pollset implementation for systems without pollBrian Pane2002-08-011-1/+1
* Added general-purpose pollset API to handle arbitrarily largeBrian Pane2002-08-011-4/+61
* Renamed some variables and replaced integer constants withBrian Pane2002-08-011-23/+26
* Fix units bug in apr_interval_time_t parameter.Aaron Bannert2002-07-151-5/+5
* BeOS uses port 7772 for apache 2, so if you ran these tests on a systemDavid Reid2002-07-121-1/+1
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-111-6/+7
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1