summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_pool.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/+1
* Make buckets advertise if they are filled with metadata or not.rbb2002-05-311-0/+1
* Insert "bucket_" into the names of these static functions to makejwoolley2002-04-181-5/+5
* Fix a sneaky segfault in heap_destroy when pool buckets are used andjwoolley2002-03-291-0/+1
* BUCKET FREELISTSjwoolley2002-03-291-11/+11
* Update our copyright for this year.fielding2002-03-131-1/+1
* I peeked into the pool buckets to see how they handled setaside(), and seeingjwoolley2001-09-291-1/+1
* revert buckets sms phase 1 patch. the group wants to get rid of SMS, sojwoolley2001-09-221-12/+8
* BUCKETS SMS PHASE 1jwoolley2001-08-251-8/+12
* Move the free function pointer out of the apr_bucket_type_t and into thejwoolley2001-08-081-1/+1
* Extend apr_bucket_type_t to add a pointer to a function usedstoddard2001-08-031-0/+1
* The bucket_foo_create() functions do not need to use calloc() becausejwoolley2001-06-191-1/+1
* Pool buckets should use _setaside_noop instead of _setaside_notimpl.jwoolley2001-06-181-1/+1
* Get rid of some warnings about missing prototypes for memXXX and strXXXtrawick2001-05-211-0/+2
* Fix a subtle memory leak in the pool buckets. If the pool has beenjwoolley2001-04-301-13/+17
* Removed apr_bucket_do_create() macro, which was causing warningsjwoolley2001-04-111-1/+4
* Rework pool buckets so that they can effectively handle thejwoolley2001-03-011-29/+64
* apr_bucket_shared_destroy() now returns a boolean valuejwoolley2001-02-281-4/+2
* *) The apr_bucket_shared and apr_bucket_simple structures have beenjwoolley2001-02-271-24/+18
* Update copyright to 2001fielding2001-02-161-1/+1
* backout name change:dougm2001-02-131-1/+1
* renaming various functions for consistency sakedougm2001-02-081-12/+12
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-24/+24
* The APU_DECLARE symbol rename to solve DAV faults and other lurkingwrowe2000-12-211-3/+3
* Add a copy() function to the buckets. Also adds two utility functions:gstein2000-12-081-2/+3
* 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-3/+2
* 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
* It helps to assign the bucket field in the pool_bucket. This lets therbb2000-10-171-0/+1
* Add pool buckets to the bucket list. These buckets are not currentlyrbb2000-10-171-0/+141