index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.layout
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-12-04
fix typo.
Hiroaki Kawai
1
-8
/
+10
2011-12-03
mod_proxy: Note that proxy_lb_workers was removed from the public API.
Graham Leggett
1
-1
/
+1
2011-12-03
MMN bump for the removals from the public mod_proxy API.
Graham Leggett
1
-2
/
+11
2011-12-03
mod_proxy: Remove dead code ap_proxy_table_unmerge().
Graham Leggett
2
-30
/
+0
2011-12-03
mod_proxy: Move ap_proxy_strmatch_path and ap_proxy_strmatch_domain out of
Graham Leggett
2
-5
/
+4
2011-12-03
mod_proxy: Remove ap_proxy_make_fake_req() from the public API.
Graham Leggett
1
-1
/
+0
2011-12-03
mod_proxy: Remove ap_proxy_make_fake_req() from the public API.
Graham Leggett
2
-37
/
+37
2011-12-03
mod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro.
Graham Leggett
1
-7
/
+0
2011-12-03
mod_proxy: Remove dead code.
Graham Leggett
2
-52
/
+0
2011-12-03
mod_proxy: Make the ap_proxy_is* functions private.
Graham Leggett
2
-4
/
+5
2011-12-03
mod_proxy: Make sure we populate the client IP from the peer IP for proxy
Graham Leggett
1
-0
/
+2
2011-12-03
mod_proxy: Remove ap_proxy_date_canon() from the public API.
Graham Leggett
3
-26
/
+24
2011-12-03
mod_proxy: Remove ap_proxy_buckets_lifetime_transform() from the public API.
Graham Leggett
3
-74
/
+51
2011-12-03
mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().
Graham Leggett
3
-108
/
+1
2011-12-03
mod_proxy: Remove ap_proxy_liststr(), it duplicates ap_find_token().
Graham Leggett
3
-41
/
+2
2011-12-03
mod_proxy: Move ap_proxy_string_read() out of the public API into
Graham Leggett
3
-77
/
+76
2011-12-03
update MMN, not only the comment
Stefan Fritsch
1
-1
/
+1
2011-12-03
Add lots of unique tags to error log messages
Stefan Fritsch
173
-2185
/
+2201
2011-12-02
mod_proxy: Make ap_proxy_retry_worker() into an optional function. Allows
Graham Leggett
9
-15
/
+121
2011-12-02
Add APLOGNO() macro for unique tags for every log message.
Stefan Fritsch
8
-0
/
+263
2011-12-02
Fix apr_status_t being passed as loglevel
Stefan Fritsch
1
-1
/
+1
2011-12-02
mod_auth_form: Use apr_status_t for the mod_session API.
Graham Leggett
1
-4
/
+4
2011-12-02
mod_session_dbd: Use apr_status_t as a return code across the mod_session API.
Graham Leggett
1
-2
/
+2
2011-12-02
mod_session: Use apr_status_t as a return code across the mod_session API,
Graham Leggett
5
-45
/
+63
2011-12-02
Fix segfault with Solaris LDAP SDK when enabling ldaps.
Stefan Fritsch
1
-4
/
+25
2011-12-02
Clarify the crypto notice for mod_session_crypto.
Graham Leggett
1
-1
/
+4
2011-12-02
Update the crypto notices for apr_crypto. apr_ssl is long gone.
Graham Leggett
1
-5
/
+5
2011-12-02
mod_session_crypto: Fix a pool lifetime problem when reading from
Graham Leggett
1
-1
/
+1
2011-12-02
Fix for additional cases of URL rewriting with ProxyPassMatch or
Joe Orton
2
-0
/
+24
2011-12-02
* server/listen.c (open_listeners): Fix logic error caught by
Joe Orton
1
-1
/
+1
2011-12-02
Bring Windows httpd.conf up to date with documented or required modules
Gregg Lewis Smith
1
-1
/
+16
2011-12-01
Update transformation.
Graham Leggett
1
-0
/
+23
2011-12-01
Changes to v2.4 APIs.
Graham Leggett
1
-0
/
+23
2011-12-01
Update transformations.
Graham Leggett
19
-176
/
+242
2011-12-01
mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possible
Graham Leggett
2
-2
/
+22
2011-12-01
Wish came true: CacheEnable works within LocationMatch, giving us mod_cache
Graham Leggett
1
-4
/
+0
2011-12-01
Use 2 sep hashing functions to account for collisions...
Jim Jagielski
3
-14
/
+26
2011-11-30
Remove some getpid() logging, this is now also included in the error log
Stefan Fritsch
2
-12
/
+6
2011-11-30
mod_cache: Apply the API change that allows future mod_cache providers to
Graham Leggett
3
-2
/
+10
2011-11-30
Remove some more now redundant log prefixes
Stefan Fritsch
5
-65
/
+60
2011-11-30
Clarify the peer IP of the connection and the client IP of the request within
Graham Leggett
4
-35
/
+40
2011-11-30
RPM: Make it possible to build mod_socache_dc against distcache.
Graham Leggett
1
-2
/
+16
2011-11-30
Added missing proxy import to Netware build.
Guenter Knauf
1
-0
/
+1
2011-11-30
Fixed compilation for non-*nix platforms.
Guenter Knauf
1
-0
/
+2
2011-11-30
mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that the
Graham Leggett
2
-0
/
+64
2011-11-30
use a style sheet... ideally we would pull one off the filesystem,
Jim Jagielski
1
-23
/
+50
2011-11-29
Remove more log message prefixes that are now redundant as the
Stefan Fritsch
10
-187
/
+182
2011-11-29
mod_dbd: The dbd_prepared_init() function reported the result of the last
Graham Leggett
1
-3
/
+2
2011-11-29
Ensure casing doesn't matter... (we know balancer->s->name is
Jim Jagielski
1
-0
/
+1
2011-11-29
Some optimization... we have a hash, use it. Quicker than all
Jim Jagielski
3
-8
/
+13
[next]