summaryrefslogtreecommitdiff
path: root/include/apr_poll.h
Commit message (Expand)AuthorAgeFilesLines
* improve formatting of poll options and pollset flags (section headings were m...trawick2014-01-181-2/+8
* Changes to apr_pollset_method_e enum value of APR_POLLSET_POLL andcovener2013-10-211-2/+2
* z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding angregames2012-04-131-1/+1
* support for thread-hopping apr_pollset_* using z/OS async i/o. gregames2012-04-031-0/+1
* * Add apr_pollcb_wakeup(), with similar behavior tominfrin2010-01-161-10/+40
* Document the difference in behaviour between select and the otherminfrin2010-01-061-9/+21
* Note that apr_pollset_remove() must be instructed to remove all previously-trawick2009-03-011-1/+16
* Allow the kqueue pollset implementation to support checking both APR_POLLIN andtrawick2009-03-011-0/+3
* Document the restriction that you can't (successfully) add the same socket ortrawick2009-02-281-0/+6
* clarifications and other editing of the pollset documentationtrawick2009-02-221-45/+64
* improve documentation of APR_POLLSET_NOCOPYtrawick2009-02-211-3/+9
* Implement providers for apr_pollset and apr_pollcbmturk2009-02-131-0/+69
* standardize the description of the timeout parameter on different poll APIstrawick2009-01-151-2/+8
* Return APR_EINTR only there was no additional descriptors signaled at the tim...mturk2008-04-211-1/+1
* Introduce (again) apr_pollset_wakeup APImturk2008-04-191-5/+23
* Revert r47540mturk2008-04-131-6/+0
* Introduce apr_pollset_wakeup()mturk2008-04-131-0/+6
* Note that APR_POLL_LASTDESC is deprecated. PR: 41348davi2007-06-291-1/+1
* * include/apr_poll.h: Style and spelling tweak.jorton2007-02-211-2/+2
* Add doxygen comments and docs for the apr_pollcb API.pquerna2007-02-201-4/+42
* Add the apr_pollcb API.pquerna2007-02-191-0/+20
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Improve some documentation comments.rooneg2006-02-131-1/+1
* Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create().brianp2005-10-231-0/+1
* apr_poll() - don't promise to fill in rtnevents if no event wastrawick2005-10-021-7/+9
* document the multithreaded semantics more explicitly, so that application cod...brianp2005-07-231-0/+18
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * include/apr_poll.h (apr_pollset_create): Documentjorton2004-11-221-2/+8
* This commit may break the win32 or netware builds because of the added files.pquerna2004-11-201-0/+5
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* more doxygen cleanupianh2003-12-301-10/+4
* Add back apr_poll as it shouldn't have been removed.dreid2003-11-211-0/+22
* Remove the old/deprecated apr_poll interface.gstein2003-11-171-46/+0
* Some functions in the interface had been marked @deprecated. Shift thosegstein2003-10-281-83/+25
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-8/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-26/+31
* Delete some invalid comments from the apr_pollset_destroy doc.stoddard2002-09-261-4/+0
* Fixed a comment to accurately reflect what the "clear" function doesbrianp2002-08-061-1/+1
* One more update to the pollset API before we start using itbrianp2002-08-041-1/+4
* Added a "client data" void* to the poll API so that an appbrianp2002-08-021-0/+4
* Added general-purpose pollset API to handle arbitrarily largebrianp2002-08-011-0/+54
* get the new poll code to build on AIX, which for 32-bit builds has sometrawick2002-07-111-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-0/+227