summaryrefslogtreecommitdiff
path: root/poll/unix/port.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backport all poll changes from r734707 up to nowjim2009-10-021-206/+164
* 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-121-0/+23
* 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
* 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
* Return APR_EINTR only there was no additional descriptors signaled at the tim...mturk2008-04-211-4/+2
* Introduce (again) apr_pollset_wakeup APImturk2008-04-191-17/+99
* Revert r47540mturk2008-04-131-16/+0
* Introduce apr_pollset_wakeup()mturk2008-04-131-0/+16
* PR 42580 - fix return value when apr_pollset_poll interruptedniq2008-03-271-6/+1
* Solaris Event Ports backend for apr_pollcb. Also fixes the testpoll linkdavi2007-07-031-0/+130
* Fix nsec timeout valuewrowe2007-04-131-1/+1
* Fix bug in pollset creation error checking.rooneg2006-10-091-1/+1
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix corruption of the pollset rings on Solaris 10. A pfd_elem_t was being ins...pquerna2005-06-301-0/+4
* Replace looping code with an O(1) APR_RING_CONCAT.pquerna2005-03-121-5/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * Fix compiler warning for type mismatch on nget.pquerna2005-01-061-1/+6
* Fix some style problems in the poll code, no functional changes.rooneg2004-12-061-4/+5
* Added support for Solaris 10 Event Completion Framework aspquerna2004-11-221-0/+336