summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
* Rename proxy modules.Sander Striker2005-02-031-1502/+0
* proxy HTTP: Rework the handling of request bodies to handleJeff Trawick2005-02-031-188/+496
* Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()Jim Jagielski2005-02-031-1/+1
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): HandleJoe Orton2005-01-191-2/+4
* Rewrite Cookies and other headers in mod_proxy_ajp as configured withSander Striker2005-01-111-118/+4
* mod_proxy: Fix a request corruption problem and a buffering problemJeff Trawick2004-12-301-1/+3
* "transfered" is not a word.Cliff Woolley2004-12-141-7/+7
* grammatical parameter change... "readed" -> "read"Jim Jagielski2004-12-141-2/+2
* Make proxy address cache thread safe and available onlyMladen Turk2004-12-141-4/+4
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treatJoe Orton2004-11-111-2/+0
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use theJoe Orton2004-11-111-11/+33
* Remove double calculation of tranfered bytes to backend.Mladen Turk2004-10-311-1/+0
* Count the bytes trasfered and readed so we can display the actualMladen Turk2004-09-261-6/+15
* * modules/proxy/proxy_http.c (proxy_http_handler, proxy_http_canon):Joe Orton2004-09-141-13/+7
* Always use prive connection pool for allocation, and callMladen Turk2004-09-131-1/+1
* If any of steps return status != OK close the connectionMladen Turk2004-09-091-37/+33
* Fix a trio of bugs in how mod_proxy relays requests:Justin Erenkrantz2004-09-011-2/+26
* Use ap_str_tolower for lowercasing the scheme.Mladen Turk2004-08-241-8/+3
* apr_tolower() doesn't process the entire stringJeff Trawick2004-08-131-1/+6
* Make sure that the things get logged using the same look-and-feal.William A. Rowe Jr2004-08-111-8/+15
* Always use the cleanup. Do not close the socket directly.William A. Rowe Jr2004-08-111-6/+2
* Fix the assertion bug for reslist caused by returning theWilliam A. Rowe Jr2004-08-111-13/+8
* We have a proxy-http using connection pool ;)William A. Rowe Jr2004-08-111-284/+82
* fix a bunch of compiler warningsAndré Malo2004-07-031-6/+6
* *** Patch for EBCDIC-host and HTTP/0.9 responses only ***Martin Kraemer2004-06-291-0/+10
* Fix for multiple proxy bugs - review please:Nick Kew2004-06-291-40/+232
* Fix handling of IPv6 numeric strings in mod_proxy.Jeff Trawick2004-05-191-1/+8
* *** empty log message ***Jim Jagielski2004-05-101-1/+29
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response):Joe Orton2004-03-111-4/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* If the proxy was enabled, and UseCanonicalHostname was off,Martin Kraemer2004-01-131-4/+20
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): HandleJoe Orton2004-01-121-14/+10
* Cosmetic change (I dislike 'known-constant-minus-one' literal numbers):Martin Kraemer2004-01-121-1/+1
* mod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled,Bill Stoddard2004-01-091-1/+7
* update license to 2004.André Malo2004-01-011-1/+1
* mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attachesIan Holsman2003-12-151-1/+1
* Fix format string warnings from gcc on amd64:Joe Orton2003-12-121-1/+2
* Fix memory leak in handling of request bodies during reverseJeff Trawick2003-12-101-1/+2
* * proxy_http.c (ap_proxy_http_process_response): Send a validJoe Orton2003-10-221-7/+9
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* Silence a compiler warning.Victor J. Orlikowski2003-04-161-1/+1
* Clarify an error messageGraham Leggett2003-04-151-1/+1
* Correct some indentingGraham Leggett2003-04-151-11/+11
* finished that boring job:André Malo2003-02-031-1/+1
* Rewrite how proxy sends its request to allow input bodies to morph the requestJustin Erenkrantz2002-12-091-52/+146
* mod_proxy: Don't remove the Content-Length from responsesBrian Pane2002-12-051-5/+1
* When doing a GET of a proxied URL as a subrequest withinBrian Pane2002-11-081-0/+19
* Fix a segfault when the client closes the connection prematurely.Bill Stoddard2002-10-251-1/+1