summaryrefslogtreecommitdiff
path: root/buckets
Commit message (Expand)AuthorAgeFilesLines
* * Introduce apr_brigade_split_ex. apr_brigade_split_ex allows to reuserpluem2008-05-281-4/+15
* * Fix comment. No functional change.rpluem2008-02-271-2/+2
* * We are working with point64 here, no longer with point.rpluem2008-02-271-1/+1
* * apr_brigade_partition:rpluem2008-02-251-11/+21
* * Fix compiler warning as written is signed.rpluem2008-02-241-1/+1
* Adopt 1.3.0 trunk's new constant.wrowe2007-10-241-7/+1
* From discussion on list with Jeff and Martin, this appearswrowe2007-10-241-4/+8
* Folks, I'd appreciate if this received extra attention;wrowe2007-10-231-5/+13
* We should really check thesejim2007-10-051-0/+9
* Return the correct status. Fix bug introduced by r558361.davi2007-07-211-1/+1
* Make apr_brigade_length() always update the length parameter. In case of adavi2007-07-211-4/+4
* Update license headers.jerenkrantz2007-01-1513-78/+78
* * buckets/apr_brigade.c (apr_brigade_to_iovec): Fix strict-aliasingjorton2006-04-191-3/+5
* * buckets/apr_buckets_file.c (file_bucket_read): If an EOF was read,jorton2005-06-021-2/+2
* 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-0413-13/+26
* Remove .cvsignore files.jorton2004-11-181-4/+0
* * buckets/apr_brigade.c (apr_brigade_insert_file): New function.jorton2004-11-171-0/+33
* 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-1313-637/+130
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-12/+0
* ripjwoolley2003-11-161-12/+19
* deal with a couple of apr interface changes (renaming one function,trawick2003-09-031-3/+1
* 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-282-0/+27
* 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
* Fix a nasty segfault in mmap_bucket_setaside() caused by passingjwoolley2003-01-291-1/+1
* Update copyright notifications to 2003.thommay2003-01-0113-13/+13
* put the old pool-based brigade allocation back in place for httpd-2.0.44 releasebrianp2002-12-231-12/+7
* Allocate brigades from a bucket_allocator rather than a pool.brianp2002-12-171-7/+12
* Update to latest APR renamesthommay2002-11-301-1/+1
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingjwoolley2002-11-231-21/+23
* Avoid declaring exports that exist within only a certain configurationwrowe2002-10-131-2/+4
* In apr_brigade_writev(), create heap buckets instead ofbrianp2002-09-301-6/+13
* Rewrite of apr_brigade_writev(). It's now more efficient forbrianp2002-09-291-47/+85
* Flush the brigade in apr_brigade_writev() whenever the heapbrianp2002-09-231-8/+18
* apr_brigade_writev fix: don't call brigade flush function if it it's undefinedbrianp2002-09-221-1/+1
* Added apr_brigade_writev() functionbrianp2002-09-211-0/+65
* Simpler, less optimized code for apr_brigade_puts()brianp2002-09-211-62/+11
* Changed file_bucket_setaside() to use apr_file_setaside() insteadbrianp2002-08-161-10/+1
* Revert rev 1.42 of apr_buckets_socket.c and rev 1.52 of apr_buckets_pipe.cjerenkrantz2002-07-162-12/+2
* Fixed socket_bucket_read so that it only set the socket to nonblocking mode i...bnicholes2002-07-151-1/+6
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setwrowe2002-07-151-4/+4
* Oops, wrong comment stylebnicholes2002-07-121-2/+3
* Fixed pipe_bucket_read so that it only set the pipe to nonblocking mode if itbnicholes2002-07-121-1/+5
* New emit on win32. Since this is a heap bucket, we are always dealingwrowe2002-07-021-1/+2
* On second thought, I liked this better the way it was before because itjwoolley2002-07-011-1/+2
* This is the exact same thing really, but we might as well use thejwoolley2002-07-011-2/+1