summaryrefslogtreecommitdiff
path: root/poll
Commit message (Expand)AuthorAgeFilesLines
...
* fix this gcc warning:trawick2012-08-121-0/+1
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding angregames2012-04-132-8/+8
* qualify another HAVE_AIO_H referencegregames2012-04-031-1/+1
* one more HAVE_AIO_H that is intented for z/OS onlygregames2012-04-031-1/+1
* apr buildbot is dying trying to compile z/OS unique source. apparently it gregames2012-04-031-2/+2
* support for thread-hopping apr_pollset_* using z/OS async i/o. gregames2012-04-032-0/+749
* fix variable initialization bug in r1089433trawick2011-04-061-1/+1
* poll, pollset, pollcb on Windows: Handle calls with no file/sockettrawick2011-04-062-0/+32
* don't override parameter 'flags' within a blocktrawick2011-03-291-8/+8
* disable entire impl_pollcb_create() function if APR_HAS_THREADStrawick2010-08-201-2/+2
* apr_pollset_create_ex(): Trap errors from pollset providers.trawick2010-04-121-0/+3
* fix misuse of autodata in initialization of the wakeuptrawick2010-04-091-4/+2
* OS/2: Implement pollcb API. As we don't have any advanced features like kqueuebjh2010-03-151-0/+96
* OS/2: Protect against NULL dereference if apr_pollset_wakeup() is called for abjh2010-03-151-2/+6
* OS/2: Implement apr_pollset_wakeup() using a unix domain socket.bjh2010-03-151-6/+86
* add namespace protection fortrawick2010-01-228-24/+26
* fix compile failure in pollcb wakeup logic on Solaris >= 10trawick2010-01-221-3/+3
* fix missing semicolonwrowe2010-01-201-1/+1
* * Add apr_pollcb_wakeup(), with similar behavior tominfrin2010-01-168-167/+273
* * Add missing declarations.rpluem2009-12-211-0/+3
* Add result valueswrowe2009-12-181-4/+9
* refactor for what is meant to strictly be internal functionality for 1 platfo...wrowe2009-12-181-32/+38
* Check that an event was actually filled in whentrawick2009-11-141-2/+8
* fix pollcb hangs on Solaris when using Event Portstrawick2009-11-091-1/+1
* fix special poll() processing on Win32 to be consistenttrawick2009-11-092-16/+22
* apr_pollset_create_ex(), apr_pollcb_create_ex():trawick2009-11-092-28/+30
* Work around bogus return code in some circumstances with 32-bit trawick2009-10-261-1/+4
* Fix an error handling issue in the Event Port backend for APR pollsets.trawick2009-08-241-52/+60
* Remove stray semicolon in OS/2 version of apr_pollset_create_ex() that breaks...bjh2009-08-141-1/+1
* For poll() backend of pollcb API, return ENOTIMPL if APR was compiled with th...pquerna2009-07-051-0/+4
* If APR_POLLSET_NODEFAULT is specified, never ever fallback to the default.pquerna2009-06-281-3/+6
* fix crash in poll() implementation of pollcb APItrawick2009-06-051-0/+1
* nelts, the number of elements in the pollset, was neither needed trawick2009-03-163-4/+0
* fix a race condition between pollset_poll and pollset_removetrawick2009-03-061-5/+22
* elements on the add ring are not currently associated, so only call trawick2009-03-061-11/+11
* don't lose track of a ring element when port_associate() failstrawick2009-03-051-0/+1
* when removing a pollfd, don't search both the add ringtrawick2009-03-051-14/+26
* pollset tweaks:trawick2009-03-033-20/+3
* commentary, consistency, simplification, and minor fixestrawick2009-03-011-44/+54
* get_kqueue_revent():trawick2009-03-011-16/+14
* Don't give the caller the list of returned events unless some event besidestrawick2009-03-011-3/+4
* EV_ERROR doesn't map to APR_POLLERRtrawick2009-03-011-3/+5
* Don't return failure or fail to clean up the event queue if the callertrawick2009-03-011-16/+15
* revert a non-critical part of 748951: the needless use of separate temporary ...trawick2009-03-011-10/+9
* Allow the kqueue pollset implementation to support checking both APR_POLLIN andtrawick2009-03-011-15/+26
* fix compile failure on Solaristrawick2009-02-281-2/+2
* no need to copy descriptors if only the wakeup pipe poppedtrawick2009-02-271-4/+5
* Unroll APR_SET_FD_CLOEXEC macro.bojan2009-02-274-8/+80
* Fix netware build errorsbnicholes2009-02-261-3/+3
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andbojan2009-02-264-4/+36