summaryrefslogtreecommitdiff
path: root/poll
Commit message (Expand)AuthorAgeFilesLines
* Solaris Event Ports backend for apr_pollcb. Also fixes the testpoll linkDavi Arnaut2007-07-031-0/+130
* Fix nsec timeout valueWilliam A. Rowe Jr2007-04-131-1/+1
* Stub out the apr_pollcb API for poll & select, always returning APR_ENOTIMPL.Paul Querna2007-02-202-0/+58
* Improve returned errors from kevent/kqueue by using apr_get_netos_error() rat...Paul Querna2007-02-191-3/+3
* Add the apr_pollcb API.Paul Querna2007-02-192-0/+278
* reverting rev 500321 pending investigation of problem reported by jorton. Greg Ames2007-01-291-3/+11
* apr_pollset_remove: speed up the httpd Event MPM when lots of connections areGreg Ames2007-01-261-11/+3
* Fix bug in pollset creation error checking.Garrett Rooney2006-10-091-1/+1
* Fix error checking in epoll version of apr_pollset_create.Garrett Rooney2006-10-091-1/+1
* Fix PR 40662.Garrett Rooney2006-10-031-1/+1
* Fix the conversion of the timeout paremeter into a timespce for the kqueue po...Paul Querna2006-09-021-1/+1
* Fix the typo.Joe Orton2006-08-037-7/+7
* Update license header.Joe Orton2006-08-037-42/+42
* Zero out the epoll_event structure, to make valgrind stop complaining about a...Paul Querna2006-04-051-1/+1
* Fix a longstanding missunderstanding in our kqueue pollset code. It turnsGarrett Rooney2006-03-151-2/+2
* Correctly compute number of signalled descriptors in the select(2)-basedBrian Pane2005-11-261-0/+4
* Bugfix for apr_pollset_poll() on systems that implement pollsetsBrian Pane2005-11-231-0/+1
* Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().Brian Pane2005-10-231-47/+74
* apr_poll() - don't promise to fill in rtnevents if no event wasJeff Trawick2005-10-021-2/+7
* * poll/unix/poll.c: Include alloca.h if present.Joe Orton2005-08-251-0/+4
* * poll/unix/epoll.c (apr_pollset_create): Check for errors fromJoe Orton2005-08-181-3/+9
* Fix corruption of the pollset rings on Solaris 10. A pfd_elem_t was being ins...Paul Querna2005-06-301-0/+4
* - Remove unused variable.Paul Querna2005-05-281-1/+0
* Remove setting FD_SETSIZE from apr.hw toMladen Turk2005-04-221-0/+5
* * poll/unix/epoll.c (apr_pollset_poll): Remove unused variable.Joe Orton2005-03-201-1/+0
* Replace looping code with an O(1) APR_RING_CONCAT.Paul Querna2005-03-123-15/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-047-7/+14
* * Fix compiler warning for type mismatch on nget.Paul Querna2005-01-061-1/+6
* Fix some style problems in the poll code, no functional changes.Garrett Rooney2004-12-061-4/+5
* * poll/unix/poll.c (apr_pollset_remove): Remove unused variable.Joe Orton2004-11-251-1/+0
* property cleanupAndré Malo2004-11-241-0/+0
* Added support for Solaris 10 Event Completion Framework asPaul Querna2004-11-221-0/+336
* Things get wonky on win32 with includes, because the includedWilliam A. Rowe Jr2004-11-211-0/+6
* This commit may break the win32 or netware builds because of the added files.Paul Querna2004-11-204-704/+968
* * poll/unix/poll.c: Remove trailing more whitespace and fix 'apr_poll' to lay...Paul Querna2004-11-201-2/+3
* * poll/unix/poll.c: Remove Trailing Whitespace. No Functional Changes.Paul Querna2004-11-191-6/+6
* Remove .cvsignore files.Joe Orton2004-11-182-8/+0
* Fix KQueue for Pollset.Paul Querna2004-11-141-1/+3
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.Joe Orton2004-07-071-1/+7
* Add support for KQueue and sys_epoll to apr_pollset.Justin Erenkrantz2004-07-061-12/+355
* OS/2: In apr_pollset_poll(), allow descriptors to be NULL.Brian Havard2004-02-281-1/+4
* unix/pollacc.c no longer exists, don't try to include it in the OS/2 build.Brian Havard2004-02-281-1/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-133-147/+30
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-052-33/+0
* Return an error instead of silently failing when apr_poll() isJeff Trawick2004-01-301-0/+12
* Completely remove apr_socket_from_file which is deprecated on the 0.9Joe Orton2003-12-092-76/+1
* This small fix allows for the passing of NULL as the descriptors arg inDavid Reid2003-11-221-2/+4
* Resurrect poll.c for apr_poll() rather than having it in pollset.c.Brian Havard2003-11-223-87/+144
* Add back apr_poll as it shouldn't have been removed.David Reid2003-11-212-1/+287
* Remove the old/deprecated apr_poll interface.Greg Stein2003-11-174-466/+5