summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets.c
Commit message (Expand)AuthorAgeFilesLines
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* revert buckets sms phase 1 patch. the group wants to get rid of SMS, sojwoolley2001-09-221-2/+0
* BUCKETS SMS PHASE 1jwoolley2001-08-251-0/+2
* Consistently use apr_size_t for the bucket size, and apr_off_t to manipulatewrowe2001-07-241-1/+1
* Rename apr_bucket_destroy_notimpl() => apr_bucket_destroy_noop()jwoolley2001-06-131-1/+1
* *) Add apr_bucket_setaside_noop to use for buckets that do not require agstein2001-06-071-1/+8
* Remove apr_bucket_init_types() and apr_bucket_insert_type(), whichjwoolley2001-02-281-44/+6
* Update copyright to 2001fielding2001-02-161-1/+1
* backout name change:dougm2001-02-131-4/+4
* renaming various functions for consistency sakedougm2001-02-081-16/+16
* Missing export required for inserting the http error bucket typewrowe2001-01-271-1/+1
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-18/+18
* The APU_DECLARE's finished (nearly) for apr-util. This change alsowrowe2001-01-181-1/+1
* Separate the bucket code from the brigade code. This is in preparationrbb2001-01-171-183/+0
* We have to use #if, not #ifdefrbb2001-01-011-1/+1
* APR-util can not rely on a flag from Apache to determine if we should berbb2001-01-011-1/+1
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-0/+3
* The APU_DECLARE symbol rename to solve DAV faults and other lurkingwrowe2000-12-211-13/+13
* drop the split_any function and add ap_brigade_partition()gstein2000-12-121-20/+37
* Remove ap_bucket_copy_any, and move ap_bucket_split_any into ap_buckets.c.rbb2000-12-091-0/+27
* Add a copy() function to the buckets. Also adds two utility functions:gstein2000-12-081-1/+4
* Remove some warnings. The fixes may not be perfectly portable, but thisrbb2000-12-051-0/+1
* Get the buckets building in apr-utilrbb2000-12-051-12/+12
* *) Compensate for recent changes in the APR headers. Specifically, somegstein2000-11-261-3/+5
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changerbb2000-11-101-1/+1
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-1/+1
* Clean up blocking and non-blocking reads from buckets. The only bucketrbb2000-11-041-1/+1
* Fix mmap finally on win32? With luck.wrowe2000-10-231-0/+2
* Make ap_bucket_(read|destroy|split|setaside) into macros. Alsorbb2000-10-161-23/+0
* I know this makes no sense. Any 'normal' c function that isn't exportedwrowe2000-10-161-3/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-15/+15
* missing a const.gstein2000-10-161-1/+2
* const-ify the type stuff and simplify the type registration processgstein2000-10-151-10/+11
* Stop using the index into the array for the bucket type. Now we just userbb2000-10-151-25/+21
* Remove all function pointers from the ap_bucket type. These functionrbb2000-10-131-3/+60
* Return an empty brigade rather than NULL if there is no buckets remainingstoddard2000-10-031-5/+9
* ap_split_brigade needs to check to see if there are more buckets left in the ...stoddard2000-10-031-0/+2
* Fix the calling convention on Windows for ap_bucket_printf() andtrawick2000-09-181-1/+1
* Add ap_brigade_putstrs().trawick2000-09-181-0/+11
* Fix the types of the variables passed as the len parm to bucket->read()trawick2000-09-141-1/+3
* Use wrapper macros to avoid the verbosity of the AP_RING macros whenfanf2000-09-091-18/+6
* Fix inserting elements at the head and tail of a ring when the ring isfanf2000-09-091-2/+2
* Reduce the manualarity of managing bucket brigade lists by using thefanf2000-09-081-54/+39
* avoid a copy in the pipe bucket read codefanf2000-09-041-2/+2
* Fix a small warning in the buckets code.rbb2000-08-201-1/+1
* Change the way buckets' destroy functions are called so thatfanf2000-08-191-1/+1