summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_simple.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
* Move the metadata flag to the bucket_type structure.rbb2002-06-021-2/+2
* Detabify. These things have been bugging me for ages.jwoolley2002-04-181-3/+5
* Insert "bucket_" into the names of these static functions to makejwoolley2002-04-181-6/+6
* BUCKET FREELISTSjwoolley2002-03-291-13/+14
* Update our copyright for this year.fielding2002-03-131-1/+1
* Remove the returned-length "w" parameter from apr_bucket_heap_create()jwoolley2001-11-121-1/+1
* revert buckets sms phase 1 patch. the group wants to get rid of SMS, sojwoolley2001-09-221-18/+13
* Since we're using apr_size_t now instead of apr_off_t, there's really nojwoolley2001-08-251-1/+1
* BUCKETS SMS PHASE 1jwoolley2001-08-251-18/+19
* Move the free function pointer out of the apr_bucket_type_t and into thejwoolley2001-08-081-2/+2
* Extend apr_bucket_type_t to add a pointer to a function usedstoddard2001-08-031-0/+2
* Consistently use apr_size_t for the bucket size, and apr_off_t to manipulatewrowe2001-07-241-2/+2
* The bucket_foo_create() functions do not need to use calloc() becausejwoolley2001-06-191-2/+2
* Rename apr_bucket_destroy_notimpl() => apr_bucket_destroy_noop()jwoolley2001-06-131-2/+2
* *) Add apr_bucket_setaside_noop to use for buckets that do not require agstein2001-06-071-2/+2
* Removed apr_bucket_do_create() macro, which was causing warningsjwoolley2001-04-111-2/+8
* Don't do free() on the data when destroying immortal and transienttrawick2001-02-281-2/+2
* Fix some warnings related to the fact that you can't do arithmetictrawick2001-02-281-2/+2
* *) The apr_bucket_shared and apr_bucket_simple structures have beenjwoolley2001-02-271-67/+26
* Update copyright to 2001fielding2001-02-161-1/+1
* backout name change:dougm2001-02-131-1/+1
* renaming various functions for consistency sakedougm2001-02-081-9/+9
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-29/+29
* Clean up two memory leaks in the bucket code.rbb2001-01-051-1/+1
* The APU_DECLARE symbol rename to solve DAV faults and other lurkingwrowe2000-12-211-5/+5
* Add a copy() function to the buckets. Also adds two utility functions:gstein2000-12-081-9/+30
* And this gets Apache for Windows compiling from the command line andstoddard2000-12-061-1/+1
* Get the buckets building in apr-utilrbb2000-12-051-5/+4
* There is no valid reason to ever include apr_private anywhere outsiderbb2000-11-111-1/+0
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-2/+2
* Clean up blocking and non-blocking reads from buckets. The only bucketrbb2000-11-041-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-4/+4
* const-ify the type stuff and simplify the type registration processgstein2000-10-151-16/+15
* Stop using the index into the array for the bucket type. Now we just userbb2000-10-151-30/+10
* Fix transient bucket read/split (I've only tested the read path, buttrawick2000-10-131-2/+2
* Remove all function pointers from the ap_bucket type. These functionrbb2000-10-131-7/+39
* 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
* Change the way buckets' destroy functions are called so thatfanf2000-08-191-6/+1
* Add generic support for reference-counting the resources used byfanf2000-08-191-0/+189