summaryrefslogtreecommitdiff
path: root/buckets
Commit message (Expand)AuthorAgeFilesLines
...
* Make the changes requested by Greg.Ryan Bloom2000-07-252-19/+18
* oops. gotta declare r->filters. also need a bit of subrequest mgmt for theGreg Stein2000-07-251-0/+76
* teeny patch to get the util_filter.[ch] builtGreg Stein2000-07-252-1/+18
* Add the newest try for filter registration to the repository. This isRyan Bloom2000-07-253-0/+373
* Remove util_filter.c and util_filter.h. This is in preparation forRyan Bloom2000-07-243-257/+0
* Change some function pointer names to reflect what they do better.Ryan Bloom2000-07-236-16/+68
* Fix typo.Ryan Bloom2000-07-211-1/+1
* Fix a small memory leak in the buckets. Basically, an extra bucket wasRyan Bloom2000-07-211-1/+1
* Include the chunking filter in the current build. This doesn't workRyan Bloom2000-07-201-62/+56
* Update ryan.patch to work with the latest changes in the buckets. ThisRyan Bloom2000-07-201-397/+70
* Remove the ap_bucket_new function. This was basically a case statementRyan Bloom2000-07-206-41/+13
* Describe the design threads I committed last week.Roy T. Fielding2000-07-181-3/+20
* Add a split function for buckets. This basically just takes one bucketRyan Bloom2000-07-186-7/+77
* Remove the ap_bucket_list type. This moves the next/prev pointers downRyan Bloom2000-07-177-121/+384
* Apache serves pages with the latest buckets changes and this new patch.Ryan Bloom2000-07-141-14/+14
* The write functions are now also function pointers. This allows peopleRyan Bloom2000-07-145-124/+128
* I've added a couple of files, so I'm updating the README to reflect that.Ryan Bloom2000-07-131-0/+2
* Update the bucket brigades to be a bit less complex. This makes theRyan Bloom2000-07-136-112/+183
* More discussion of stacked io with cached objectsRoy T. Fielding2000-07-131-0/+501
* Update the patch to work since buckets were removed from the build process.Ryan Bloom2000-07-131-55/+33
* Apache doesn't actually check for stdarg.h, but APR does. Just use theRyan Bloom2000-07-132-2/+2
* Add ap_bucket_brigade_append_list and ap_bucket_brigade_append_bucketRyan Bloom2000-07-132-42/+44
* Record Greg's filter approach rationale. This is probablyRoy T. Fielding2000-07-131-0/+102
* Gather together the main points of bucket brigades.Roy T. Fielding2000-07-131-0/+381
* Save another old thread on stacked-ioRoy T. Fielding2000-07-131-0/+257
* More thoughts on iol performance.Roy T. Fielding2000-07-131-0/+71
* More use cases and functional desires.Roy T. Fielding2000-07-131-28/+252
* Add more design discussion of Dean's iol stuff.Roy T. Fielding2000-07-131-0/+342
* Notes from Dean on the later iol implementation.Roy T. Fielding2000-07-131-0/+83
* Some notes from Dean on zero-copy IO and its ilkRoy T. Fielding2000-07-131-0/+166
* Early design notes from Ed and Alexei [and Dean]Roy T. Fielding2000-07-131-0/+554
* Wishes for Layered-IO (Use Cases)Roy T. Fielding2000-07-131-0/+45
* Alexei's summary of the 1998 design meeting in San Francisco.Roy T. Fielding2000-07-131-0/+172
* Provide a map for the reviewers.Roy T. Fielding2000-07-131-0/+30
* Back-out premature config changes for buckets.Roy T. Fielding2000-07-131-82/+0
* Add my most recent patch and the other files necessary to make it work.Ryan Bloom2000-07-133-0/+859
* Ignore the MakefileRyan Bloom2000-07-121-0/+1
* Change to use read/write buckets by default. This will need to be cleanedRyan Bloom2000-07-121-4/+4
* Add ap_consume_buckets. This just destroys a specified number of bucketsRyan Bloom2000-07-122-2/+20
* Implement very basic versions of ap_bucket_printf and ap_bucket_vprintfRyan Bloom2000-07-122-0/+45
* Add an End-Of-Stream bucket type. This also makes a couple of relativelyRyan Bloom2000-07-122-3/+18
* A couple of bucket fixes. These just keep us from seg faulting in someRyan Bloom2000-07-122-7/+13
* Various bucket fixes. Basically just casts the pointers to (char *) forRyan Bloom2000-07-123-8/+8
* Remove some warnings.Ryan Bloom2000-07-122-11/+3
* files for RoyGreg Stein2000-07-123-0/+1037
* Remove two prototypes that we haven't actually implemented.Ryan Bloom2000-07-111-4/+0
* First pass at implementing read only memory buckets.Ryan Bloom2000-07-113-13/+185
* Add dependancies, and a new file that will be added in the next commit.Ryan Bloom2000-07-111-0/+30
* Remove an extra free with the read/write buckets. This would cause theRyan Bloom2000-07-111-1/+0
* Fix the segfault that was happening with the current buckets. Basically,Ryan Bloom2000-07-113-12/+5