summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Answer says... -X is redundant and inappropriate.William A. Rowe Jr2000-10-231-9/+11
* Fix foobarWilliam A. Rowe Jr2000-10-231-6/+7
* I didn't know that mod_userdir was even used on Windows. Oops. #ifdefManoj Kasichainula2000-10-231-1/+11
* Remove an attempt to fix a race condition. The attempt is notManoj Kasichainula2000-10-231-6/+0
* A more thorough example is appropriate. Also simplify the behavior andWilliam A. Rowe Jr2000-10-231-3/+8
* use a cleaner form for building the TAR fileGreg Stein2000-10-231-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-2320-127/+308
* London Sun.Manoj Kasichainula2000-10-231-1/+5
* Add a temporary pool argument to unixd_pre_config, so that it can callManoj Kasichainula2000-10-237-7/+7
* Make lingering close access the socket directly, instead of relying onRyan Bloom2000-10-232-9/+21
* Make ap_rflush use the flush bucket properly, and remove the BUFF codeRyan Bloom2000-10-231-8/+0
* Fix internal redirects. They should have their own HTTP_HEADER filterRyan Bloom2000-10-231-0/+14
* Fix some brain dead code.Bill Stoddard2000-10-221-1/+1
* Correct a check to see if we are attempting to remove a filter that hasBill Stoddard2000-10-221-1/+1
* Add logic to rebuild mm's configureSascha Schumann2000-10-221-0/+4
* The headers need to be at the end of the request_based filters.Ryan Bloom2000-10-221-1/+1
* Fix problem where a 304 response was not generating an EOS bucket.Bill Stoddard2000-10-221-2/+2
* Get HTTP/0.9 and subrequests working again. The http header filterJeff Trawick2000-10-221-1/+2
* Get rid of a couple of buff-isms -- setting the B_EOUT flag in a coupleJeff Trawick2000-10-222-4/+2
* namespace-protect dechunk_filter and http_filterJeff Trawick2000-10-223-10/+10
* Fix the return type of ap_http_header_filter().Jeff Trawick2000-10-222-2/+2
* Fix Win32 compile break introduced by the http_header filter code.Bill Stoddard2000-10-222-4/+4
* Add a way to remove output filters. This is used by http_header_filter toRyan Bloom2000-10-213-5/+28
* Fix a broken hack. We should save the state in the ctx pointer, not aRyan Bloom2000-10-211-5/+2
* Remove original_uri. This is the same as r->unparsed_uriRyan Bloom2000-10-211-29/+1
* Hack headers to work semi-properly. This is a hack that will need to beRyan Bloom2000-10-213-4/+43
* It isn't raining at the moment.Jeff Trawick2000-10-211-4/+5
* Get translation of request bodies working.Jeff Trawick2000-10-211-38/+248
* Input filters and ap_get_brigade() now have a input mode parameterJeff Trawick2000-10-215-40/+59
* Rename buffer_filter to coalesce_filter.Bill Stoddard2000-10-212-17/+19
* A bit of cleanupBill Stoddard2000-10-211-10/+1
* Get Apache on Windows working again after Ryan's first commit to removeBill Stoddard2000-10-211-2/+1
* Enough of pcre.h, begone vile beastWilliam A. Rowe Jr2000-10-211-2/+2
* Don't you love clean checkouts :-) Wrong href on dbmmanage, to bootWilliam A. Rowe Jr2000-10-202-1/+3
* Insert missing worg.Tony Finch2000-10-192-2/+2
* name-based vhosts should come before ip-based vhosts.Tony Finch2000-10-192-2/+2
* Belatedly update the documentation to include the NameVirtualHost *Tony Finch2000-10-192-89/+211
* Updated welcome page translation.Joshua Slive2000-10-191-19/+18
* Belatedly update the documentation to include the NameVirtualHost *Tony Finch2000-10-192-54/+64
* getline():Greg Ames2000-10-191-16/+20
* somebody was a Very Bad Boy when they inserted casts into this function.Greg Stein2000-10-192-13/+17
* Change some of the BUFF calls to direct calls to the socket.Ryan Bloom2000-10-191-4/+4
* Fix the chemical/x- mime types as suggested in the PR. Or should theyTony Finch2000-10-191-1/+2
* Update to the media types as of 2000-10-19. I also fixed the case ofTony Finch2000-10-191-1/+24
* Namespace protect the rest of the macros defined by ap_config.hRyan Bloom2000-10-1910-30/+27
* Support HTTP header line folding with input filtering.Greg Ames2000-10-181-18/+32
* Update the STATUS file.Ryan Bloom2000-10-181-10/+1
* Add .so and .dll to the application-octect stream mime-typeRyan Bloom2000-10-181-1/+1
* Get mod_include working again. This still needs to be re-written, butRyan Bloom2000-10-181-4/+5
* Sub-requests have to have a value for their request_config structure,Ryan Bloom2000-10-181-0/+8