| Commit message (Expand) | Author | Age | Files | Lines |
* | Out foul tabs. No function change. | Bill Stoddard | 2002-02-12 | 1 | -187/+187 |
* | Remove the install_transport_filters hook. The same function can be | Ryan Bloom | 2002-02-05 | 2 | -3/+3 |
* | Oops. Use ftp_check_globbingchars(). | Martin Kraemer | 2002-02-04 | 1 | -10/+3 |
* | And update the year.... | Martin Kraemer | 2002-02-04 | 1 | -1/+1 |
* | React (in the dir lister) on the same globbing chars as used in the escaping ... | Martin Kraemer | 2002-02-04 | 1 | -1/+1 |
* | Make sure we include time.h if it is there. (Other mojo may be needed for | Justin Erenkrantz | 2002-02-03 | 1 | -0/+3 |
* | Reintroduce the create_connection hook. This hook is required to enable | Bill Stoddard | 2002-02-01 | 2 | -7/+7 |
* | missed a '&' | Ian Holsman | 2002-02-01 | 1 | -1/+1 |
* | Add MDTM support if supported by the FTP server, and if either | Martin Kraemer | 2002-01-31 | 1 | -12/+121 |
* | Eliminate variables where unneeded; move ";type=" checking code to front; | Martin Kraemer | 2002-01-30 | 1 | -54/+79 |
* | add a ProxyTimeout directive | Ian Holsman | 2002-01-30 | 5 | -3/+51 |
* | Minor tipos | Martin Kraemer | 2002-01-30 | 3 | -4/+4 |
* | Of course, more wildcard characters | Martin Kraemer | 2002-01-30 | 1 | -1/+1 |
* | Port the "squid %2f hack" from apache_1.3.24. | Martin Kraemer | 2002-01-30 | 1 | -28/+66 |
* | Oops, sorry. Lost one line. | Martin Kraemer | 2002-01-30 | 1 | -0/+1 |
* | Something sets the content_encoding, even if a directory listing | Martin Kraemer | 2002-01-30 | 1 | -1/+8 |
* | For the ftp commands CWD and RETR, do escaping for the path elements, | Martin Kraemer | 2002-01-30 | 1 | -17/+29 |
* | In the debug log, say 'decline' instead of 'reject' when DECLINEing | Martin Kraemer | 2002-01-30 | 2 | -2/+2 |
* | zap a warning on AIX... given that time_t isn't an APR construct | Jeff Trawick | 2002-01-30 | 1 | -1/+2 |
* | Oops: wrong variable | Martin Kraemer | 2002-01-30 | 1 | -2/+2 |
* | Simplify the complexity by using a common proxy_ftp_command() routine. | Martin Kraemer | 2002-01-30 | 1 | -313/+285 |
* | Cleanup some fallout from the recent install_transport_filters commit. | Bill Stoddard | 2002-01-30 | 4 | -11/+3 |
* | new directive 'ProxyPreserveHost' which allows the incoming host line to | Ian Holsman | 2002-01-29 | 3 | -9/+43 |
* | configuration change. | Ian Holsman | 2002-01-29 | 1 | -0/+4 |
* | If the ftp proxy could not guess the output format of the ftp server's | Martin Kraemer | 2002-01-29 | 1 | -0/+15 |
* | Fix handling of \r\n at the end of FTP directory listings (\r characters | Martin Kraemer | 2002-01-29 | 1 | -5/+12 |
* | For NoProxy connections (when no backend->connection is needed), a NULL | Martin Kraemer | 2002-01-29 | 1 | -3/+8 |
* | * Prefer compatibility with both HTML-4 and XHTML (rather than XHTML only) | Martin Kraemer | 2002-01-29 | 1 | -60/+75 |
* | Add some more apr_ types | Martin Kraemer | 2002-01-29 | 1 | -0/+3 |
* | First step: send proxy_ftp.c thru | Martin Kraemer | 2002-01-28 | 1 | -1006/+1009 |
* | Remove the create_connection hook and put the client_socket back into the | Bill Stoddard | 2002-01-27 | 2 | -4/+4 |
* | Change ap_get_brigade prototype to remove *readbytes in favor of readbytes. | Justin Erenkrantz | 2002-01-25 | 3 | -9/+8 |
* | Input filtering prototype change: Socket blocking type should be | Justin Erenkrantz | 2002-01-19 | 3 | -4/+7 |
* | Fix a problem in the parsing of the <Proxy foo> directive. | Jeff Trawick | 2002-01-17 | 1 | -2/+2 |
* | Follow our Unix bretherens' conventions, and name the sub-proxy modules | William A. Rowe Jr | 2002-01-17 | 4 | -68/+69 |
* | *) Split all Win32 modules [excluding the core components mod_core, | William A. Rowe Jr | 2002-01-10 | 4 | -8/+124 |
* | for proxy CONNECT handling: | Jeff Trawick | 2002-01-04 | 1 | -12/+18 |
* | Fix a couple of mod_proxy problems forwarding HTTP connections: | Jeff Trawick | 2002-01-04 | 1 | -27/+35 |
* | Keep my comments to myself. | Bill Stoddard | 2002-01-03 | 1 | -1/+0 |
* | get the declarations for strncasecmp() on AIX | Jeff Trawick | 2002-01-03 | 1 | -0/+2 |
* | Use ap_getline() in favor of ap_proxy_string_read() in ap_proxy_http_process_... | Bill Stoddard | 2002-01-03 | 1 | -5/+4 |
* | Fix seg fault in HTTP_IN when trying to handle the LimitRequestBody | Bill Stoddard | 2002-01-03 | 1 | -0/+1 |
* | Change the return code from APR_TIMEUP to APR_ECONNABORTED, which seems | Bill Stoddard | 2002-01-02 | 1 | -5/+4 |
* | Fix mod_proxy seg fault when the proxied server returns | Bill Stoddard | 2001-12-31 | 1 | -1/+1 |
* | Prevent mod_proxy from truncating one character off the | Bill Stoddard | 2001-12-31 | 1 | -1/+1 |
* | Change the call to be blocking to eliminate a loop caused when the upstream | Bill Stoddard | 2001-12-31 | 1 | -1/+1 |
* | Eliminate loop in ap_proxy_string_read(). Need to be able to handle | Bill Stoddard | 2001-12-31 | 1 | -7/+18 |
* | Detabify some functions. No functional change. | Bill Stoddard | 2001-12-29 | 1 | -61/+64 |
* | Remove an extra semi-colon. | Ryan Bloom | 2001-12-19 | 1 | -1/+1 |
* | get proxy in sync with the update to ap_run_create_connection | Jeff Trawick | 2001-12-18 | 2 | -3/+3 |