summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_refcount.c
Commit message (Expand)AuthorAgeFilesLines
* Update license headers.jerenkrantz2007-01-151-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.0.jerenkrantz2004-02-131-49/+10
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Get rid of a redundant rv check... apr_bucket_simple_copy willjwoolley2001-08-251-4/+1
* Consistently use apr_size_t for the bucket size, and apr_off_t to manipulatewrowe2001-07-241-2/+2
* apr_bucket_shared_destroy() now returns a boolean valuejwoolley2001-02-281-7/+2
* *) The apr_bucket_shared and apr_bucket_simple structures have beenjwoolley2001-02-271-65/+22
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-5/+5
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-16/+16
* The APU_DECLARE symbol rename to solve DAV faults and other lurkingwrowe2000-12-211-4/+4
* Buckets build again on Win32wrowe2000-12-081-1/+1
* Add a copy() function to the buckets. Also adds two utility functions:gstein2000-12-081-11/+30
* Get the buckets building in apr-utilrbb2000-12-051-3/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-3/+3
* If a bucket is split at the first or last character, then we should getrbb2000-09-171-1/+1
* Use wrapper macros to avoid the verbosity of the AP_RING macros whenfanf2000-09-091-1/+1
* Reduce the manualarity of managing bucket brigade lists by using thefanf2000-09-081-6/+1
* Win32: function pointers use C calling convention unless explicitly set to usestoddard2000-08-221-1/+1
* Change the way buckets' destroy functions are called so thatfanf2000-08-191-2/+2
* Add generic support for reference-counting the resources used byfanf2000-08-191-0/+139