summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some more references to sockaddr structures...David Reid2000-11-031-4/+5
* 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
* 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
* Solve the os_is_absolute_path problem for the moment.William A. Rowe Jr2000-11-021-0/+5
* Create a feature macro that determines if Autoconf was used to configureRyan Bloom2000-11-021-1/+1
* Get Win32 building again.William A. Rowe Jr2000-11-021-1/+2
* Get win32 building again... we need something just a little more sophistica...William A. Rowe Jr2000-11-021-0/+2
* 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-026-12/+6
* Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUTJeff Trawick2000-11-011-2/+3
* exports.c is generated.Jeff Trawick2000-10-311-0/+1
* This is an ugly little hack to allow DSO modules to work. This basicallyRyan Bloom2000-10-312-1/+8
* Make mod_auth_db compile cleanly in 2.0Ryan Bloom2000-10-301-1/+1
* Introduce ap_xlate_proto_{to|from}_ascii() to clean up some ofJeff Trawick2000-10-262-14/+21
* Get rid of the xlate version of ap_md5_digest()Jeff Trawick2000-10-251-27/+0
* Add a comment about a requirement with the eos_sent variable.Ryan Bloom2000-10-251-0/+8
* 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-101-12/+0
* Add back the ap_disable_nagle call in make_sock. However, this is aRyan Bloom2000-10-081-0/+5