summaryrefslogtreecommitdiff
path: root/poll/unix/z_asio.c
Commit message (Expand)AuthorAgeFilesLines
* * include/arch/unix/apr_arch_poll_private.h,jorton2017-08-181-2/+2
* clear the aiocb structure used for asyncio cancel covener2016-09-021-1/+2
* Fix a case where the cleanup for a pollset w/o the thread-safe flagcovener2016-06-271-3/+5
* poll/unix/z_asio.c:271]: (style) Suspicious condition (assignment +covener2016-05-191-2/+2
* apr_poll(cb): fix error paths returned values and leaks.ylavic2015-03-131-3/+8
* apr_pollset state fixes for z/OScovener2014-12-191-0/+2
* fix memory leakgregames2013-02-021-1/+10
* no functional change, just flesh out the commentgregames2013-01-231-1/+1
* initialize flags fields to avoid JRAsyncAuthErrgregames2013-01-221-1/+4
* * don't just initialize cancel_a, use it for the asyncio AIO_CANCEL callgregames2013-01-211-1/+2
* apr_pollset_remove: use a separate aiocb pointing to the original for cancell...gregames2013-01-181-1/+3
* * create/set new state ASIO_COMPLETE to track when async i/o is completegregames2013-01-171-13/+28
* change asyncio to take a struct aiocb input arggregames2013-01-171-7/+7
* rename state to ASIO_REMOVED to match the name of the apr_pollset_remove API ...gregames2013-01-171-4/+4
* no functional change, whitespace only. remove trailing blanksgregames2013-01-171-65/+65
* give John Brooks credit for his design, but don't feed hisgregames2013-01-081-1/+2
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding angregames2012-04-131-3/+3
* 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-031-0/+741