summaryrefslogtreecommitdiff
path: root/buckets
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-209-43/+43
* apr_brigade: Fix conversion from 'apr_off_t' to 'size_t', possible loss of data.Yann Ylavic2022-06-231-2/+2
* apr_buckets_file: Always use the given pool for FILE buckets set aside.Yann Ylavic2022-01-071-4/+1
* Fix pointer arithmetic for 'void *'Mladen Turk2021-12-011-5/+4
* Remove begin.Graham Leggett2021-10-251-1/+0
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatGraham Leggett2021-10-251-0/+30
* apr_brigade_split_boundary: Make sure the ignore offset is reset afterGraham Leggett2021-10-211-0/+4
* apr_brigade_split_boundary: Use memmem and memcmp for comparison, allowingGraham Leggett2021-10-211-6/+6
* apr_brigade_split_boundary: Rather than shaving one byte fromGraham Leggett2021-10-201-8/+7
* apr_brigade_split_boundary: Correctly account for the bytes we've written.Graham Leggett2021-10-201-0/+5
* apr_brigades: Add apr_brigade_split_boundary(), allowing us to splitGraham Leggett2021-10-191-0/+263
* Follow up to r1893204: restore apr_file_setaside() semantics, fix file_bucket...Yann Ylavic2021-09-191-6/+28
* * buckets/apr_brigade.c (apr_brigade_cleanup): Non-debug builds shouldJoe Orton2020-03-111-3/+11
* * buckets/apr_buckets_refcount.c (apr_bucket_shared_copy):Joe Orton2019-08-291-2/+1
* * 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-032-4/+6
* apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configureYann Ylavic2017-03-232-3/+35
* 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
* Make apr_brigade_(v)putstrs more efficient by using apr_brigade_writevStefan Fritsch2012-10-271-4/+17
* Fix potential data corruption in apr_brigade_write() and friends ifStefan Fritsch2012-10-271-3/+9
* Remove duplicated logic in apr_brigade_puts().Stefan Fritsch2012-10-271-23/+1
* apr_brigades: prevent infinite loop on a corrupt brigadeNick Kew2011-05-131-0/+10
* SECURITY: CVE-2010-1623 (cve.mitre.org)Jeff Trawick2010-10-011-1/+12
* Add debugging traps for use-after-destroy of a brigade:Joe Orton2010-06-051-2/+18
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-2/+2
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-1613-66/+66
* more NetWare build tweaks.Guenter Knauf2009-06-281-261/+0
* more NetWare build tweaks.Guenter Knauf2009-06-281-5/+5
* Remove dead debug code referencing apr_pool_allocator_get, which doesn't exis...Paul Querna2009-06-281-5/+0
* fixed NetWare build.Guenter Knauf2009-06-271-0/+261
* * Fix off by one overflow in apr_brigade_vprintf.Ruediger Pluem2009-04-241-3/+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-2413-0/+2122
* this shouldn't be here any more...Greg Stein2000-12-071-1/+0
* Remove all files from the buckets directory. This is in preparationRyan Bloom2000-08-1216-5454/+0
* Fix the patch after Jeff removed the last apr_filter* from theRyan Bloom2000-08-051-9/+0
* - remove patch #3 since it has been appliedGreg Stein2000-08-057-1190/+267
* Make the patch apply and compile again after the apr_ rename.Ryan Bloom2000-08-052-103/+126
* prefix libapr functions and types with apr_Doug MacEachern2000-08-029-146/+146
* Make ap_bucket_list_destroy a static function. It should never be usedRyan Bloom2000-08-012-28/+14
* Commit a bunch of docs for the bucket brigades code. This should clearRyan Bloom2000-08-011-14/+149
* Update the bucket brigade patch to work with the latest code. This isRyan Bloom2000-07-311-220/+306
* bucket_brigade is too long to type in every function name. This justRyan Bloom2000-07-312-19/+19
* Combine the create and write functions. I am leaving the write functionRyan Bloom2000-07-315-18/+32
* "flush_filters" is a misnomer. rename it. also shift it so that we can callGreg Stein2000-07-251-0/+49