summaryrefslogtreecommitdiff
path: root/include/apr_poll.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-24/+24
* poll: Follow up to r1897521: Clarify what APR_POLLEXCL means.Yann Ylavic2022-01-271-1/+1
* poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.Yann Ylavic2022-01-261-0/+1
* improve formatting of poll options and pollset flags (section headings were m...Jeff Trawick2014-01-181-2/+8
* Changes to apr_pollset_method_e enum value of APR_POLLSET_POLL andEric Covener2013-10-211-2/+2
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding anGreg Ames2012-04-131-1/+1
* support for thread-hopping apr_pollset_* using z/OS async i/o. Greg Ames2012-04-031-0/+1
* * Add apr_pollcb_wakeup(), with similar behavior toGraham Leggett2010-01-161-10/+40
* Document the difference in behaviour between select and the otherGraham Leggett2010-01-061-9/+21
* Note that apr_pollset_remove() must be instructed to remove all previously-Jeff Trawick2009-03-011-1/+16
* Allow the kqueue pollset implementation to support checking both APR_POLLIN andJeff Trawick2009-03-011-0/+3
* Document the restriction that you can't (successfully) add the same socket orJeff Trawick2009-02-281-0/+6
* clarifications and other editing of the pollset documentationJeff Trawick2009-02-221-45/+64
* improve documentation of APR_POLLSET_NOCOPYJeff Trawick2009-02-211-3/+9
* Implement providers for apr_pollset and apr_pollcbMladen Turk2009-02-131-0/+69
* standardize the description of the timeout parameter on different poll APIsJeff Trawick2009-01-151-2/+8
* Return APR_EINTR only there was no additional descriptors signaled at the tim...Mladen Turk2008-04-211-1/+1
* Introduce (again) apr_pollset_wakeup APIMladen Turk2008-04-191-5/+23
* Revert r47540Mladen Turk2008-04-131-6/+0
* Introduce apr_pollset_wakeup()Mladen Turk2008-04-131-0/+6
* Note that APR_POLL_LASTDESC is deprecated. PR: 41348Davi Arnaut2007-06-291-1/+1
* * include/apr_poll.h: Style and spelling tweak.Joe Orton2007-02-211-2/+2
* Add doxygen comments and docs for the apr_pollcb API.Paul Querna2007-02-201-4/+42
* Add the apr_pollcb API.Paul Querna2007-02-191-0/+20
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Improve some documentation comments.Garrett Rooney2006-02-131-1/+1
* Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().Brian Pane2005-10-231-0/+1
* apr_poll() - don't promise to fill in rtnevents if no event wasJeff Trawick2005-10-021-7/+9
* document the multithreaded semantics more explicitly, so that application cod...Brian Pane2005-07-231-0/+18
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * include/apr_poll.h (apr_pollset_create): DocumentJoe Orton2004-11-221-2/+8
* This commit may break the win32 or netware builds because of the added files.Paul Querna2004-11-201-0/+5
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* more doxygen cleanupIan Holsman2003-12-301-10/+4
* Add back apr_poll as it shouldn't have been removed.David Reid2003-11-211-0/+22
* Remove the old/deprecated apr_poll interface.Greg Stein2003-11-171-46/+0
* Some functions in the interface had been marked @deprecated. Shift thoseGreg Stein2003-10-281-83/+25
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-8/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-26/+31
* Delete some invalid comments from the apr_pollset_destroy doc.Bill Stoddard2002-09-261-4/+0
* Fixed a comment to accurately reflect what the "clear" function doesBrian Pane2002-08-061-1/+1
* One more update to the pollset API before we start using itBrian Pane2002-08-041-1/+4
* Added a "client data" void* to the poll API so that an appBrian Pane2002-08-021-0/+4
* Added general-purpose pollset API to handle arbitrarily largeBrian Pane2002-08-011-0/+54
* get the new poll code to build on AIX, which for 32-bit builds has someJeff Trawick2002-07-111-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-111-0/+227