summaryrefslogtreecommitdiff
path: root/include/apr_ring.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-2/+2
* Replace tabs to spaces.Ivan Zhakov2022-07-081-109/+109
* apr_ring: Follow up to r1896535: Use APR_RING_{FIRST,LAST} macros.Yann Ylavic2022-01-061-6/+6
* apr_ring: Don't break strict-aliasing rules in APR_RING_SPLICE_{HEAD,TAIL}().Yann Ylavic2021-12-301-12/+16
* Makr APR_RING_HEAD pointers volatile to work around an aliasing problem thatStefan Fritsch2011-02-261-2/+2
* Silence GCC strict aliasing warning.Bojan Smojver2008-06-021-1/+1
* insure that an optimizing compiler will re-load the links from memory eachGreg Ames2007-08-151-2/+2
* Add helper macros for ring walking (APR_RING_FOREACH and APR_RING_FOREACH_SAFE).Davi Arnaut2007-07-121-0/+24
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* ripCliff Woolley2003-11-161-14/+0
* ripCliff Woolley2003-11-161-48/+0
* ha, then i go to try to use the thing and find out what APR_RING_CHECK_ELEM()Cliff Woolley2003-08-131-2/+17
* seemed like a handy tool.Cliff Woolley2003-08-131-0/+25
* rename "this" to "here" since "this" is a reserved word in c++Cliff Woolley2003-08-131-12/+12
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-8/+9
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Explain the workings of the ring sentinel. They'll never let me into theTony Finch2002-08-281-2/+53
* Let's get rid of these damned things once and for all... for every lineCliff Woolley2002-07-031-0/+4
* these guys aren't in apr-util anymore :)Cliff Woolley2002-06-031-3/+3
* Renames:Cliff Woolley2002-05-181-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Add APR_RING_PREPEND() and APR_BRIGADE_PREPEND() as companions to _CONCAT()Cliff Woolley2002-02-281-0/+15
* Add apr_ring.h to APR from it's original place in apr-util.David Reid2001-12-231-0/+478