summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
* mod_version_for_2.0.x branch:André Malo2005-09-241-328/+440
* mod_version_for_2.0.x branch:André Malo2005-07-191-1/+17
* mod_version_for_2.0.x branch:André Malo2005-05-311-51/+484
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* mod_proxy: Respect errors reported by pre_connection hooks.Justin Erenkrantz2005-02-041-1/+9
* Merge r125612 from trunk:Joe Orton2005-01-241-1/+2
* Backend ka connection going away is a normal occurance and should not be flag...Bill Stoddard2004-07-141-2/+2
* Revert r1.164.2.10 which was accidentally backported along with aJoe Orton2004-06-221-25/+1
* back-port this from 2.1-dev:Jeff Trawick2004-05-261-1/+8
* Propose solution via addition directive option.Jim Jagielski2004-05-071-1/+25
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-081-53/+10
* * proxy_http fix: mod_proxy hangs when both KeepAlive andPaul J. Reder2004-01-301-1/+7
* update license to 2004.André Malo2004-01-011-1/+1
* merge this fix from 2.1-dev:Jeff Trawick2003-12-141-1/+2
* Backport from HEAD:Joe Orton2003-12-021-7/+9
* Fix some indentingGraham Leggett2003-04-151-11/+11
* update license to 2003.André Malo2003-02-031-1/+1
* Don't remove the Content-Length from responses in mod_proxyGraham Leggett2003-01-211-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
* add some parens to quiet a gcc warning:Jeff Trawick2002-09-261-1/+1
* Make sure the contents of the WWW-Authenticate header isGraham Leggett2002-09-261-0/+12
* Add A warning when servers don't set their status lineIan Holsman2002-08-221-0/+7
* fix the case when a server doesn't send a response stringIan Holsman2002-08-211-1/+3
* Fix proxy so that it is possible to access ftp: URLs via a proxyGraham Leggett2002-08-081-2/+2
* Timeout/time fixesWilliam A. Rowe Jr2002-07-151-4/+4
* Renames Pending:Ian Holsman2002-07-061-3/+3
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-3/+3
* No crutches, people!William A. Rowe Jr2002-06-231-14/+14
* Cleanup proxy timeouts a bit to remove emits and make consistent toWilliam A. Rowe Jr2002-06-141-1/+1
* add 2 new enviornment variables to deal with misbehaving backendsIan Holsman2002-05-311-1/+9
* Switch mod_proxy to using the brigade/filter calls directly rather thanJustin Erenkrantz2002-05-301-16/+35
* Add a PROXYREQ_RESPONSE value for request_rec->proxyreq because it isJustin Erenkrantz2002-05-301-0/+4
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-20/+20
* get basic HTTP proxy working on EBCDIC machinesJeff Trawick2002-04-261-0/+7
* Proxy was bombing out every second keepalive request, caused by aGraham Leggett2002-04-091-0/+4
* PR:Doug MacEachern2002-04-081-0/+1
* fix ProxyPass when frontend is https and backend is httpDoug MacEachern2002-04-071-5/+10
* PR:Doug MacEachern2002-04-051-7/+0
* PR:Doug MacEachern2002-04-021-3/+0
* ap_proxy_http_request needs to check the return status of ap_pass_brigadeDoug MacEachern2002-03-301-3/+18
* check the return value of ap_proxy_ssl_enableDoug MacEachern2002-03-291-2/+5
* BUCKET FREELISTSCliff Woolley2002-03-291-11/+14
* hook into mod_ssl for https supportDoug MacEachern2002-03-291-1/+17
* Change the header merging behaviour in proxy, as some headersGraham Leggett2002-03-211-4/+0
* Commit 1 of 2 to:Bill Stoddard2002-03-201-1/+1
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* New directive ProxyIOBufferSize. Sets the size of the buffer usedGraham Leggett2002-03-091-11/+43