summaryrefslogtreecommitdiff
path: root/include/apr_ring.h
Commit message (Expand)AuthorAgeFilesLines
* Makr APR_RING_HEAD pointers volatile to work around an aliasing problem thatsf2011-02-261-2/+2
* Silence GCC strict aliasing warning.bojan2008-06-021-1/+1
* insure that an optimizing compiler will re-load the links from memory eachgregames2007-08-151-2/+2
* Add helper macros for ring walking (APR_RING_FOREACH and APR_RING_FOREACH_SAFE).davi2007-07-121-0/+24
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* ripjwoolley2003-11-161-14/+0
* ripjwoolley2003-11-161-48/+0
* ha, then i go to try to use the thing and find out what APR_RING_CHECK_ELEM()jwoolley2003-08-131-2/+17
* seemed like a handy tool.jwoolley2003-08-131-0/+25
* rename "this" to "here" since "this" is a reserved word in c++jwoolley2003-08-131-12/+12
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-8/+9
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Explain the workings of the ring sentinel. They'll never let me into thefanf2002-08-281-2/+53
* Let's get rid of these damned things once and for all... for every linejwoolley2002-07-031-0/+4
* these guys aren't in apr-util anymore :)jwoolley2002-06-031-3/+3
* Renames:jwoolley2002-05-181-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add APR_RING_PREPEND() and APR_BRIGADE_PREPEND() as companions to _CONCAT()jwoolley2002-02-281-0/+15
* Add apr_ring.h to APR from it's original place in apr-util.dreid2001-12-231-0/+478