]> granicus.if.org Git - apache/history - modules/experimental
Ha! Wrote this combined tree dumper and consistency checker just for fun.
[apache] / modules / experimental /
2003-06-27 Paul J. RederCorrect the code in ap_check_cache_feshness to check...
2003-05-30 Bradley NicholesAdd mod_charset_lite to the NetWare build.
2003-05-15 Bill StoddardRemove a useless and annoying debug message
2003-05-06 André MaloUse generic whitespace character class when parsing
2003-04-04 Jeff Trawickfix a bungled comment style conversion
2003-04-04 Jeff Trawickget prototypes for str[n]casecmp
2003-04-04 Jeff TrawickI don't think we're ready for C++/c89 slash-slash comments
2003-03-26 William A. Rowe Jr Apache uses strncasecmp - which we wrap to strnicmp...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-10 Graham LeggettAdd a note on building the LDAP stuff on AIX
2003-02-24 Bradley NicholesDon't try to use the LDAP cache if it has been turned...
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-18 Jeff Trawickfix a typo in a comment
2003-02-17 Justin ErenkrantzRemove ap_cache_reset_output_filters.
2003-02-17 Justin ErenkrantzStyle changes only. No functional changes.
2003-02-14 Bradley NicholesAdded support for Novell LDAP SDK and standardized...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-07 William A. Rowe Jr Fix various inconsistencies between the saved IDE...
2003-02-06 Bradley NicholesFix up load dependancies to avoid LoadModule ordering
2003-02-05 André Maloadd missing licenses
2003-02-03 André Malofinished that boring job:
2003-01-22 Bradley NicholesUpdate the make file to be compatible with the latest...
2003-01-21 Graham LeggettEnsure LDAP version is set to v3 on every bind.
2003-01-21 Graham LeggettUpdate the copyright dates
2003-01-21 Graham LeggettFix mod_ldap to open an existing shared memory file...
2003-01-20 William A. Rowe Jr Add the missing /Fd"" option
2003-01-20 William A. Rowe Jr Correct misplaced # End Group marker.
2003-01-20 William A. Rowe Jr Missing version tags [noted while rolling win32 binar...
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2002-12-19 Bill StoddardCorrect a warning message.
2002-12-18 Bill StoddardCut an info log entry for each object we cache. Is...
2002-12-18 Bill StoddardRename CacheMaxStreamingBuffer to MCacheMaxStreamingBuf...
2002-12-17 Bill StoddardSHould be using ths string form of exp (which is exps).
2002-12-17 Paul J. Redermod_cache: Fix PR 15113, a core dump in cache_in_filter...
2002-12-14 Bradley NicholesAdded character set support to mod_auth_LDAP to allow...
2002-12-12 William A. Rowe Jr Fix a declaration mismatch. We are down to const...
2002-12-11 Bill StoddardA few more lazy initializations. No function change...
2002-12-11 Bill StoddardDon't spend cycles finding cache-control until we actua...
2002-12-11 William A. Rowe Jr Build ldap for win32 by default. No extra magic...
2002-12-11 William A. Rowe Jr The only code change required for Win32 ldap to build...
2002-12-08 Wilfredo Sanchez2.0 -> 2.1
2002-12-03 Bill StoddardListing the URLs which are not cachable is useful for...
2002-12-03 Bill StoddardLess verbose debug message
2002-12-01 William A. Rowe Jr Repair one oversimplification. I was grep'ping modul...
2002-12-01 William A. Rowe Jr Final corrections; much of these .dsp definitions...
2002-12-01 William A. Rowe Jr Decorative change - consistify .dsp verbage
2002-12-01 William A. Rowe Jr Although we consistently used apr_time() APIs, the...
2002-12-01 William A. Rowe Jr Correct to appropriate text file formats
2002-11-25 Bill StoddardLog reason for cache decline.
2002-11-23 Bradley NicholesAdded ap_cache_cacheable_hdrs_out to the caching module...
2002-11-23 Bradley NicholesMakefile change required to move mod_ext_filter out...
2002-11-22 Graham LeggettReplace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_N...
2002-11-22 Graham LeggettReorder the definitions for mod_ldap and mod_auth_ldap...
2002-11-21 Paul J. RederFix for PR 14556. The expiry calculations in mod_cache...
2002-11-19 Jeff Trawickbucket length parameter is apr_size_t, which isn't...
2002-11-17 Brian PaneWhen storing the response headers in mod_cache, omit...
2002-11-14 Jeff Trawickremove mod_ext_filter from experimental
2002-11-14 Paul J. RederThis fixes a problem where the underlying cache code
2002-11-08 Paul J. RederImproves the user friendliness of the CacheRoot processing
2002-11-07 Paul J. RederAdded code to process min and max file size directives...
2002-11-06 Paul J. RederSince the directives CacheIgnoreCacheControl and CacheI...
2002-10-30 Bill StoddardUse r->request_time in lieu of apr_time_now() in cache...
2002-10-24 Paul J. RederChange the CacheRoot processing to check for a required
2002-10-19 Bill StoddardFix breakage in mod_mem_cache caused by the EnableSendF...
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-10-13 William A. Rowe Jr Temporary fix for the len type discrepancy, with...
2002-10-12 William A. Rowe Jr Some good casts - mem_cache cannot overflow with...
2002-10-12 Brian Panerewrite of ap_cache_liststr
2002-10-12 Brian PaneFix a mismatch of data types: apr_time_t vs intervals...
2002-10-11 Bradley NicholesNetWare makefile changes to facilitate building the...
2002-10-09 Graham LeggettUpdate README.ldap file for Windows build instructions.
2002-10-09 Graham LeggettChange the LDAP modules to export their symbols correctly
2002-10-03 Bradley NicholesFixed the import and export lists between authldap...
2002-10-02 Paul J. RederFix a core dump in mod_cache when it attemtped to store...
2002-09-27 Graham LeggettGet mod_auth_ldap to retry connections on LDAP_SERVER_DOWN
2002-09-25 Brian PaneFix the per-server config merge function in mod_cache to
2002-09-22 Brian PaneRemoved an extra apr_atomic_init() call from the mem_cache
2002-09-18 Bradley NicholesIf the user passed invalid credentials (user id or...
2002-09-17 Brian PaneRemoved unused variable
2002-09-14 Brian PaneRemove the setting of the status line from the cache...
2002-09-12 Paul J. Redermod_cache: cache_storage.c. Add the hostname and any...
2002-09-12 Bill StoddardDo not cache responses to GET requests with query
2002-09-06 Bradley NicholesAdded the LDAP module dependancies to the link
2002-09-06 Brian PaneMore calloc->malloc optimizations
2002-09-06 Brian PaneOptimization: use apr_table_addn instead of apr_table_s...
2002-09-06 Brian PaneOptimize away some strlen and memset calls
2002-09-04 Brian PaneFormatting cleanup only (this is the large indent that...
2002-09-04 Brian PaneAdded optional support for caching streamed responses...
2002-09-01 Brian PaneResolve filter handles at startup to eliminate a filter
2002-08-30 Jeff Trawickupdate README.ldap and config.m4 to reflect new location of
2002-08-30 Bradley NicholesAdding the LDAP README file
2002-08-30 Bradley NicholesMake files for building the LDAP module for NetWare
2002-08-28 Jeff TrawickFix a reference to an uninitialized pointer in util_lda...
2002-08-27 Paul J. RederRemove CacheOn config directive since it is set but...
2002-08-26 Ian HolsmanFix a segfault in mod_cache when url isn't passed
2002-08-23 Ian HolsmanMake Caching work for subrequests.
2002-08-21 Paul J. RederSubmitted by: Paul J. Reder
2002-08-19 Bill StoddardFix another compile break.
next