index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add reallyall option to configure to build everything that can be built with
Stefan Fritsch
2010-06-19
1
-1
/
+1
*
* Ensure that we only return a non fatal error if the request is idempotent
Ruediger Pluem
2010-06-18
1
-1
/
+10
*
Fix some compiler warnings:
Stefan Fritsch
2010-06-14
2
-3
/
+6
*
Fix MPM event/libserf build problems: If libserf was installed during build,
Stefan Fritsch
2010-06-13
2
-33
/
+6
*
Prevent segfault if URI is missing a scheme
Stefan Fritsch
2010-06-10
1
-0
/
+4
*
Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
Rainer Jung
2010-06-10
1
-2
/
+4
*
* Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
Ruediger Pluem
2010-06-10
1
-3
/
+6
*
- Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl
Stefan Fritsch
2010-06-06
7
-60
/
+67
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
20
-15
/
+23
*
log issues with CONNECT at request scope instead of server scope
Stefan Fritsch
2010-06-04
3
-26
/
+24
*
odd assortment of spelling fixes
Jeff Trawick
2010-05-24
1
-1
/
+1
*
Move back to a post_config hook...
Jim Jagielski
2010-04-22
1
-10
/
+18
*
Add updatelbstatus to allow to have all the LB logic in the balancers.
Jean-Frederic Clere
2010-04-22
2
-19
/
+23
*
Add in BalancerNonce directive... useful for shared-secrets.
Jim Jagielski
2010-04-21
1
-18
/
+37
*
Fix backward compatibility with APR versions less than 2.0 which don't have
Brian Havard
2010-04-13
1
-0
/
+11
*
Remove usage of the APR private function apr_wait_for_io_or_timeout(),
Brian Havard
2010-04-12
1
-4
/
+1
*
mod_proxy_connect: Support port ranges in AllowConnect
Stefan Fritsch
2010-04-11
1
-10
/
+33
*
Correct bogus code; stack alloc of variable length is not portable from C++.
William A. Rowe Jr
2010-04-07
1
-3
/
+4
*
small style tweaks to r930125
Jeff Trawick
2010-04-02
2
-3
/
+3
*
Proxy balancer: support setting error status according to
Nick Kew
2010-04-02
3
-5
/
+36
*
mod_proxy: Tone down a warning message that appears when the same backend
Graham Leggett
2010-03-21
1
-2
/
+2
*
If the client disconnects and the backend continues to send data fast, forcibly
Stefan Fritsch
2010-03-17
1
-1
/
+9
*
log remote server port in various places
Stefan Fritsch
2010-03-10
1
-8
/
+10
*
SECURITY: CVE-2010-0408 (cve.mitre.org)
William A. Rowe Jr
2010-03-02
1
-1
/
+1
*
mod_proxy_http: get the headers right in a HEAD request with ProxyErrorOverri...
Nick Kew
2010-02-20
1
-23
/
+16
*
* Really regard the operation a success, when the client aborted the connection.
Ruediger Pluem
2010-02-18
1
-1
/
+4
*
Handle the pathological case of a connect
Rainer Jung
2010-02-15
1
-6
/
+24
*
We need to copy the forward proxy data, because it
Rainer Jung
2010-02-14
1
-2
/
+2
*
Limit sscanf format to the number of chars actually
Rainer Jung
2010-02-14
1
-3
/
+4
*
mod_proxy_http: Make sure that when an ErrorDocument is served
Graham Leggett
2010-02-13
1
-16
/
+38
*
Support remote https proxies by using HTTP CONNECT.
Rainer Jung
2010-02-12
2
-2
/
+145
*
Fix typo in comment.
Rainer Jung
2010-02-12
1
-1
/
+1
*
Add mod_serf.dsp at last, based on the patch available in;
William A. Rowe Jr
2010-02-04
1
-0
/
+123
*
fix maintainer mode ap_strstr() argument mismatch warnings
Jeff Trawick
2010-01-22
1
-2
/
+2
*
Move ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
Takashi Sato
2009-12-30
3
-21
/
+17
*
tweak handling for default allowed ports
Takashi Sato
2009-12-29
1
-11
/
+6
*
Move AllowCONNECT from mod_proxy to mod_proxy_connect.
Takashi Sato
2009-12-29
3
-29
/
+61
*
Fix r893871 as noted by rpluem, to remove risk of returning a
Nick Kew
2009-12-26
1
-6
/
+12
*
Proxy: fix ProxyPassReverse with relative URL
Nick Kew
2009-12-25
1
-0
/
+10
*
Fix crash in balancer-manager.
Rainer Jung
2009-12-16
1
-20
/
+26
*
fixed NetWare proxy export list;
Guenter Knauf
2009-12-01
2
-0
/
+3
*
Elaborate on low hanging XXX fruit
William A. Rowe Jr
2009-12-01
2
-4
/
+5
*
Add mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>
William A. Rowe Jr
2009-12-01
1
-0
/
+123
*
fix or complain about some invalid errno references
Jeff Trawick
2009-11-19
1
-1
/
+1
*
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
Daniel Earl Poirier
2009-10-28
2
-13
/
+15
*
Allow ProxyPreserveHost to work in <Proxy> sections
Stefan Fritsch
2009-10-11
3
-13
/
+15
*
When pick was zero no worker where choosen.
Jean-Frederic Clere
2009-10-08
1
-1
/
+1
*
Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)
Jean-Frederic Clere
2009-10-07
1
-7
/
+18
*
set property.
Guenter Knauf
2009-10-01
1
-323
/
+323
*
prepare to add mod_serf to NetWare build.
Guenter Knauf
2009-10-01
3
-0
/
+334
[next]