summaryrefslogtreecommitdiff
path: root/buckets
Commit message (Expand)AuthorAgeFilesLines
* * buckets/apr_brigade.c (apr_brigade_cleanup): Non-debug builds shouldjorton2020-03-111-3/+11
* * buckets/apr_buckets_refcount.c (apr_bucket_shared_copy):jorton2019-08-291-2/+1
* * We cannot access list any longer after we called apr_allocator_free as it p...rpluem2018-01-261-2/+11
* Follow up to r1788334: apr_allocator_align() should take an allocator asylavic2017-04-032-4/+6
* apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configureylavic2017-03-232-3/+35
* Don't corrupt the bucket allocator in out-of-mem situationsf2013-01-261-0/+1
* Add valgrind supportsf2013-01-261-3/+12
* Revert r789061, r758414, and r758398 which are leftovers of the palloc usessf2013-01-191-8/+28
* Make sure we abort, even if the abortfunc returnssf2012-11-061-2/+1
* If out of mem, abort instead of crashing. Use the pool's abort functionsf2012-10-271-4/+7
* Make apr_brigade_(v)putstrs more efficient by using apr_brigade_writevsf2012-10-271-4/+17
* Fix potential data corruption in apr_brigade_write() and friends ifsf2012-10-271-3/+9
* Remove duplicated logic in apr_brigade_puts().sf2012-10-271-23/+1
* apr_brigades: prevent infinite loop on a corrupt brigadeniq2011-05-131-0/+10
* SECURITY: CVE-2010-1623 (cve.mitre.org)trawick2010-10-011-1/+12
* Add debugging traps for use-after-destroy of a brigade:jorton2010-06-051-2/+18
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-021-2/+2
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-1613-66/+66
* more NetWare build tweaks.fuankg2009-06-281-261/+0
* more NetWare build tweaks.fuankg2009-06-281-5/+5
* Remove dead debug code referencing apr_pool_allocator_get, which doesn't exis...pquerna2009-06-281-5/+0
* fixed NetWare build.fuankg2009-06-271-0/+261
* * Fix off by one overflow in apr_brigade_vprintf.rpluem2009-04-241-3/+0
* * buckets/apr_buckets_alloc.c (alloc_cleanup): Unconditionallyjorton2009-03-251-5/+1
* * buckets/apr_buckets_alloc.c (apr_bucket_alloc_create): Use a newjorton2009-03-251-8/+3
* Merge APR-Util trunk into APR.pquerna2009-03-2413-0/+2122
* this shouldn't be here any more...gstein2000-12-071-1/+0
* Remove all files from the buckets directory. This is in preparationrbb2000-08-1216-5454/+0
* Fix the patch after Jeff removed the last apr_filter* from therbb2000-08-051-9/+0
* - remove patch #3 since it has been appliedgstein2000-08-057-1190/+267
* Make the patch apply and compile again after the apr_ rename.rbb2000-08-052-103/+126
* prefix libapr functions and types with apr_dougm2000-08-029-146/+146
* Make ap_bucket_list_destroy a static function. It should never be usedrbb2000-08-012-28/+14
* Commit a bunch of docs for the bucket brigades code. This should clearrbb2000-08-011-14/+149
* Update the bucket brigade patch to work with the latest code. This isrbb2000-07-311-220/+306
* bucket_brigade is too long to type in every function name. This justrbb2000-07-312-19/+19
* Combine the create and write functions. I am leaving the write functionrbb2000-07-315-18/+32
* "flush_filters" is a misnomer. rename it. also shift it so that we can callgstein2000-07-251-0/+49
* Make the changes requested by Greg.rbb2000-07-252-19/+18
* oops. gotta declare r->filters. also need a bit of subrequest mgmt for thegstein2000-07-251-0/+76
* teeny patch to get the util_filter.[ch] builtgstein2000-07-252-1/+18
* Add the newest try for filter registration to the repository. This isrbb2000-07-253-0/+373
* Remove util_filter.c and util_filter.h. This is in preparation forrbb2000-07-243-257/+0
* Change some function pointer names to reflect what they do better.rbb2000-07-236-16/+68
* Fix typo.rbb2000-07-211-1/+1
* Fix a small memory leak in the buckets. Basically, an extra bucket wasrbb2000-07-211-1/+1
* Include the chunking filter in the current build. This doesn't workrbb2000-07-201-62/+56
* Update ryan.patch to work with the latest changes in the buckets. Thisrbb2000-07-201-397/+70
* Remove the ap_bucket_new function. This was basically a case statementrbb2000-07-206-41/+13
* Describe the design threads I committed last week.fielding2000-07-181-3/+20