summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typoMartin Kraemer2000-11-072-2/+2
* Get rid of unused variable zero in ap_send_http_options().Jeff Trawick2000-11-071-1/+0
* The LoadModule line should specify a .so file, not a .la fileGreg Stein2000-11-071-0/+1
* Always compute the content-length regardless of whether it is sent to theRyan Bloom2000-11-072-63/+37
* Remvoe AP_END_OF_BRIGADE. This definition didn't really mean anything,Ryan Bloom2000-11-071-2/+2
* Grammar/Style fixes.Joshua Slive2000-11-062-13/+12
* ap_send_fd should not be sending an EOS bucket, so we should remove anyRyan Bloom2000-11-061-5/+0
* Make the desired evaluation explicit to keep gcc -Wall happy.Jeff Trawick2000-11-061-1/+2
* Fixed a couple leftover &s.Joshua Slive2000-11-051-2/+2
* Cleanup of perf-tuning.html. No content changes.Joshua Slive2000-11-051-19/+44
* Allow the core_output_filter to save data in the filter past the end ofRyan Bloom2000-11-052-3/+28
* oops. only do the slash management if dir != NULLGreg Stein2000-11-051-15/+22
* Minor content and spelling fixes to two recently added docs.Joshua Slive2000-11-044-24/+24
* Clean up blocking and non-blocking reads from buckets. The only bucketRyan Bloom2000-11-042-13/+26
* Sub requests should never get into the http headers filter, so we removeRyan Bloom2000-11-031-2/+2
* Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()Sascha Schumann2000-11-034-35/+2
* Change the content-length filter to give up (i.e., not provide content-length)Jeff Trawick2000-11-031-0/+13
* Axe a couple of newly-unused variables.Jeff Trawick2000-11-031-2/+0
* Remove some more references to sockaddr structures...David Reid2000-11-031-4/+5
* More removal of raw sockaddr references. This shouldn't cause any problems,David Reid2000-11-031-2/+2
* Another removal of using raw sockaddr where we should be using APR.David Reid2000-11-031-4/+2
* John's patches to provide depreciated messages for the -i and -uWilliam A. Rowe Jr2000-11-031-1/+4
* John's patches to provide depreciated messages for the -i and -uWilliam A. Rowe Jr2000-11-031-2/+4
* Merge the 1.3 patch to add support for logging query string inBill Stoddard2000-11-031-1/+10
* Merge forward mod_log_config enhancement.Bill Stoddard2000-11-031-3/+37
* We don't really want to fool around with socket structures if we don't have to,David Reid2000-11-031-5/+2
* We have functions that allow us to get the ports from the sockets, so use themDavid Reid2000-11-031-2/+3
* Document mod_log_config %c optionBill Stoddard2000-11-031-0/+4
* Add a new LogFormat directive, %c, that will log connectionBill Stoddard2000-11-031-0/+18
* It doesn't make any sense to set a CHUNK flag in the BUFF, because theRyan Bloom2000-11-022-12/+0
* Fix last commit which was done from the wrong tree which containedSascha Schumann2000-11-021-8/+11
* Remove some more BUFF code. This makes the 100 continue code use bucketsRyan Bloom2000-11-021-13/+12
* Make the default handler read the dechunked request body on a POST request.Sascha Schumann2000-11-021-15/+25
* Fix the core_output_filter to work with FLUSH buckets. With this change,Ryan Bloom2000-11-021-1/+1
* Solve the os_is_absolute_path problem for the moment.William A. Rowe Jr2000-11-021-0/+5
* Two patches (sorry), first to clean up the double assignment of theWilliam A. Rowe Jr2000-11-021-1/+5
* Create a feature macro that determines if Autoconf was used to configureRyan Bloom2000-11-023-3/+5
* ap_http_header_filter() can't remove itself until after we theJeff Trawick2000-11-021-1/+5
* In writev_it_all(), tell the caller how many bytes were sent.Jeff Trawick2000-11-021-0/+1
* Get Win32 building again.William A. Rowe Jr2000-11-023-3/+4
* Get win32 building again... we need something just a little more sophistica...William A. Rowe Jr2000-11-022-0/+4
* Cause the command line version of mpm_winnt to do nothing with theWilliam A. Rowe Jr2000-11-021-2/+6
* Simplify the configuration mechanisms for threading in APR.Greg Stein2000-11-027-13/+7
* Get rid of some warnings on Solaris 8 by using APR's ctype macros:Jeff Trawick2000-11-022-5/+5
* Bring forward from 1.3. Some of this is obviously not correct in 2.0.Joshua Slive2000-11-014-0/+434
* Fix in regex example.Joshua Slive2000-11-011-4/+4
* Create the pool bucket after we know the true length, becauseJeff Trawick2000-11-011-4/+3
* Don't include a '\0' in the header. (I'm still seeing more binary stuffJeff Trawick2000-11-011-1/+1
* Comment fixes.. just to get them out of my treeSascha Schumann2000-11-011-3/+3
* Update the main doc page to a two-column format, and add a new sectionJoshua Slive2000-11-014-118/+324