| Commit message (Expand) | Author | Age | Files | Lines |
* | Performance improvement to mod_mime.c. find_ct() in mod_mime, | Bill Stoddard | 2001-07-11 | 1 | -66/+164 |
* | fix pid numbers in mod_status output when using a threaded mpm. pid_buffer was | Greg Ames | 2001-07-11 | 1 | -2/+2 |
* | ignore generated DSO-related files on OS/390 | Jeff Trawick | 2001-07-10 | 1 | -0/+1 |
* | Remove openssl path-specific .h comparisons | William A. Rowe Jr | 2001-07-09 | 1 | -51/+1 |
* | Win32 build changes for recent module updates | William A. Rowe Jr | 2001-07-09 | 1 | -1113/+21 |
* | fix params for logging call | Chuck Murcko | 2001-07-09 | 1 | -1/+1 |
* | Avoid redundant strlen() calls by using apr_brigade_write() instead of | Cliff Woolley | 2001-07-08 | 1 | -8/+15 |
* | s/cont/pool/ | David Reid | 2001-07-07 | 1 | -7/+7 |
* | s/cont/pool/ | David Reid | 2001-07-07 | 1 | -2/+2 |
* | Remove a couple of extraneous calls to apr_brigade_cleanup() | Victor J. Orlikowski | 2001-07-02 | 2 | -2/+0 |
* | Fix abort code path for HTTP proxy. Similar to Victor's patch for FTP | Chuck Murcko | 2001-06-30 | 3 | -6/+28 |
* | Fix the code, to properly handle the case of the user aborting the connection | Victor J. Orlikowski | 2001-06-30 | 1 | -36/+17 |
* | FTP return code variable cleanup; fixed login bug (same var used for | Chuck Murcko | 2001-06-29 | 2 | -56/+58 |
* | Close the sockets, the right way this time. | Victor J. Orlikowski | 2001-06-28 | 1 | -2/+3 |
* | Use the variable we've been using for return codes. | Victor J. Orlikowski | 2001-06-28 | 1 | -6/+6 |
* | Get the messages returned from the FTP Server in order. | Victor J. Orlikowski | 2001-06-28 | 1 | -0/+5 |
* | Just the facts, ma'am. | Victor J. Orlikowski | 2001-06-28 | 1 | -0/+7 |
* | PORT works again. Syntax was what had killed it. | Victor J. Orlikowski | 2001-06-28 | 1 | -1/+0 |
* | Maybe this will get PORT working again.... | Victor J. Orlikowski | 2001-06-28 | 1 | -5/+6 |
* | Last check-in went awry. | Victor J. Orlikowski | 2001-06-28 | 1 | -0/+1 |
* | proxy_ftp.c | Victor J. Orlikowski | 2001-06-28 | 1 | -2/+9 |
* | Reorganize ap_proxy_string_read() internally to not process eos buckets. | Chuck Murcko | 2001-06-28 | 2 | -17/+27 |
* | Some servers send no response to FTP QUIT command and just close the | Chuck Murcko | 2001-06-28 | 2 | -10/+5 |
* | An EOS bucket doesn't contain anything, so why shouldn't we skip it? | Victor J. Orlikowski | 2001-06-28 | 1 | -0/+1 |
* | ftp_getrc_msg is blocking for no good reason after the receive loop. | Victor J. Orlikowski | 2001-06-28 | 1 | -4/+7 |
* | Just something for experimenting, ssl_expr_parse and _scan are excluded | William A. Rowe Jr | 2001-06-28 | 2 | -0/+2983 |
* | Quiet the compiler, msvc is sticky about arg lists being consistent. | William A. Rowe Jr | 2001-06-28 | 2 | -6/+6 |
* | One cannot have an entirely empty struct ... this is just to make things | William A. Rowe Jr | 2001-06-28 | 1 | -1/+3 |
* | What once was ap_ ... | William A. Rowe Jr | 2001-06-28 | 1 | -2/+2 |
* | Refresh .mak files for tagging 2.0.19 | William A. Rowe Jr | 2001-06-28 | 15 | -314/+837 |
* | Ignore goodness | William A. Rowe Jr | 2001-06-28 | 1 | -0/+3 |
* | Just a mssing brace | William A. Rowe Jr | 2001-06-28 | 1 | -1/+1 |
* | tls goodness for Win32 | William A. Rowe Jr | 2001-06-28 | 2 | -0/+123 |
* | Deploy ap_sub_req_lookup_dirent() for the main loop. Note we _really_ | William A. Rowe Jr | 2001-06-27 | 1 | -1/+1 |
* | Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex. | William A. Rowe Jr | 2001-06-27 | 1 | -7/+8 |
* | *) Account for the new pool parameter to apr_bucket_file_create() | Cliff Woolley | 2001-06-27 | 3 | -40/+23 |
* | Win32/OS2 require APR_STATUS_IS_EFOO() tests, not == EFOO, since our | William A. Rowe Jr | 2001-06-27 | 1 | -1/+1 |
* | Fixed up formatting (removed tabs) | Ian Holsman | 2001-06-27 | 1 | -30/+30 |
* | ProxyPass & ProxyPass Reverse now can be specified in <Location> directives | Ian Holsman | 2001-06-27 | 1 | -10/+33 |
* | Fix problem handling FLUSH bucket in the chunked encoding filter. | Bill Stoddard | 2001-06-26 | 1 | -2/+9 |
* | Filenames aught to be normalized to the serverroot, and server_root_relative | William A. Rowe Jr | 2001-06-18 | 1 | -1/+1 |
* | Allow index.html.en and Index.html.FR to both be considered in negotation | William A. Rowe Jr | 2001-06-18 | 2 | -0/+11 |
* | "fix" a // comment | Jeff Trawick | 2001-06-17 | 1 | -5/+6 |
* | fix various // comments so they'll work portably | Jeff Trawick | 2001-06-17 | 1 | -8/+9 |
* | * apr_brigade_partition() now returns an apr_status_t (finally!). | Cliff Woolley | 2001-06-13 | 1 | -7/+18 |
* | Add a pool to the ap_save_brigade prototype. This removes a todo from | Ryan Bloom | 2001-06-13 | 2 | -2/+2 |
* | Extend mod_setenvif to support specifying regular expressions | Bill Stoddard | 2001-06-12 | 1 | -3/+9 |
* | Enable SetEnvIf to handle taking a regex on the header name (SPECIAL_NOT case). | Bill Stoddard | 2001-06-09 | 1 | -5/+52 |
* | Ordering changes, for detection's sake. | Victor J. Orlikowski | 2001-06-09 | 1 | -2/+2 |
* | moved CHANGES here | Chuck Murcko | 2001-06-08 | 1 | -0/+134 |