summaryrefslogtreecommitdiff
path: root/buckets
Commit message (Expand)AuthorAgeFilesLines
...
* Add a split function for buckets. This basically just takes one bucketrbb2000-07-186-7/+77
* Remove the ap_bucket_list type. This moves the next/prev pointers downrbb2000-07-177-121/+384
* Apache serves pages with the latest buckets changes and this new patch.rbb2000-07-141-14/+14
* The write functions are now also function pointers. This allows peoplerbb2000-07-145-124/+128
* I've added a couple of files, so I'm updating the README to reflect that.rbb2000-07-131-0/+2
* Update the bucket brigades to be a bit less complex. This makes therbb2000-07-136-112/+183
* More discussion of stacked io with cached objectsfielding2000-07-131-0/+501
* Update the patch to work since buckets were removed from the build process.rbb2000-07-131-55/+33
* Apache doesn't actually check for stdarg.h, but APR does. Just use therbb2000-07-132-2/+2
* Add ap_bucket_brigade_append_list and ap_bucket_brigade_append_bucketrbb2000-07-132-42/+44
* Record Greg's filter approach rationale. This is probablyfielding2000-07-131-0/+102
* Gather together the main points of bucket brigades.fielding2000-07-131-0/+381
* Save another old thread on stacked-iofielding2000-07-131-0/+257
* More thoughts on iol performance.fielding2000-07-131-0/+71
* More use cases and functional desires.fielding2000-07-131-28/+252
* Add more design discussion of Dean's iol stuff.fielding2000-07-131-0/+342
* Notes from Dean on the later iol implementation.fielding2000-07-131-0/+83
* Some notes from Dean on zero-copy IO and its ilkfielding2000-07-131-0/+166
* Early design notes from Ed and Alexei [and Dean]fielding2000-07-131-0/+554
* Wishes for Layered-IO (Use Cases)fielding2000-07-131-0/+45
* Alexei's summary of the 1998 design meeting in San Francisco.fielding2000-07-131-0/+172
* Provide a map for the reviewers.fielding2000-07-131-0/+30
* Back-out premature config changes for buckets.fielding2000-07-131-82/+0
* Add my most recent patch and the other files necessary to make it work.rbb2000-07-133-0/+859
* Ignore the Makefilerbb2000-07-121-0/+1
* Change to use read/write buckets by default. This will need to be cleanedrbb2000-07-121-4/+4
* Add ap_consume_buckets. This just destroys a specified number of bucketsrbb2000-07-122-2/+20
* Implement very basic versions of ap_bucket_printf and ap_bucket_vprintfrbb2000-07-122-0/+45
* Add an End-Of-Stream bucket type. This also makes a couple of relativelyrbb2000-07-122-3/+18
* A couple of bucket fixes. These just keep us from seg faulting in somerbb2000-07-122-7/+13
* Various bucket fixes. Basically just casts the pointers to (char *) forrbb2000-07-123-8/+8
* Remove some warnings.rbb2000-07-122-11/+3
* files for Roygstein2000-07-123-0/+1037
* Remove two prototypes that we haven't actually implemented.rbb2000-07-111-4/+0
* First pass at implementing read only memory buckets.rbb2000-07-113-13/+185
* Add dependancies, and a new file that will be added in the next commit.rbb2000-07-111-0/+30
* Remove an extra free with the read/write buckets. This would cause therbb2000-07-111-1/+0
* Fix the segfault that was happening with the current buckets. Basically,rbb2000-07-113-12/+5
* First pass at buckets brigades.rbb2000-07-115-0/+779