summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* Text, pleaseWilliam A. Rowe Jr2010-12-202-385/+385
* * Put a note in the connection notes that the SSL handshake to the backendRuediger Pluem2010-11-261-0/+6
* Fix 'comparison is always false due to limited range of data type'.Stefan Fritsch2010-11-181-1/+1
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-181-1/+1
* 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-163-16/+85
* Fix pool lifetime issues when the proxy backend connection is terminatedGraham Leggett2010-11-163-85/+16
* Fix mod_proxy to support setting source address.Nick Kew2010-11-143-0/+49
* mark connection for close after the return fromJeff Trawick2010-11-071-8/+6
* log how long worker will be disabledJeff Trawick2010-11-071-2/+3
* improve wording of some function descriptionsJeff Trawick2010-11-071-32/+31
* axe outdated comment about FIXMEs/CHECKMEsJeff Trawick2010-11-071-6/+0
* avoid duplicate end-of-stdin headerJeff Trawick2010-11-071-10/+17
* a pointer optim.Jim Jagielski2010-11-051-2/+1
* PR47765: ProxyPass and ProxyPassReverse should not be accepted inEric Covener2010-11-051-0/+12
* repeat apr_poll() while EINTRJeff Trawick2010-11-051-0/+3
* PR50220: keep on chugging after EINTR in mod_proxy_connectEric Covener2010-11-051-0/+3
* Fix a pool lifetime issue: Make sure we clean up our brigade before weGraham Leggett2010-11-041-2/+2
* Followup to r1026665: reset "cleaned" flag inRainer Jung2010-11-041-0/+1
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-8/+8
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-302-3/+3
* Optimise more of the flags within proxy structures.Graham Leggett2010-10-231-17/+17
* mod_proxy: Release the backend connection as soon as EOS is detected,Graham Leggett2010-10-233-4/+26
* Remove needless pool cleanup. ap_pregcomp already registers a cleanup for theStefan Fritsch2010-10-231-6/+0
* Fix an inline variable declaration.Graham Leggett2010-10-221-2/+1
* mod_proxy: Optimise ProxyPass within a Location so that it is storedGraham Leggett2010-10-222-86/+132
* Optimise the set flags in the mod_proxy structures.Graham Leggett2010-10-202-31/+31
* mod_proxy: Move the ProxyErrorOverride directive to have per directory scope.Graham Leggett2010-10-203-24/+27
* Avoid unnecessariy initialisation before we test handler name.Graham Leggett2010-10-191-6/+12
* axe an unnecessary call to sscanf() when parsing the response lineJeff Trawick2010-09-221-5/+4
* * LimitRequestBody does not affect Proxy requests (Should it?).Ruediger Pluem2010-09-211-0/+15
* Fold in possible use of FNV if desiredJim Jagielski2010-09-202-9/+17
* ap_proxy_retry_worker() only needs to spit out one debugJeff Trawick2010-08-241-3/+3
* Prevent race conditionJean-Frederic Clere2010-08-231-1/+1
* Change behaviour of worker sharing.Rainer Jung2010-08-221-12/+30
* Minor style nits.Rainer Jung2010-08-221-7/+7
* mod_proxy: Rename erroronstatus to failonstatus...Jeff Trawick2010-08-202-3/+3
* Pull out "does request have a body" logic to a centralJim Jagielski2010-08-181-9/+3
* Don't log errors when we can't send to client, just debug.Jean-Frederic Clere2010-08-181-2/+2
* Fix comment and code to be what it should have been/Jim Jagielski2010-08-171-7/+7
* Further checks for non-body requests...Jim Jagielski2010-08-171-1/+10
* detabJim Jagielski2010-08-171-38/+38
* For backends which are HTTP/1.1, do a quick test (ping)Jim Jagielski2010-08-161-37/+105
* * The forward and reverse worker do not keep connections alive, soRuediger Pluem2010-08-131-0/+12
* Fold in some stuff to allow for matching of workersJim Jagielski2010-08-103-14/+73
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* comment fixes for "send" vs. "sent"Jeff Trawick2010-08-061-5/+5
* remove more useless use of strlenStefan Fritsch2010-08-031-1/+1
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-032-3/+3
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-229-47/+29