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