summaryrefslogtreecommitdiff
path: root/poll
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r47540mturk2008-04-135-325/+29
* Introduce apr_pollset_wakeup()mturk2008-04-135-29/+325
* 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
* Stub out the apr_pollcb API for poll & select, always returning APR_ENOTIMPL.pquerna2007-02-202-0/+58
* Improve returned errors from kevent/kqueue by using apr_get_netos_error() rat...pquerna2007-02-191-3/+3
* Add the apr_pollcb API.pquerna2007-02-192-0/+278
* reverting rev 500321 pending investigation of problem reported by jorton. gregames2007-01-291-3/+11
* apr_pollset_remove: speed up the httpd Event MPM when lots of connections aregregames2007-01-261-11/+3
* Fix bug in pollset creation error checking.rooneg2006-10-091-1/+1
* Fix error checking in epoll version of apr_pollset_create.rooneg2006-10-091-1/+1
* Fix PR 40662.rooneg2006-10-031-1/+1
* Fix the conversion of the timeout paremeter into a timespce for the kqueue po...pquerna2006-09-021-1/+1
* Fix the typo.jorton2006-08-037-7/+7
* Update license header.jorton2006-08-037-42/+42
* Zero out the epoll_event structure, to make valgrind stop complaining about a...pquerna2006-04-051-1/+1
* Fix a longstanding missunderstanding in our kqueue pollset code. It turnsrooneg2006-03-151-2/+2
* Correctly compute number of signalled descriptors in the select(2)-basedbrianp2005-11-261-0/+4
* Bugfix for apr_pollset_poll() on systems that implement pollsetsbrianp2005-11-231-0/+1
* Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().brianp2005-10-231-47/+74
* apr_poll() - don't promise to fill in rtnevents if no event wastrawick2005-10-021-2/+7
* * poll/unix/poll.c: Include alloca.h if present.jorton2005-08-251-0/+4
* * poll/unix/epoll.c (apr_pollset_create): Check for errors fromjorton2005-08-181-3/+9
* Fix corruption of the pollset rings on Solaris 10. A pfd_elem_t was being ins...pquerna2005-06-301-0/+4
* - Remove unused variable.pquerna2005-05-281-1/+0
* Remove setting FD_SETSIZE from apr.hw tomturk2005-04-221-0/+5
* * poll/unix/epoll.c (apr_pollset_poll): Remove unused variable.jorton2005-03-201-1/+0
* Replace looping code with an O(1) APR_RING_CONCAT.pquerna2005-03-123-15/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-047-7/+14
* * 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
* * poll/unix/poll.c (apr_pollset_remove): Remove unused variable.jorton2004-11-251-1/+0
* property cleanupnd2004-11-241-0/+0
* Added support for Solaris 10 Event Completion Framework aspquerna2004-11-221-0/+336
* Things get wonky on win32 with includes, because the includedwrowe2004-11-211-0/+6