summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Performance improvement to mod_mime.c. find_ct() in mod_mime,Bill Stoddard2001-07-111-66/+164
* fix pid numbers in mod_status output when using a threaded mpm. pid_buffer wasGreg Ames2001-07-111-2/+2
* ignore generated DSO-related files on OS/390Jeff Trawick2001-07-101-0/+1
* Remove openssl path-specific .h comparisonsWilliam A. Rowe Jr2001-07-091-51/+1
* Win32 build changes for recent module updatesWilliam A. Rowe Jr2001-07-091-1113/+21
* fix params for logging callChuck Murcko2001-07-091-1/+1
* Avoid redundant strlen() calls by using apr_brigade_write() instead ofCliff Woolley2001-07-081-8/+15
* s/cont/pool/David Reid2001-07-071-7/+7
* s/cont/pool/David Reid2001-07-071-2/+2
* Remove a couple of extraneous calls to apr_brigade_cleanup()Victor J. Orlikowski2001-07-022-2/+0
* Fix abort code path for HTTP proxy. Similar to Victor's patch for FTPChuck Murcko2001-06-303-6/+28
* Fix the code, to properly handle the case of the user aborting the connectionVictor J. Orlikowski2001-06-301-36/+17
* FTP return code variable cleanup; fixed login bug (same var used forChuck Murcko2001-06-292-56/+58
* Close the sockets, the right way this time.Victor J. Orlikowski2001-06-281-2/+3
* Use the variable we've been using for return codes.Victor J. Orlikowski2001-06-281-6/+6
* Get the messages returned from the FTP Server in order.Victor J. Orlikowski2001-06-281-0/+5
* Just the facts, ma'am.Victor J. Orlikowski2001-06-281-0/+7
* PORT works again. Syntax was what had killed it.Victor J. Orlikowski2001-06-281-1/+0
* Maybe this will get PORT working again....Victor J. Orlikowski2001-06-281-5/+6
* Last check-in went awry.Victor J. Orlikowski2001-06-281-0/+1
* proxy_ftp.cVictor J. Orlikowski2001-06-281-2/+9
* Reorganize ap_proxy_string_read() internally to not process eos buckets.Chuck Murcko2001-06-282-17/+27
* Some servers send no response to FTP QUIT command and just close theChuck Murcko2001-06-282-10/+5
* An EOS bucket doesn't contain anything, so why shouldn't we skip it?Victor J. Orlikowski2001-06-281-0/+1
* ftp_getrc_msg is blocking for no good reason after the receive loop.Victor J. Orlikowski2001-06-281-4/+7
* Just something for experimenting, ssl_expr_parse and _scan are excludedWilliam A. Rowe Jr2001-06-282-0/+2983
* Quiet the compiler, msvc is sticky about arg lists being consistent.William A. Rowe Jr2001-06-282-6/+6
* One cannot have an entirely empty struct ... this is just to make thingsWilliam A. Rowe Jr2001-06-281-1/+3
* What once was ap_ ...William A. Rowe Jr2001-06-281-2/+2
* Refresh .mak files for tagging 2.0.19William A. Rowe Jr2001-06-2815-314/+837
* Ignore goodnessWilliam A. Rowe Jr2001-06-281-0/+3
* Just a mssing braceWilliam A. Rowe Jr2001-06-281-1/+1
* tls goodness for Win32William A. Rowe Jr2001-06-282-0/+123
* Deploy ap_sub_req_lookup_dirent() for the main loop. Note we _really_William A. Rowe Jr2001-06-271-1/+1
* Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex.William A. Rowe Jr2001-06-271-7/+8
* *) Account for the new pool parameter to apr_bucket_file_create()Cliff Woolley2001-06-273-40/+23
* Win32/OS2 require APR_STATUS_IS_EFOO() tests, not == EFOO, since ourWilliam A. Rowe Jr2001-06-271-1/+1
* Fixed up formatting (removed tabs)Ian Holsman2001-06-271-30/+30
* ProxyPass & ProxyPass Reverse now can be specified in <Location> directivesIan Holsman2001-06-271-10/+33
* Fix problem handling FLUSH bucket in the chunked encoding filter.Bill Stoddard2001-06-261-2/+9
* Filenames aught to be normalized to the serverroot, and server_root_relativeWilliam A. Rowe Jr2001-06-181-1/+1
* Allow index.html.en and Index.html.FR to both be considered in negotationWilliam A. Rowe Jr2001-06-182-0/+11
* "fix" a // commentJeff Trawick2001-06-171-5/+6
* fix various // comments so they'll work portablyJeff Trawick2001-06-171-8/+9
* * apr_brigade_partition() now returns an apr_status_t (finally!).Cliff Woolley2001-06-131-7/+18
* Add a pool to the ap_save_brigade prototype. This removes a todo fromRyan Bloom2001-06-132-2/+2
* Extend mod_setenvif to support specifying regular expressionsBill Stoddard2001-06-121-3/+9
* Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case).Bill Stoddard2001-06-091-5/+52
* Ordering changes, for detection's sake.Victor J. Orlikowski2001-06-091-2/+2
* moved CHANGES hereChuck Murcko2001-06-081-0/+134