summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Answer says... -X is redundant and inappropriate.William A. Rowe Jr2000-10-231-9/+11
* A more thorough example is appropriate. Also simplify the behavior andWilliam A. Rowe Jr2000-10-231-3/+8
* Add back suexec support.Manoj Kasichainula2000-10-231-5/+0
* Add a temporary pool argument to unixd_pre_config, so that it can callManoj Kasichainula2000-10-235-5/+5
* Make lingering close access the socket directly, instead of relying onRyan Bloom2000-10-231-9/+19
* 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
* Get rid of a couple of buff-isms -- setting the B_EOUT flag in a coupleJeff Trawick2000-10-221-3/+2
* Add a way to remove output filters. This is used by http_header_filter toRyan Bloom2000-10-211-0/+25
* Remove original_uri. This is the same as r->unparsed_uriRyan Bloom2000-10-211-29/+1
* Input filters and ap_get_brigade() now have a input mode parameterJeff Trawick2000-10-211-3/+3
* 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
* somebody was a Very Bad Boy when they inserted casts into this function.Greg Stein2000-10-191-11/+14
* Change some of the BUFF calls to direct calls to the socket.Ryan Bloom2000-10-191-4/+4
* Namespace protect the rest of the macros defined by ap_config.hRyan Bloom2000-10-195-13/+13
* This begins to remove BUFF from the server. The idea is to go very slowlyRyan Bloom2000-10-189-42/+16
* The final line of the config file was not being read if there wasRyan Bloom2000-10-181-1/+3
* Fix piped logs in 2.0. This basically:Ryan Bloom2000-10-181-3/+3
* Tighten up the syntax checking of Host: headers to fix aTony Finch2000-10-181-1/+8
* Get rid of some old code related to the way that character set translationJeff Trawick2000-10-161-18/+0
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-1633-214/+214
* Stop using the index into the array for the bucket type. Now we just useRyan Bloom2000-10-151-1/+2
* Completes the port of the <Directory /> handling for Win32... there isWilliam A. Rowe Jr2000-10-131-0/+5
* Remove all function pointers from the ap_bucket type. These functionRyan Bloom2000-10-131-3/+2
* Fix a typo from earlier today. The filters accept apr_ssize_t's, so theRyan Bloom2000-10-131-1/+1
* Modify ap_make_dirstr_prefix, platforms with HAVE_DRIVE_LETTERS or NETWAREWilliam A. Rowe Jr2000-10-121-1/+9
* Implement a length argument on input filters. There are three possibleRyan Bloom2000-10-121-7/+12
* These functions aren't used by any module, and they don't make any senseRyan Bloom2000-10-121-12/+0
* This one is odd, it's not the patch either of us are concerned with, it'sWilliam A. Rowe Jr2000-10-111-8/+8
* Remove some deprecated functionsRyan Bloom2000-10-091-12/+0
* Add back the ap_disable_nagle call in make_sock. However, this is aRyan Bloom2000-10-081-0/+5
* Back out or finish up a few non-apr tests. Won't touch proxy at thisWilliam A. Rowe Jr2000-10-061-1/+1
* Completed review for new tests:William A. Rowe Jr2000-10-061-1/+1
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-063-64/+66
* Add the first draft of the http_filter. In time this filter will splitRyan Bloom2000-10-061-0/+1
* Port over the config directory stuff...Jim Jagielski2000-10-052-1/+100
* Back out some more of build changes from last night so that ApacheJeff Trawick2000-10-051-6/+2
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-057-19/+17
* Back out the build changes I added last night. This was causing libtoolRyan Bloom2000-10-051-2/+0
* Add a bit of infrastructure which will be needed for input filtering:Jeff Trawick2000-10-052-8/+11
* Now that we have ap_add_input_filter(), rename ap_add_filter() toJeff Trawick2000-10-052-3/+3
* Get rid of much of the old implementation of translating theJeff Trawick2000-10-052-57/+7
* Multiple build and configuration fixesRyan Bloom2000-10-051-2/+8
* Connection oriented filters are now stored in the conn_rec instead of theRyan Bloom2000-10-042-9/+14
* Replace ap_get_data_from_filter and ap_save_data_to_filter withRyan Bloom2000-10-031-32/+5
* Downgrade warnings, stop changing errors from something meaningless toWilliam A. Rowe Jr2000-10-022-25/+11
* Choices. Choose -X, -DONE_PROCESS or set ONE_PROCESS=token for theWilliam A. Rowe Jr2000-10-021-4/+9
* Fix two problems. First we are setting aside the wrong bucket brigade. Second...Bill Stoddard2000-10-021-2/+3
* Move where the CORE_IN filter is added to the server. We used to do thisRyan Bloom2000-10-021-2/+6