summaryrefslogtreecommitdiffstats
path: root/modules/experimental (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log reason for cache decline.Bill Stoddard2002-11-251-26/+46
* Added ap_cache_cacheable_hdrs_out to the caching module export listBradley Nicholes2002-11-231-0/+1
* Makefile change required to move mod_ext_filter out of experimentalBradley Nicholes2002-11-231-1/+0
* Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSLGraham Leggett2002-11-221-3/+3
* Reorder the definitions for mod_ldap and mod_auth_ldap withinGraham Leggett2002-11-221-1/+3
* Fix for PR 14556. The expiry calculations in mod_cache werePaul J. Reder2002-11-211-1/+5
* bucket length parameter is apr_size_t, which isn't always signed,Jeff Trawick2002-11-191-1/+1
* When storing the response headers in mod_cache, omit Transfer-EncodingBrian Pane2002-11-174-3/+31
* remove mod_ext_filter from experimentalJeff Trawick2002-11-144-1026/+0
* This fixes a problem where the underlying cache codePaul J. Reder2002-11-141-3/+5
* Improves the user friendliness of the CacheRoot processingPaul J. Reder2002-11-081-22/+23
* Added code to process min and max file size directives and toPaul J. Reder2002-11-082-2/+13
* Since the directives CacheIgnoreCacheControl and CacheIgnoreNoLastModPaul J. Reder2002-11-061-2/+2
* Use r->request_time in lieu of apr_time_now() in cache object age calculationsBill Stoddard2002-10-302-4/+6
* Change the CacheRoot processing to check for a requiredPaul J. Reder2002-10-241-9/+34
* Fix breakage in mod_mem_cache caused by the EnableSendFile patch. Specifically,Bill Stoddard2002-10-191-3/+5
* Adding the current version string to the link of each NLMBradley Nicholes2002-10-176-6/+6
* Updating the NLM descriptions in the NetWare make filesBradley Nicholes2002-10-165-5/+5
* Temporary fix for the len type discrepancy, with documentation to be fixed.William A. Rowe Jr2002-10-132-1/+9
* Some good casts - mem_cache cannot overflow with LARGEFILE sized objects.William A. Rowe Jr2002-10-121-3/+6
* rewrite of ap_cache_liststrBrian Pane2002-10-123-51/+81
* Fix a mismatch of data types: apr_time_t vs intervals measuredBrian Pane2002-10-121-9/+9
* NetWare makefile changes to facilitate building the auth_ldap modulesBradley Nicholes2002-10-113-2/+7
* Update README.ldap file for Windows build instructions.Graham Leggett2002-10-091-0/+14
* Change the LDAP modules to export their symbols correctlyGraham Leggett2002-10-093-6/+283
* Fixed the import and export lists between authldap and utilldapBradley Nicholes2002-10-032-0/+2
* Fix a core dump in mod_cache when it attemtped to store uncopyablePaul J. Reder2002-10-022-4/+33
* Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWNGraham Leggett2002-09-271-0/+12
* Fix the per-server config merge function in mod_cache toBrian Pane2002-09-251-0/+4
* Removed an extra apr_atomic_init() call from the mem_cacheBrian Pane2002-09-221-4/+0
* If the user passed invalid credentials (user id or password) and auth_ldap isBradley Nicholes2002-09-191-2/+2
* Removed unused variableBrian Pane2002-09-171-1/+0
* Remove the setting of the status line from the cache in mod_disk_cache,Brian Pane2002-09-141-6/+4
* mod_cache: cache_storage.c. Add the hostname and any requestPaul J. Reder2002-09-121-2/+7
* Do not cache responses to GET requests with queryBill Stoddard2002-09-121-0/+4
* Added the LDAP module dependancies to the linkBradley Nicholes2002-09-062-0/+6
* More calloc->malloc optimizationsBrian Pane2002-09-061-4/+4
* Optimization: use apr_table_addn instead of apr_table_setn whenBrian Pane2002-09-061-1/+1
* Optimize away some strlen and memset callsBrian Pane2002-09-061-6/+10
* Formatting cleanup only (this is the large indent that I left outBrian Pane2002-09-041-123/+124
* Added optional support for caching streamed responses in mod_cache.Brian Pane2002-09-042-1/+126
* Resolve filter handles at startup to eliminate a filterBrian Pane2002-09-021-22/+37
* update README.ldap and config.m4 to reflect new location ofJeff Trawick2002-08-302-9/+5
* Adding the LDAP README fileBradley Nicholes2002-08-301-0/+26
* Make files for building the LDAP module for NetWareBradley Nicholes2002-08-302-0/+516
* Fix a reference to an uninitialized pointer in util_ldap_cache_init().Jeff Trawick2002-08-281-3/+1
* Remove CacheOn config directive since it is set but never checked.Paul J. Reder2002-08-272-21/+0
* Fix a segfault in mod_cache when url isn't passedIan Holsman2002-08-261-0/+3
* Make Caching work for subrequests.Ian Holsman2002-08-231-1/+1
* Submitted by: Paul J. RederPaul J. Reder2002-08-211-16/+22