summaryrefslogtreecommitdiff
path: root/include/apr_poll.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-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