summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* * We cannot access list any longer after we called apr_allocator_free as it p...Ruediger Pluem2018-01-261-2/+11
* Follow up to r1788334: apr_allocator_align() should take an allocator asYann Ylavic2017-04-031-3/+5
* apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configureYann Ylavic2017-03-231-0/+18
* Don't corrupt the bucket allocator in out-of-mem situationStefan Fritsch2013-01-261-0/+1
* Add valgrind supportStefan Fritsch2013-01-261-3/+12
* Revert r789061, r758414, and r758398 which are leftovers of the palloc usesStefan Fritsch2013-01-191-8/+28
* Make sure we abort, even if the abortfunc returnsStefan Fritsch2012-11-061-2/+1
* If out of mem, abort instead of crashing. Use the pool's abort functionStefan Fritsch2012-10-271-4/+7
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-5/+5
* Remove dead debug code referencing apr_pool_allocator_get, which doesn't exis...Paul Querna2009-06-281-5/+0
* * buckets/apr_buckets_alloc.c (alloc_cleanup): UnconditionallyJoe Orton2009-03-251-5/+1
* * buckets/apr_buckets_alloc.c (apr_bucket_alloc_create): Use a newJoe Orton2009-03-251-8/+3
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+193