summaryrefslogtreecommitdiff
path: root/include/apr_queue.h
Commit message (Expand)AuthorAgeFilesLines
* Update license headers.jerenkrantz2007-01-151-6/+6
* Allow apr_queue.h to be included before other APR headers. Previouslyrooneg2006-11-061-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-53/+10
* revert previous commit on include fileianh2003-02-221-2/+2
* API Change:ianh2003-02-221-2/+2
* Preserve Justin's desire for a larger namespace with s/signed/unsigned/ intwrowe2003-01-131-2/+2
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Use apr_uint32_t rather than apr_size_t for the maximum queue size.jerenkrantz2002-12-301-2/+2
* Allow apr_queue to have greater than int number of elements.jerenkrantz2002-12-231-2/+2
* Add apr_queue to the Windows build.brane2002-12-221-10/+11
* Clean up apr_queue.hjerenkrantz2002-12-191-1/+21
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-5/+6
* if you don't have threads, you can't use this.ianh2002-08-191-0/+2
* add a thread safe FIFO bounded buffer queue.ianh2002-08-181-0/+155