summaryrefslogtreecommitdiff
path: root/buckets/apr_brigade.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-22/+22
* apr_brigade: Fix conversion from 'apr_off_t' to 'size_t', possible loss of data.Yann Ylavic2022-06-231-2/+2
* 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
* * buckets/apr_brigade.c (apr_brigade_cleanup): Non-debug builds shouldJoe Orton2020-03-111-3/+11
* 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
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-20/+20
* * Fix off by one overflow in apr_brigade_vprintf.Ruediger Pluem2009-04-241-3/+0
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+731