summaryrefslogtreecommitdiffstats
path: root/modules/experimental (follow)
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-103-17/+17
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-102-31/+31
* Fix a make problem that occurred due to the removal of the other submakefiles...Bradley Nicholes2005-09-211-0/+9
* * modules/experimental/config.m4: Don't duplicate the mod_dbdJoe Orton2005-09-211-10/+0
* Move mod_dbd from /experimental/ to /database/Nick Kew2005-09-212-526/+0
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-218-2631/+6
* Fix config file for mod_dbd Ian Holsman2005-09-101-0/+1
* Doxygen fixup / cleanupIan Holsman2005-08-292-3/+15
* mod_dbd:Nick Kew2005-08-202-66/+61
* Add const-ness to apr_dbd_driver_tNick Kew2005-08-112-2/+2
* Update mod_dbd to API that hides apr_dbd_driver_t struct.Nick Kew2005-08-101-5/+7
* * modules/experimental/mod_filter.c (filter_trace): Fix gccJoe Orton2005-07-281-1/+1
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
* Fix up header in mod_dbd.h (I remembered .c but not .h before previous commit)Nick Kew2005-05-181-12/+28
* Committing mod_dbd as new.Nick Kew2005-05-182-0/+502
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-151-1/+1
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-4/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-4/+4
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-303-256/+256
* Move mod_cache out of experimental for the NetWare buildBradley Nicholes2004-11-271-3/+0
* Add mod_filter to the NetWare build.Bradley Nicholes2004-11-272-0/+251
* At long last, promote mod_cache and friends out of experimental/.Justin Erenkrantz2004-11-2720-6666/+0
* Use ap_log_cerror and loglevel debug in filter_traceNick Kew2004-11-271-5/+5
* Remove the .cvsignore files.Joe Orton2004-11-191-21/+0
* mod_disk_cache: Remove a bunch of non-implemented garbage collectionJustin Erenkrantz2004-11-061-101/+1
* * modules/experimental/mod_disk_cache.c (recall_headers,Joe Orton2004-11-041-3/+0
* PR: 29709,32051Nick Kew2004-11-041-0/+9
* Fix compile trouble.Nick Kew2004-11-011-13/+12
* Change FilterDeclare/FilterProvider semantics as discussed inNick Kew2004-10-311-110/+142
* Fixup broken handling of range header.Nick Kew2004-10-281-3/+13
* Fix mod_filter to support the case where a provider sets its own f->ctxNick Kew2004-10-271-8/+34
* Move ap_filter_provider_t back out of public APINick Kew2004-10-271-0/+37
* fixed a type match warning on NetWareJean-Jacques Clar2004-10-251-1/+1
* mod_cache: Add CacheIgnoreHeaders directive.Justin Erenkrantz2004-10-235-6/+74
* use the correct struct for CacheDisable.Paul Querna2004-10-181-1/+1
* allow <= and >= for filter dispatcherAndré Malo2004-10-171-2/+24
* minor optimizationsAndré Malo2004-10-171-10/+10
* styleAndré Malo2004-10-171-2/+2
* actually reg_extended has no effect in pcre context.André Malo2004-10-171-2/+1
* oops. removed a space too muchAndré Malo2004-10-171-1/+1
* styleAndré Malo2004-10-171-4/+4
* use more speaking namesAndré Malo2004-10-171-18/+19
* styleAndré Malo2004-10-171-3/+5
* styleAndré Malo2004-10-171-0/+1
* - the bucket types already store their names; use them.André Malo2004-10-171-32/+5
* use standard copyright noticeAndré Malo2004-10-171-1/+1
* OR_ALL is not a good choice. Use more restrictive permissions for theAndré Malo2004-10-161-9/+10
* fix compiler warningsAndré Malo2004-10-161-7/+6
* style guide, no code changesAndré Malo2004-10-161-476/+549