summaryrefslogtreecommitdiff
path: root/util-misc/apr_queue.c
Commit message (Expand)AuthorAgeFilesLines
* apr_queue: Add apr_queue_timedpush() and apr_queue_timedpop() toylavic2015-03-161-79/+56
* fix some minor bugs and useless assignments so that clang scan-buildtrawick2013-10-231-0/+3
* replace expensive % with faster (2-4x) functional equiv.jim2011-01-271-4/+12
* - remove unused assignmentpgollucci2010-08-051-1/+1
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-8/+8
* apr_queue_trypush() doesn't block if the queue is full.bojan2009-06-141-3/+3
* Merge APR-Util trunk into APR.pquerna2009-03-241-0/+390