summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* We should really check thesejim2007-10-051-0/+9
* Update license headers.jerenkrantz2007-01-151-6/+6
* Fix memory leak when in APR_POOL_DEBUG mode.jwoolley2005-03-111-0/+7
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* fix preproc directive for APR_POOL_DEBUGclar2004-08-101-2/+2
* * buckets/apr_buckets_alloc.c (apr_bucket_alloc_create,jorton2004-06-221-1/+19
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* at long last, the bucket_alloc_create changes.jwoolley2003-08-281-10/+20
* bucket debugging. a series of consistency checks for bucket brigades.jwoolley2003-08-281-0/+21
* revert the previous commit. i think there's a cleaner way. will try itjwoolley2003-07-021-9/+1
* an addition to the api to allow httpd mpm's to share an apr_allocator_tjwoolley2003-07-021-1/+9
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Follow the usual pattern (eg apr/file_io/unix/open.c) for cleanups.jwoolley2002-04-161-7/+6
* register a cleanup on the pool passed to apr_bucket_alloc_create(). therejwoolley2002-04-101-0/+14
* Implement the bucket allocator. This implementation uses a three-stagejwoolley2002-04-011-9/+78
* Fix Jerry Baker's observed compilation faults for cvs head and 2.0.34,wrowe2002-04-011-4/+5
* get apr_buckets_alloc.c to compile with IBM's native compiler for AIXtrawick2002-03-301-8/+1
* I guess this little time warp tells you how long I'vejwoolley2002-03-291-1/+1
* Avoiding a compiler error on NetWare until the implementation is completebnicholes2002-03-291-0/+5
* BUCKET FREELISTSjwoolley2002-03-291-0/+85