summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1602978, r1683044, r1683884, r1673368, r1701717, r1683047 from trunk:Jim Jagielski2015-09-161-7/+6
* Backport r1690137.Christophe Jaillet2015-07-111-1/+1
* Merge r1681694, r1682907 from trunk:Jim Jagielski2015-06-021-0/+5
* core, modules: Avoid error response/document handling by the core if someWilliam A. Rowe Jr2015-05-291-4/+4
* mod_proxy_http: Use the "Connection: close" header for requests toJeff Trawick2015-04-151-1/+1
* Merge r1658760 from trunk:Jim Jagielski2015-03-271-1/+5
* Merge r1588527 from trunk:Jim Jagielski2015-01-121-9/+2
* Merge r1599486 from trunkChristophe Jaillet2014-10-181-1/+0
* Merge r1615289, r1620324 from trunk:Jim Jagielski2014-08-311-0/+12
* SECURITY: CVE-2013-5704 (cve.mitre.org)William A. Rowe Jr2014-08-221-0/+18
* Merge r1572561 from trunk:Jim Jagielski2014-07-081-1/+0
* Merge r1546730, r1583008, r1571369, r1552130, r1578760, r1592615, r1592632, r...Jim Jagielski2014-06-031-1/+1
* Merge r1572630, r1572611, r1572967, r1573229 from trunk:Jim Jagielski2014-04-141-19/+4
* Typo in comment (was r1575958)Christophe Jaillet2014-03-101-1/+1
* Merge r1568404 from trunk:Jim Jagielski2014-03-021-0/+1
* Merge r1570598 from trunk:Jim Jagielski2014-03-021-0/+18
* Merge r1542562 from trunk:Jim Jagielski2014-02-171-2/+1
* mod_proxy_http: Core dumped under high load. PR 50335Graham Leggett2013-12-261-1/+5
* Easy votes: sync 2.4 and trunkGraham Leggett2013-09-141-1/+1
* Merge r1481891, r1482075, r1482170, r1482555 from trunk:Jim Jagielski2013-07-111-31/+34
* Merge r1483027 from trunk:Jim Jagielski2013-07-111-1/+5
* Merge r1452911, r1452949, r1452954, r1453022, r1453574, r1453875, r1453876, r...Jim Jagielski2013-06-131-278/+14
* mod_proxy_balancer: Add failontimeout parameter. Timeout will put workerGraham Leggett2013-04-271-0/+1
* Merge r1433988 from trunk:Ruediger Pluem2013-01-211-1/+1
* Fix closing the back end connection in case of error.Rainer Jung2012-08-171-10/+11
* Merge r1242798 from trunk:Jim Jagielski2012-08-021-2/+3
* Merge r1333969:Stefan Fritsch2012-07-031-1/+17
* Backport:Graham Leggett2011-12-141-8/+8
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-33/+33
* Backport:Graham Leggett2011-12-031-6/+114
* Backport:Graham Leggett2011-11-301-6/+6
* Backport r1203859:Stefan Fritsch2011-11-181-106/+93
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-11/+11
* mod_proxy_http, mod_proxy_connect: Add 'proxy-status' and 'proxy-source-port'Stefan Fritsch2011-08-051-0/+4
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-111-1/+1
* * Play safe if the notes table does not contain an SSL_connect_rv key.Ruediger Pluem2011-02-111-2/+4
* Add a patch from Vincent Deffontaines to make the adding of X-forwarded-*Igor Galić2011-01-191-23/+24
* More movement to shared stuff...Jim Jagielski2011-01-131-9/+9
* fix commentJeff Trawick2011-01-051-1/+1
* update commentJim Jagielski2011-01-051-1/+1
* Make sure we clone the table rather than copy it, to ensure that no keysGraham Leggett2011-01-051-1/+1
* mod_proxy_http: Allocate the fake backend request from a child poolGraham Leggett2011-01-051-12/+11
* mod_proxy_http: Ensure that when the backend is closed, the final call toGraham Leggett2011-01-041-3/+3
* Change another variable that could be confused for conn_rec.Graham Leggett2010-12-301-3/+3
* * Fix r1039304 and make the patch similar to the one proposed forRuediger Pluem2010-12-291-8/+8
* * The concept of the cleaned flag is flawed: Once we returned the connectionRuediger Pluem2010-12-231-4/+13
* * Do not fiddle around with the close field if we might have returned theRuediger Pluem2010-12-231-7/+5
* * Put a note in the connection notes that the SSL handshake to the backendRuediger Pluem2010-11-261-0/+6
* When the proxy closes the backend connection early, force a setaside onGraham Leggett2010-11-161-1/+18
* Revert r1035504, this was the wrong way to do it.Graham Leggett2010-11-161-15/+10