summaryrefslogtreecommitdiff
path: root/poll
Commit message (Expand)AuthorAgeFilesLines
* poll, epoll: pollset's pfd is not modified on poll(), mark it const.Yann Ylavic2018-01-031-1/+1
* poll, kqueue: save a pollfd (mem)copy per returned event.Yann Ylavic2018-01-031-5/+5
* poll, port: follow up to r1819860.Yann Ylavic2018-01-021-31/+29
* poll, port: no need to release and re-acquire the lock in between walking theYann Ylavic2018-01-021-8/+5
* poll, port: re-add the wakeup pipe to the pollset after it triggered.Yann Ylavic2018-01-021-18/+15
* * include/arch/unix/apr_arch_poll_private.h,Joe Orton2017-08-188-37/+37
* clear the aiocb structure used for asyncio cancel Eric Covener2016-09-021-1/+2
* apr_pollset_poll(): don't return a positive (nay negative in case of error)Yann Ylavic2016-08-105-8/+9
* apr_pollset_poll(): OS/2: follow up to r1755740.Yann Ylavic2016-08-101-3/+0
* apr_pollset_poll(): OS/2: follow up to r923311.Yann Ylavic2016-08-101-4/+14
* Fix a case where the cleanup for a pollset w/o the thread-safe flagEric Covener2016-06-271-3/+5
* poll/unix/z_asio.c:271]: (style) Suspicious condition (assignment +Eric Covener2016-05-191-2/+2
* Revert r1671389; apr_pollset_poll() should return APR_SUCCESSJeff Trawick2015-04-061-1/+3
* poll() implementation of apr_pollset_poll(): Return APR_EINTR as appropriate.Jeff Trawick2015-04-051-3/+2
* Follow up to r1089433: handle impl_pollcb_poll().Yann Ylavic2015-03-201-1/+12
* Follow up to r1666341: fix timeout given to poll() from usecs to msecs.Yann Ylavic2015-03-201-2/+3
* apr_poll(cb): fix error paths returned values and leaks.Yann Ylavic2015-03-136-35/+94
* apr_pollset state fixes for z/OSEric Covener2014-12-191-0/+2
* fix memory leakGreg Ames2013-02-021-1/+10
* Minor fixes to quiet valgrind warningsStefan Fritsch2013-01-261-1/+1
* no functional change, just flesh out the commentGreg Ames2013-01-231-1/+1
* initialize flags fields to avoid JRAsyncAuthErrGreg Ames2013-01-221-1/+4
* * don't just initialize cancel_a, use it for the asyncio AIO_CANCEL callGreg Ames2013-01-211-1/+2
* apr_pollset_remove: use a separate aiocb pointing to the original for cancell...Greg Ames2013-01-181-1/+3
* * create/set new state ASIO_COMPLETE to track when async i/o is completeGreg Ames2013-01-171-13/+28
* change asyncio to take a struct aiocb input argGreg Ames2013-01-171-7/+7
* rename state to ASIO_REMOVED to match the name of the apr_pollset_remove API ...Greg Ames2013-01-171-4/+4
* no functional change, whitespace only. remove trailing blanksGreg Ames2013-01-171-65/+65
* give John Brooks credit for his design, but don't feed hisGreg Ames2013-01-081-1/+2
* fix this gcc warning:Jeff Trawick2012-08-121-0/+1
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding anGreg Ames2012-04-132-8/+8
* qualify another HAVE_AIO_H referenceGreg Ames2012-04-031-1/+1
* one more HAVE_AIO_H that is intented for z/OS onlyGreg Ames2012-04-031-1/+1
* apr buildbot is dying trying to compile z/OS unique source. apparently it Greg Ames2012-04-031-2/+2
* support for thread-hopping apr_pollset_* using z/OS async i/o. Greg Ames2012-04-032-0/+749
* fix variable initialization bug in r1089433Jeff Trawick2011-04-061-1/+1
* poll, pollset, pollcb on Windows: Handle calls with no file/socketJeff Trawick2011-04-062-0/+32
* don't override parameter 'flags' within a blockJeff Trawick2011-03-291-8/+8
* disable entire impl_pollcb_create() function if APR_HAS_THREADSJeff Trawick2010-08-201-2/+2
* apr_pollset_create_ex(): Trap errors from pollset providers.Jeff Trawick2010-04-121-0/+3
* fix misuse of autodata in initialization of the wakeupJeff Trawick2010-04-091-4/+2
* OS/2: Implement pollcb API. As we don't have any advanced features like kqueueBrian Havard2010-03-151-0/+96
* OS/2: Protect against NULL dereference if apr_pollset_wakeup() is called for aBrian Havard2010-03-151-2/+6
* OS/2: Implement apr_pollset_wakeup() using a unix domain socket.Brian Havard2010-03-151-6/+86
* add namespace protection forJeff Trawick2010-01-228-24/+26
* fix compile failure in pollcb wakeup logic on Solaris >= 10Jeff Trawick2010-01-221-3/+3
* fix missing semicolonWilliam A. Rowe Jr2010-01-201-1/+1
* * Add apr_pollcb_wakeup(), with similar behavior toGraham Leggett2010-01-168-167/+273
* * Add missing declarations.Ruediger Pluem2009-12-211-0/+3
* Add result valuesWilliam A. Rowe Jr2009-12-181-4/+9