summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_http.c
Commit message (Expand)AuthorAgeFilesLines
* More trunk backportinghttpd-2.2-proxyJim Jagielski2009-08-311-10/+29
* Oh joy. Fold in backportable proxy changes/improvementsJim Jagielski2009-05-061-26/+50
* Merge r733127, r733219 from trunk:Jim Jagielski2009-01-121-2/+2
* *) mod_proxy: Prevent segmentation faults by correctly adjusting the lifetimeJim Jagielski2008-11-111-1/+7
* Merge r707163 from trunk:Jim Jagielski2008-11-111-17/+7
* Merge r697362 from trunk:Eric Covener2008-09-281-2/+9
* Merge r684351, r686549 from trunk:Eric Covener2008-09-021-0/+13
* Merge r661506 from trunk:Ruediger Pluem2008-07-191-0/+8
* Backport... use approvals from the sec list toJim Jagielski2008-06-101-5/+30
* Merge r649169, r649239, r649840, r649922, r650026, r661452, r661459 from trunk:Jim Jagielski2008-06-051-16/+8
* Merge r660726 from trunk:Jim Jagielski2008-05-281-2/+20
* Merge r645813 from trunk:Ruediger Pluem2008-05-171-0/+32
* * Merge r602542, r603237, r603502, r603543, r604447, r604449, r605314,Ruediger Pluem2008-05-171-8/+3
* PR 44165Jim Jagielski2008-05-061-44/+50
* Merge r616517, r617653 from trunk:Ruediger Pluem2008-02-011-0/+14
* * mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responsesJim Jagielski2007-12-081-0/+24
* mod_proxy canon-tion improvements/fixes.Jim Jagielski2007-11-201-1/+20
* Merge r583813 from trunk:Jim Jagielski2007-10-151-1/+1
* mod_proxy_http: Remove Warning headers with wrong dateNick Kew2007-10-091-1/+75
* mod_proxy_http: Correctly parse all Connection headers in proxy.Nick Kew2007-10-091-10/+18
* Merge r580060 from trunk:Jim Jagielski2007-10-091-2/+2
* Merge r580044, r580465 from trunk:Jim Jagielski2007-10-081-0/+8
* Backport r574021Nick Kew2007-09-221-11/+13
* Merge r572000 from trunk:Ruediger Pluem2007-09-031-2/+4
* Merge r571002 from trunk:Jim Jagielski2007-09-011-1/+2
* Apply backportJim Jagielski2007-08-281-4/+29
* Merge r527969 from trunk:Jim Jagielski2007-05-011-2/+2
* Merge r486320 from trunk:Jim Jagielski2007-02-201-1/+4
* Merge r437768 from trunk:Jim Jagielski2006-08-281-2/+2
* update license header textRoy T. Fielding2006-07-121-6/+6
* Revert r395231 from the 2.2.x branch. This gets us back to the old place wit...Paul Querna2006-04-221-1/+1
* Merge r394088 and r395180 from trunk.Paul Querna2006-04-221-2/+0
* Update the last year of copyright for the 2.2.x branchColm MacCarthaigh2006-04-191-1/+1
* Merge r379237 from trunk:Ruediger Pluem2006-04-021-1/+9
* Merge r377053, r377057 and r377525 from trunk, fixing several issues with mod...Paul Querna2006-04-011-19/+16
* Merge r378032 from trunk:Jim Jagielski2006-03-311-40/+17
* Merge accepted backport...Jim Jagielski2006-03-301-0/+14
* Backport r366279 (proxy_http patch by rpluem)Nick Kew2006-01-131-1/+1
* No functional change: remove trailing whitespace. This also meansJim Jagielski2005-11-101-45/+45
* Merge r327590 from trunk:Ruediger Pluem2005-10-211-4/+64
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-101-2/+4
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.Joe Orton2005-08-091-1/+1
* Hopefully, address the last edge case where status may William A. Rowe Jr2005-08-091-1/+2
* Two blank lines for clarity; whitespace only change.William A. Rowe Jr2005-08-081-0/+2
* We already accept 80 bytes less than the client body's anticipated William A. Rowe Jr2005-08-081-1/+1
* Drop an impossible case; the while() loop already protected usWilliam A. Rowe Jr2005-08-081-7/+0
* Fix a double-termination case in svn trunk/; we terminated theWilliam A. Rowe Jr2005-08-081-1/+0
* An impossible-to-hit edge case today; we described the requestWilliam A. Rowe Jr2005-08-081-13/+14
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix formatJoe Orton2005-07-251-1/+4
* Yet another snafu in body handling. We need to clearly avoid anyWilliam A. Rowe Jr2005-07-181-18/+40