index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a syntax error when DEBUGGING is defined.
Paul Querna
2005-02-17
1
-2
/
+1
*
* modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.
Joe Orton
2005-02-15
3
-0
/
+68
*
Fix 'Anonymous *', which denied access
André Malo
2005-02-14
1
-1
/
+1
*
Improve interaction with caches in mod_dav.
Sander Striker
2005-02-14
1
-0
/
+7
*
* include/util_ldap.h (util_ldap_state_t): Fix gcc format string
Joe Orton
2005-02-11
1
-2
/
+2
*
* modules/cache/mod_disk_cache.c (store_body): Fix format string
Joe Orton
2005-02-11
3
-6
/
+5
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
14
-62
/
+62
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Move the
Joe Orton
2005-02-10
1
-14
/
+14
*
More tweaks primarily driven by caching.
Sander Striker
2005-02-10
1
-16
/
+22
*
Remove formatting characters from ap_log_error() calls. These
Jeff Trawick
2005-02-09
3
-6
/
+6
*
Some minimal tweaks to mod_cache.
Sander Striker
2005-02-09
2
-3
/
+4
*
More work to properly handle revalidated responses correctly.
Justin Erenkrantz
2005-02-09
4
-19
/
+64
*
* modules/proxy/mod_proxy_ajp.c
Sander Striker
2005-02-09
1
-0
/
+3
*
* modules/proxy/proxy_util.c
Sander Striker
2005-02-09
1
-0
/
+3
*
More mod_cache tweakage.
Sander Striker
2005-02-08
1
-5
/
+7
*
Make the function declaration match the prototype
Bradley Nicholes
2005-02-08
1
-1
/
+1
*
Return the proper status and headers when serving a revalidated response.
Justin Erenkrantz
2005-02-08
3
-3
/
+12
*
Cleanup structures in mod_cache and friends to remove unused or unnecessary
Justin Erenkrantz
2005-02-08
6
-261
/
+53
*
If we rec' a bad response header line, ignore what we've
Jim Jagielski
2005-02-08
1
-0
/
+1
*
* modules/cache/mod_cache.h: Move the structure declaration of cache_handle
Justin Erenkrantz
2005-02-08
1
-9
/
+8
*
* modules/cache/mod_cache.c: One more try at proper handling of revalidated
Justin Erenkrantz
2005-02-08
1
-0
/
+1
*
* modules/cache/mod_disk_cache.c: Properly load cached ETag from on-disk
Justin Erenkrantz
2005-02-08
1
-0
/
+1
*
Better handle the case where ProxyBadHeader StartBody is
Jim Jagielski
2005-02-07
1
-20
/
+39
*
Change where we set r->user if we're setting it from a
David Reid
2005-02-05
1
-11
/
+14
*
Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups
William A. Rowe Jr
2005-02-05
1
-1
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
149
-169
/
+316
*
* modules/proxy/config.m4: Fix mod_proxy build after filename changes.
Joe Orton
2005-02-04
1
-5
/
+5
*
mod_proxy: Fix ProxyRemoteMatch directive.
Justin Erenkrantz
2005-02-04
1
-2
/
+2
*
Also translate Destination headers when ProxyPassReverse'd
Sander Striker
2005-02-04
2
-2
/
+5
*
Clean up some crumbs... The sandwich is next.
Sander Striker
2005-02-03
1
-1
/
+0
*
Rename proxy modules.
Sander Striker
2005-02-03
15
-10
/
+10
*
Error out on configurations where the cache provider starts with a '/'.
Sander Striker
2005-02-03
1
-0
/
+6
*
Remove old FIX_15207 snippets
Jim Jagielski
2005-02-03
1
-83
/
+0
*
proxy HTTP: Rework the handling of request bodies to handle
Jeff Trawick
2005-02-03
1
-188
/
+496
*
Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()
Jim Jagielski
2005-02-03
6
-14
/
+16
*
Allow AuthLDAPURL to override the default connection type with an option seco...
Bradley Nicholes
2005-02-03
2
-11
/
+31
*
Keep track of time taken to process requests again.
Jim Jagielski
2005-02-02
1
-0
/
+4
*
Add CacheStorePrivate, CacheStoreNoStore, and clarify CacheIgnoreCacheControl.
Justin Erenkrantz
2005-02-02
2
-30
/
+97
*
Fix a typo
Bradley Nicholes
2005-02-01
1
-1
/
+1
*
Fix #32367 support for ProxyPass /foo !
Mladen Turk
2005-02-01
1
-0
/
+5
*
Set the connection timeout for LDAP SDK's that support the option. For SDK's ...
Bradley Nicholes
2005-02-01
1
-0
/
+7
*
Added a new LDAPConnectionTimeout directive to util_ldap so that the socket c...
Bradley Nicholes
2005-01-27
1
-0
/
+40
*
Change the 'lib' prefix to 'libmod_' to be really consistent with
Erik Abele
2005-01-26
1
-1
/
+1
*
Add in a weighted byte count of all traffic (in and out) as
Jim Jagielski
2005-01-24
4
-11
/
+127
*
More hardcoded schemes in mod_rewrite... :/
Sander Striker
2005-01-23
1
-2
/
+4
*
* modules/cache/mod_disk_cache.c: Cache r->err_headers_out headers. This
Justin Erenkrantz
2005-01-22
1
-0
/
+2
*
Remove the workaround that got client certificates to work with non
Graham Leggett
2005-01-21
1
-13
/
+6
*
Recognize the new certificate formats
Bradley Nicholes
2005-01-20
1
-2
/
+13
*
Fix a problem where SSL was started twice when no client certificates were
Graham Leggett
2005-01-20
1
-8
/
+11
*
Fix some inline C++ style declarations that other compilers can't handle
Bradley Nicholes
2005-01-19
1
-7
/
+10
[next]