summaryrefslogtreecommitdiffstats
path: root/build (unfollow)
Commit message (Expand)AuthorFilesLines
2000-10-09No need for the if statement here.Ryan Bloom1-1/+1
2000-10-08Fix the char-at-a-time problem. To fix this, we just buffer up a lineRyan Bloom1-2/+13
2000-10-08Clean up the test for \0 in getline.Ryan Bloom1-1/+1
2000-10-08 Really out of date, but here's something worth adding.William A. Rowe Jr1-0/+1
2000-10-08 That's all I wrote... except for the mpm_winnt.c canonical error patch,William A. Rowe Jr1-1/+1
2000-10-08 Missed it, a rather messy canonical error example.William A. Rowe Jr1-6/+5
2000-10-08 Missed it... another canonical error fixWilliam A. Rowe Jr1-1/+1
2000-10-08 Kind of hard to load without an exported module structure.William A. Rowe Jr1-2/+2
2000-10-08 Movin on over from 1.3.13-dev : this patch fixes the problem of nastyWilliam A. Rowe Jr2-70/+36
2000-10-08Make mod_log_config compile cleanly when using BUFFERED_LOGSRyan Bloom1-23/+28
2000-10-08Fix handling of LF only terminated header lines by not assuming the LFBrian Havard1-1/+1
2000-10-08Add back the ap_disable_nagle call in make_sock. However, this is aRyan Bloom1-0/+5
2000-10-08Remove all compiler warnings from the proxy code. There are no garaunteesRyan Bloom6-77/+99
2000-10-08Remove ap_send_fb and ap_send_fb_length. These functions don't make muchRyan Bloom2-88/+0
2000-10-07Update send_the_file to fall back to a read/write loop on platformsRyan Bloom1-11/+38
2000-10-07Use autoconf to substitute the proper values into apachectl, and installRyan Bloom4-4/+238
2000-10-07sysconfdir should use { and } instead of ( and ), because it is used inRyan Bloom1-1/+1
2000-10-07The core filter should not be using its own brigade inside its own ctxRyan Bloom2-13/+8
2000-10-07 Addresses the huge issue that Crypt::PasswdMD5 is probably not, andWilliam A. Rowe Jr1-27/+59
2000-10-07The newest incarnation of http_filter. This is far from perfect, but itRyan Bloom2-14/+89
2000-10-07clean up the provider stuff some more: don't allow pick-and-choose ofGreg Stein5-76/+63
2000-10-07forward-port John Vasta's checkin to mod_dav 1.1.x (on Sep 25, 2000). thisGreg Stein5-264/+417
2000-10-07This is ugly, but at least we compile again on platforms that lackJim Jagielski1-0/+8
2000-10-07 Roll forward fixes identified for 1.3.13-dev.William A. Rowe Jr2-120/+126
2000-10-06 A 'little' reminder about a 'little' problem.William A. Rowe Jr1-0/+3
2000-10-06recent changes bungled the state of the EEXIST test.Greg Stein1-6/+8
2000-10-06 Back out or finish up a few non-apr tests. Won't touch proxy at thisWilliam A. Rowe Jr2-3/+5
2000-10-06 Completed review for new tests:William A. Rowe Jr5-7/+6
2000-10-06 Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr6-82/+85
2000-10-06Fix a potential memory overrun error in ap_get_client_block. The problemRyan Bloom1-6/+10
2000-10-06more uuid tidbitsGreg Stein1-1/+6
2000-10-06*) convert fs/lock.c to use APR UUIDs for the opaque locktokens.Greg Stein3-55/+38
2000-10-06Add the first draft of the http_filter. In time this filter will splitRyan Bloom4-12/+34
2000-10-06Be a little more explicit about the consequences ofJoshua Slive1-5/+11
2000-10-06Modify ap_get_client_block to use the bucket brigades instead of BUFF.Ryan Bloom1-2/+22
2000-10-06Port over the config directory stuff...Jim Jagielski4-12/+198
2000-10-05Back out some more of build changes from last night so that ApacheJeff Trawick1-6/+2
2000-10-05Install APXS if it is built.Ryan Bloom1-0/+5
2000-10-05 The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr10-31/+28
2000-10-05Back out the build changes I added last night. This was causing libtoolRyan Bloom2-10/+0
2000-10-05Add a bit of infrastructure which will be needed for input filtering:Jeff Trawick8-12/+45
2000-10-05Disable the buffer_filter because it may be masking bugs in the bucket brigadeBill Stoddard1-1/+3
2000-10-05Now that we have ap_add_input_filter(), rename ap_add_filter() toJeff Trawick6-18/+22
2000-10-05Get rid of much of the old implementation of translating theJeff Trawick7-118/+7
2000-10-05Multiple build and configuration fixesRyan Bloom4-6/+25
2000-10-05Prepare our autoconf setup for autoconf 2.14a and for cross-compilingRyan Bloom4-4/+6
2000-10-05Fix a bug where a client which only sends \n to delimit headerGreg Ames1-5/+20
2000-10-05If mod_so is compiled into the server, we need to create libexec, evenRyan Bloom1-1/+1
2000-10-05Update the call to ap_add_filter() to include the newJeff Trawick1-1/+1
2000-10-05The new request_rec set up for redirects needs to pick up theJeff Trawick1-0/+2