summaryrefslogtreecommitdiff
path: root/buckets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimized apr_brigade_puts() because it was showing up asbrianp2002-06-291-2/+51
* Fix apr_brigade_write() length miscalculation.jwoolley2002-06-291-1/+1
* - Clarify/answer two commentsjerenkrantz2002-06-171-4/+5
* Rearranged the order of a conditional within the innerbrianp2002-06-091-1/+1
* Move the metadata flag to the bucket_type structure.rbb2002-06-029-18/+10
* Make buckets advertise if they are filled with metadata or not.rbb2002-05-318-17/+25
* Refactor apr_brigade_write() one more time to regain a bit of behaviorjwoolley2002-05-281-29/+31
* Resolve veto.jwoolley2002-05-231-13/+12
* Due to the explicit return in the "then" case, the "else" is not strictlyjwoolley2002-05-151-5/+4
* file_bucket_read() is not the only caller of file_make_mmap().jwoolley2002-05-151-2/+5
* Optimization for apr_brigade_puts(): skip the strlen computationbrianp2002-05-121-0/+25
* Fix a missed #if APR_HAS_MMAPbjh2002-05-121-0/+2
* Added missing initialization for apr_bucket_file->can_mmapbrianp2002-05-111-0/+1
* Added a mechanism to prevent mmap of file bucketsbrianp2002-05-111-1/+13
* Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to preventjerenkrantz2002-05-081-1/+1
* Fix the mmap cleanup problem seen on daedalus. This implies certainjwoolley2002-04-191-3/+38
* Detabify. These things have been bugging me for ages.jwoolley2002-04-184-16/+18
* Insert "bucket_" into the names of these static functions to makejwoolley2002-04-189-47/+47
* Follow the usual pattern (eg apr/file_io/unix/open.c) for cleanups.jwoolley2002-04-161-7/+6
* register a cleanup on the pool passed to apr_bucket_alloc_create(). therejwoolley2002-04-101-0/+14