index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
experimental
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Log reason for cache decline.
Bill Stoddard
2002-11-25
1
-26
/
+46
*
Added ap_cache_cacheable_hdrs_out to the caching module export list
Bradley Nicholes
2002-11-23
1
-0
/
+1
*
Makefile change required to move mod_ext_filter out of experimental
Bradley Nicholes
2002-11-23
1
-1
/
+0
*
Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
Graham Leggett
2002-11-22
1
-3
/
+3
*
Reorder the definitions for mod_ldap and mod_auth_ldap within
Graham Leggett
2002-11-22
1
-1
/
+3
*
Fix for PR 14556. The expiry calculations in mod_cache were
Paul J. Reder
2002-11-21
1
-1
/
+5
*
bucket length parameter is apr_size_t, which isn't always signed,
Jeff Trawick
2002-11-19
1
-1
/
+1
*
When storing the response headers in mod_cache, omit Transfer-Encoding
Brian Pane
2002-11-17
4
-3
/
+31
*
remove mod_ext_filter from experimental
Jeff Trawick
2002-11-14
4
-1026
/
+0
*
This fixes a problem where the underlying cache code
Paul J. Reder
2002-11-14
1
-3
/
+5
*
Improves the user friendliness of the CacheRoot processing
Paul J. Reder
2002-11-08
1
-22
/
+23
*
Added code to process min and max file size directives and to
Paul J. Reder
2002-11-08
2
-2
/
+13
*
Since the directives CacheIgnoreCacheControl and CacheIgnoreNoLastMod
Paul J. Reder
2002-11-06
1
-2
/
+2
*
Use r->request_time in lieu of apr_time_now() in cache object age calculations
Bill Stoddard
2002-10-30
2
-4
/
+6
*
Change the CacheRoot processing to check for a required
Paul J. Reder
2002-10-24
1
-9
/
+34
*
Fix breakage in mod_mem_cache caused by the EnableSendFile patch. Specifically,
Bill Stoddard
2002-10-19
1
-3
/
+5
*
Adding the current version string to the link of each NLM
Bradley Nicholes
2002-10-17
6
-6
/
+6
*
Updating the NLM descriptions in the NetWare make files
Bradley Nicholes
2002-10-16
5
-5
/
+5
*
Temporary fix for the len type discrepancy, with documentation to be fixed.
William A. Rowe Jr
2002-10-13
2
-1
/
+9
*
Some good casts - mem_cache cannot overflow with LARGEFILE sized objects.
William A. Rowe Jr
2002-10-12
1
-3
/
+6
*
rewrite of ap_cache_liststr
Brian Pane
2002-10-12
3
-51
/
+81
*
Fix a mismatch of data types: apr_time_t vs intervals measured
Brian Pane
2002-10-12
1
-9
/
+9
*
NetWare makefile changes to facilitate building the auth_ldap modules
Bradley Nicholes
2002-10-11
3
-2
/
+7
*
Update README.ldap file for Windows build instructions.
Graham Leggett
2002-10-09
1
-0
/
+14
*
Change the LDAP modules to export their symbols correctly
Graham Leggett
2002-10-09
3
-6
/
+283
*
Fixed the import and export lists between authldap and utilldap
Bradley Nicholes
2002-10-03
2
-0
/
+2
*
Fix a core dump in mod_cache when it attemtped to store uncopyable
Paul J. Reder
2002-10-02
2
-4
/
+33
*
Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN
Graham Leggett
2002-09-27
1
-0
/
+12
*
Fix the per-server config merge function in mod_cache to
Brian Pane
2002-09-25
1
-0
/
+4
*
Removed an extra apr_atomic_init() call from the mem_cache
Brian Pane
2002-09-22
1
-4
/
+0
*
If the user passed invalid credentials (user id or password) and auth_ldap is
Bradley Nicholes
2002-09-19
1
-2
/
+2
*
Removed unused variable
Brian Pane
2002-09-17
1
-1
/
+0
*
Remove the setting of the status line from the cache in mod_disk_cache,
Brian Pane
2002-09-14
1
-6
/
+4
*
mod_cache: cache_storage.c. Add the hostname and any request
Paul J. Reder
2002-09-12
1
-2
/
+7
*
Do not cache responses to GET requests with query
Bill Stoddard
2002-09-12
1
-0
/
+4
*
Added the LDAP module dependancies to the link
Bradley Nicholes
2002-09-06
2
-0
/
+6
*
More calloc->malloc optimizations
Brian Pane
2002-09-06
1
-4
/
+4
*
Optimization: use apr_table_addn instead of apr_table_setn when
Brian Pane
2002-09-06
1
-1
/
+1
*
Optimize away some strlen and memset calls
Brian Pane
2002-09-06
1
-6
/
+10
*
Formatting cleanup only (this is the large indent that I left out
Brian Pane
2002-09-04
1
-123
/
+124
*
Added optional support for caching streamed responses in mod_cache.
Brian Pane
2002-09-04
2
-1
/
+126
*
Resolve filter handles at startup to eliminate a filter
Brian Pane
2002-09-02
1
-22
/
+37
*
update README.ldap and config.m4 to reflect new location of
Jeff Trawick
2002-08-30
2
-9
/
+5
*
Adding the LDAP README file
Bradley Nicholes
2002-08-30
1
-0
/
+26
*
Make files for building the LDAP module for NetWare
Bradley Nicholes
2002-08-30
2
-0
/
+516
*
Fix a reference to an uninitialized pointer in util_ldap_cache_init().
Jeff Trawick
2002-08-28
1
-3
/
+1
*
Remove CacheOn config directive since it is set but never checked.
Paul J. Reder
2002-08-27
2
-21
/
+0
*
Fix a segfault in mod_cache when url isn't passed
Ian Holsman
2002-08-26
1
-0
/
+3
*
Make Caching work for subrequests.
Ian Holsman
2002-08-23
1
-1
/
+1
*
Submitted by: Paul J. Reder
Paul J. Reder
2002-08-21
1
-16
/
+22
[next]