]> granicus.if.org Git - apache/history - modules/experimental
Fix compile time warning. AJP protocol method is byte.
[apache] / modules / experimental /
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-09-21 Bradley NicholesFix a make problem that occurred due to the removal...
2005-09-21 Joe Orton* modules/experimental/config.m4: Don't duplicate the...
2005-09-21 Nick KewMove mod_dbd from /experimental/ to /database/
2005-09-21 Nick KewMove mod_filter and mod_charset_lite from /experimental...
2005-09-10 Ian HolsmanFix config file for mod_dbd
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-20 Nick Kewmod_dbd:
2005-08-11 Nick KewAdd const-ness to apr_dbd_driver_t
2005-08-10 Nick KewUpdate mod_dbd to API that hides apr_dbd_driver_t struct.
2005-07-28 Joe Orton* modules/experimental/mod_filter.c (filter_trace)...
2005-06-14 Joe OrtonUpdate remaining 2004 copyright notices.
2005-05-18 Nick KewFix up header in mod_dbd.h (I remembered .c but not...
2005-05-18 Nick KewCommitting mod_dbd as new.
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-11-30 Bradley NicholesAllow APR to exist and build outside of the httpd/srcli...
2004-11-27 Bradley NicholesMove mod_cache out of experimental for the NetWare...
2004-11-27 Bradley NicholesAdd mod_filter to the NetWare build.
2004-11-27 Justin ErenkrantzAt long last, promote mod_cache and friends out of...
2004-11-27 Nick KewUse ap_log_cerror and loglevel debug in filter_trace
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-11-06 Justin Erenkrantzmod_disk_cache: Remove a bunch of non-implemented garba...
2004-11-04 Joe Orton* modules/experimental/mod_disk_cache.c (recall_headers,
2004-11-04 Nick KewPR: 29709,32051
2004-11-01 Nick KewFix compile trouble.
2004-10-31 Nick KewChange FilterDeclare/FilterProvider semantics as discus...
2004-10-28 Nick KewFixup broken handling of range header.
2004-10-27 Nick KewFix mod_filter to support the case where a provider...
2004-10-27 Nick KewMove ap_filter_provider_t back out of public API
2004-10-25 Jean-Jacques Clarfixed a type match warning on NetWare
2004-10-23 Justin Erenkrantzmod_cache: Add CacheIgnoreHeaders directive.
2004-10-18 Paul Quernause the correct struct for CacheDisable.
2004-10-17 André Maloallow <= and >= for filter dispatcher
2004-10-17 André Malominor optimizations
2004-10-17 André Malostyle
2004-10-17 André Maloactually reg_extended has no effect in pcre context.
2004-10-17 André Malooops. removed a space too much
2004-10-17 André Malostyle
2004-10-17 André Malouse more speaking names
2004-10-17 André Malostyle
2004-10-17 André Malostyle
2004-10-17 André Malo- the bucket types already store their names; use them.
2004-10-17 André Malouse standard copyright notice
2004-10-15 André MaloOR_ALL is not a good choice. Use more restrictive permi...
2004-10-15 André Malofix compiler warnings
2004-10-15 André Malostyle guide, no code changes
2004-10-15 André Maloadd mod_filter to the configure parameters
2004-10-10 André Malothe compiler warns about possibly uninitialized values...
2004-10-02 Justin Erenkrantzmod_disk_cache: don't store hop-by-hop headers on-disk.
2004-09-28 Justin ErenkrantzTry to correctly follow RFC 2616 13.3 on validating...
2004-09-28 Justin Erenkrantzmod_disk_cache: Do not store aborted content.
2004-09-28 Justin Erenkrantzmod_disk_cache: Correctly store cached content type.
2004-09-24 Justin ErenkrantzTell mod_mem_cache that we will no longer be serving...
2004-09-22 Justin ErenkrantzFix race conditions in mod_disk_cache by properly using...
2004-09-22 Justin ErenkrantzCleanup a style nit. No functional changes.
2004-09-22 Justin ErenkrantzFix up some comments in CACHE_SAVE filter and fix a...
2004-09-21 Justin ErenkrantzFix Expires (freshness) handling in mod_cache.
2004-09-21 Nick KewUpdate to enable mod_filter harness to be a Provider...
2004-09-21 Nick KewMerge mod_filter with util_filter structs; add API...
2004-09-17 Bill Stoddardeliminate cleanup bit in favor of managing the object...
2004-09-15 Jean-Jacques ClarFixed race condition when cleaning a cache object from...
2004-09-11 Nick KewTidying loose ends.
2004-09-11 Nick KewAdd #if APR_HAS_MMAP to fix for non-MMAPing platforms.
2004-09-10 Nick KewEntering mod_filter and documentation, as previously...
2004-08-26 Bill Stoddardfd == file descriptor. I like fs for file system for...
2004-08-18 Bradley Nicholesmod_auth_ldap and util_ldap no longer build from the...
2004-08-18 Bradley Nicholescharset.conv has been moved to the docs/conf directory
2004-08-18 Bradley Nicholesmod_auth_ldap has been moved to the modules/aaa directo...
2004-08-18 Bradley Nicholesutil_ldap has been moved to the modules/ldap directory
2004-08-18 Bradley NicholesUpdate the netware make files to stop building the...
2004-08-17 William A. Rowe Jr Eliminate several unused variables, observe a file...
2004-08-09 Jean-Jacques ClarUpdated list of exported API for NetWare
2004-08-05 Justin Erenkrantzmod_disk_cache: Implement binary format for on-disk...
2004-08-05 Justin ErenkrantzRemove cache hooks and custom vtable format in favor...
2004-08-05 Bradley NicholesReverse the parameters on the apr_ldap_info() call...
2004-08-05 Justin Erenkrantz* modules/experimental/mod_disk_cache.c: Don't call...
2004-08-05 Justin Erenkrantzmod_disk_cache: Produce slightly more informative log...
2004-08-04 Graham LeggettRemove LDAP toolkit specific code from util_ldap and...
2004-08-03 Justin ErenkrantzAvoid confusion when reading mod_cache code. write_...
2004-08-02 Justin Erenkrantz* modules/experimental/mod_disk_cache.c (open_entity...
2004-08-02 Justin Erenkrantz* modules/experimental/mod_cache.c: Rename CACHE_IN...
2004-08-02 Justin Erenkrantz* modules/experimental/mod_disk_cache.c (load_headers...
2004-08-02 Justin Erenkrantz* modules/experimental/mod_cache.c: Delay no-store...
2004-08-02 Justin Erenkrantz* modules/experimental/mod_cache.h: Remove unnecessary...
2004-08-02 Justin Erenkrantz* modules/experimental/mod_cache.c (cache_url_handler...
2004-08-02 Justin Erenkrantz* modules/experimental/mod_cache.h: Always use atomics.
2004-06-29 Martin KraemerProxy requests are not converted by us. They should...
2004-06-26 Bradley NicholesCheck for a NULL file name before trying to delete...
2004-06-25 Bradley NicholesReplace the thread reader/writer lock that protects...
2004-06-25 Bradley NicholesMake sure that the shared memory pointers are propagate...
2004-06-21 Bradley NicholesAdded display code for the URL cache
2004-06-17 Bradley NicholesGet rid of the race conditions by first checking to...
2004-06-16 Bradley NicholesEnhance the util_ldap cache-info page to display the...
2004-06-09 Bradley NicholesAllow relative paths for LDAPTrustedCA to be resolved...
next