summaryrefslogtreecommitdiff
path: root/include/apr_poll.h
Commit message (Expand)AuthorAgeFilesLines
* 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