summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* Allow for modules to keep track of worker slotJim Jagielski2010-07-142-13/+81
* follow up to r930125Jeff Trawick2010-07-111-2/+3
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-301-63/+64
* - Add reallyall option to configure to build everything that can be built withStefan Fritsch2010-06-191-1/+1
* * Ensure that we only return a non fatal error if the request is idempotentRuediger Pluem2010-06-181-1/+10
* Fix some compiler warnings:Stefan Fritsch2010-06-142-3/+6
* Fix MPM event/libserf build problems: If libserf was installed during build,Stefan Fritsch2010-06-132-33/+6
* Prevent segfault if URI is missing a schemeStefan Fritsch2010-06-101-0/+4
* Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP toRainer Jung2010-06-101-2/+4
* * Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP toRuediger Pluem2010-06-101-3/+6
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-067-60/+67
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-0620-15/+23
* log issues with CONNECT at request scope instead of server scopeStefan Fritsch2010-06-033-26/+24
* odd assortment of spelling fixesJeff Trawick2010-05-241-1/+1
* Move back to a post_config hook... Jim Jagielski2010-04-221-10/+18
* Add updatelbstatus to allow to have all the LB logic in the balancers.Jean-Frederic Clere2010-04-222-19/+23
* Add in BalancerNonce directive... useful for shared-secrets.Jim Jagielski2010-04-211-18/+37
* Fix backward compatibility with APR versions less than 2.0 which don't haveBrian Havard2010-04-131-0/+11
* Remove usage of the APR private function apr_wait_for_io_or_timeout(),Brian Havard2010-04-121-4/+1
* mod_proxy_connect: Support port ranges in AllowConnectStefan Fritsch2010-04-111-10/+33
* Correct bogus code; stack alloc of variable length is not portable from C++.William A. Rowe Jr2010-04-071-3/+4
* small style tweaks to r930125Jeff Trawick2010-04-022-3/+3
* Proxy balancer: support setting error status according toNick Kew2010-04-013-5/+36
* mod_proxy: Tone down a warning message that appears when the same backendGraham Leggett2010-03-211-2/+2
* If the client disconnects and the backend continues to send data fast, forciblyStefan Fritsch2010-03-171-1/+9
* log remote server port in various placesStefan Fritsch2010-03-101-8/+10
* SECURITY: CVE-2010-0408 (cve.mitre.org)William A. Rowe Jr2010-03-021-1/+1
* mod_proxy_http: get the headers right in a HEAD request with ProxyErrorOverri...Nick Kew2010-02-201-23/+16
* * Really regard the operation a success, when the client aborted the connection.Ruediger Pluem2010-02-181-1/+4
* Handle the pathological case of a connectRainer Jung2010-02-141-6/+24
* We need to copy the forward proxy data, because itRainer Jung2010-02-141-2/+2
* Limit sscanf format to the number of chars actuallyRainer Jung2010-02-141-3/+4
* mod_proxy_http: Make sure that when an ErrorDocument is servedGraham Leggett2010-02-131-16/+38
* Support remote https proxies by using HTTP CONNECT.Rainer Jung2010-02-122-2/+145
* Fix typo in comment.Rainer Jung2010-02-121-1/+1
* Add mod_serf.dsp at last, based on the patch available in;William A. Rowe Jr2010-02-041-0/+123
* fix maintainer mode ap_strstr() argument mismatch warningsJeff Trawick2010-01-221-2/+2
* Move ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.Takashi Sato2009-12-303-21/+17
* tweak handling for default allowed portsTakashi Sato2009-12-291-11/+6
* Move AllowCONNECT from mod_proxy to mod_proxy_connect.Takashi Sato2009-12-293-29/+61
* Fix r893871 as noted by rpluem, to remove risk of returning aNick Kew2009-12-261-6/+12
* Proxy: fix ProxyPassReverse with relative URLNick Kew2009-12-251-0/+10
* Fix crash in balancer-manager.Rainer Jung2009-12-161-20/+26
* fixed NetWare proxy export list;Guenter Knauf2009-12-012-0/+3
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-012-4/+5
* Add mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>William A. Rowe Jr2009-12-011-0/+123
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-1/+1
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-282-13/+15
* Allow ProxyPreserveHost to work in <Proxy> sectionsStefan Fritsch2009-10-113-13/+15
* When pick was zero no worker where choosen.Jean-Frederic Clere2009-10-081-1/+1