summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* Out foul tabs. No function change.Bill Stoddard2002-02-121-187/+187
* Remove the install_transport_filters hook. The same function can beRyan Bloom2002-02-052-3/+3
* Oops. Use ftp_check_globbingchars().Martin Kraemer2002-02-041-10/+3
* And update the year....Martin Kraemer2002-02-041-1/+1
* React (in the dir lister) on the same globbing chars as used in the escaping ...Martin Kraemer2002-02-041-1/+1
* Make sure we include time.h if it is there. (Other mojo may be needed forJustin Erenkrantz2002-02-031-0/+3
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-012-7/+7
* missed a '&'Ian Holsman2002-02-011-1/+1
* Add MDTM support if supported by the FTP server, and if eitherMartin Kraemer2002-01-311-12/+121
* Eliminate variables where unneeded; move ";type=" checking code to front;Martin Kraemer2002-01-301-54/+79
* add a ProxyTimeout directiveIan Holsman2002-01-305-3/+51
* Minor tiposMartin Kraemer2002-01-303-4/+4
* Of course, more wildcard charactersMartin Kraemer2002-01-301-1/+1
* Port the "squid %2f hack" from apache_1.3.24.Martin Kraemer2002-01-301-28/+66
* Oops, sorry. Lost one line.Martin Kraemer2002-01-301-0/+1
* Something sets the content_encoding, even if a directory listingMartin Kraemer2002-01-301-1/+8
* For the ftp commands CWD and RETR, do escaping for the path elements,Martin Kraemer2002-01-301-17/+29
* In the debug log, say 'decline' instead of 'reject' when DECLINEingMartin Kraemer2002-01-302-2/+2
* zap a warning on AIX... given that time_t isn't an APR constructJeff Trawick2002-01-301-1/+2
* Oops: wrong variableMartin Kraemer2002-01-301-2/+2
* Simplify the complexity by using a common proxy_ftp_command() routine.Martin Kraemer2002-01-301-313/+285
* Cleanup some fallout from the recent install_transport_filters commit.Bill Stoddard2002-01-304-11/+3
* new directive 'ProxyPreserveHost' which allows the incoming host line toIan Holsman2002-01-293-9/+43
* configuration change.Ian Holsman2002-01-291-0/+4
* If the ftp proxy could not guess the output format of the ftp server'sMartin Kraemer2002-01-291-0/+15
* Fix handling of \r\n at the end of FTP directory listings (\r charactersMartin Kraemer2002-01-291-5/+12
* For NoProxy connections (when no backend->connection is needed), a NULLMartin Kraemer2002-01-291-3/+8
* * Prefer compatibility with both HTML-4 and XHTML (rather than XHTML only)Martin Kraemer2002-01-291-60/+75
* Add some more apr_ typesMartin Kraemer2002-01-291-0/+3
* First step: send proxy_ftp.c thruMartin Kraemer2002-01-281-1006/+1009
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-272-4/+4
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-253-9/+8
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-193-4/+7
* Fix a problem in the parsing of the <Proxy foo> directive.Jeff Trawick2002-01-171-2/+2
* Follow our Unix bretherens' conventions, and name the sub-proxy modulesWilliam A. Rowe Jr2002-01-174-68/+69
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-104-8/+124
* for proxy CONNECT handling:Jeff Trawick2002-01-041-12/+18
* Fix a couple of mod_proxy problems forwarding HTTP connections:Jeff Trawick2002-01-041-27/+35
* Keep my comments to myself.Bill Stoddard2002-01-031-1/+0
* get the declarations for strncasecmp() on AIXJeff Trawick2002-01-031-0/+2
* Use ap_getline() in favor of ap_proxy_string_read() in ap_proxy_http_process_...Bill Stoddard2002-01-031-5/+4
* Fix seg fault in HTTP_IN when trying to handle the LimitRequestBodyBill Stoddard2002-01-031-0/+1
* Change the return code from APR_TIMEUP to APR_ECONNABORTED, which seemsBill Stoddard2002-01-021-5/+4
* Fix mod_proxy seg fault when the proxied server returnsBill Stoddard2001-12-311-1/+1
* Prevent mod_proxy from truncating one character off theBill Stoddard2001-12-311-1/+1
* Change the call to be blocking to eliminate a loop caused when the upstreamBill Stoddard2001-12-311-1/+1
* Eliminate loop in ap_proxy_string_read(). Need to be able to handleBill Stoddard2001-12-311-7/+18
* Detabify some functions. No functional change.Bill Stoddard2001-12-291-61/+64
* Remove an extra semi-colon.Ryan Bloom2001-12-191-1/+1
* get proxy in sync with the update to ap_run_create_connectionJeff Trawick2001-12-182-3/+3