summaryrefslogtreecommitdiff
path: root/poll
Commit message (Expand)AuthorAgeFilesLines
* Tidyup of ugly practice that stuck out in review of 1.6 changes.niq2018-08-241-6/+7
* Merge r1819857, r1819858, r1819860, r1819861, r1819934, r1819935 from trunk:ylavic2018-01-033-47/+39
* Merge 1805380 from trunk:jorton2017-09-118-37/+37
* Catch up legacy Windows buildsgsmith2016-12-031-3/+3
* Merge r1759009 from trunk:covener2016-09-021-1/+2
* Merge r1755758 from trunk:ylavic2016-08-105-8/+9
* Merge r1755746 from trunk:ylavic2016-08-101-3/+0
* Merge r1755740 from trunk:ylavic2016-08-101-4/+14
* OS/2: Protect against NULL dereference if apr_pollset_wakeup() is called for arjung2016-08-101-6/+90
* fix misuse of autodata in initialization of the wakeuprjung2016-08-101-4/+2
* fix missing semicolonrjung2016-08-101-1/+1
* fix compile failure in pollcb wakeup logicrjung2016-08-101-1/+1
* Merge r1750374 from trunk:covener2016-06-271-3/+5
* poll/unix/z_asio.c:271]: (style) Suspicious condition (assignment +covener2016-05-191-2/+2
* Add apr_pollcb_wakeup(), with similar behavior tominfrin2016-03-258-142/+272
* Revert r1671389; apr_pollset_poll() should return APR_SUCCESStrawick2015-04-071-1/+3
* Merge r1671389 from trunk:trawick2015-04-051-3/+2
* Merge r1667915 from trunk.ylavic2015-03-201-1/+12
* Merge r1666341, r1667914 and r1667916 from trunk.ylavic2015-03-206-41/+101
* Merge r1646891 from trunk:covener2014-12-191-0/+2
* Merge r1438959 from trunk:sf2014-05-141-1/+1
* backport APR_POLLSET_THREADSAFE pollset support for z/OS.covener2013-10-213-0/+781
* From trunk:trawick2011-04-292-4/+37
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildstrawick2011-03-221-8/+0
* Merge r933271 from trunk:trawick2010-04-121-0/+3
* backport from trunk r932585:trawick2010-04-091-15/+14
* merge r834040 from trunk:trawick2009-11-142-16/+22
* merge r834029 from trunk:trawick2009-11-142-28/+30
* merge r836091 from trunk:trawick2009-11-141-2/+8
* merge r834136 from trunk:trawick2009-11-141-1/+1
* merge r829789 from trunk:trawick2009-10-261-1/+4
* Finish backport of poll changes from trunk.jim2009-10-022-0/+513
* Backport all poll changes from r734707 up to nowjim2009-10-026-1043/+706
* bypass v. weird warningjim2009-09-171-1/+2
* backport r807263 from trunk:trawick2009-08-241-52/+60
* backport the following relatively simple Event Port fixes from trunk:trawick2009-08-201-54/+53
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958bojan2009-06-123-1/+82
* Fix core on win32 when using wakeable pollsetmturk2009-02-121-0/+17
* Backport r742921 from trunkmturk2009-02-121-1/+6
* Merge r734707 from trunk:trawick2009-01-211-1/+1
* Win32: Do not error out on apr_pollset_poll() when there are no sockets.jerenkrantz2008-08-281-0/+11
* Fix solaris poll bug - ref http://marc.info/?t=121438277000004&r=1&w=2niq2008-06-271-1/+9
* * Fix some gcc compiler warnings on Solarisrpluem2008-06-041-1/+1
* silence warning about assignment expressionfielding2008-05-101-1/+1
* Fix incomplete patch in r653953niq2008-05-071-0/+3
* Fix poll failure on Solaris - PR 43000niq2008-05-061-7/+28
* Fix typo in r649830niq2008-05-041-2/+2
* * Silence a compiler warning.rpluem2008-04-291-2/+2
* Return APR_EINTR only there was no additional descriptors signaled at the tim...mturk2008-04-215-24/+12
* Introduce (again) apr_pollset_wakeup APImturk2008-04-195-65/+564