summaryrefslogtreecommitdiff
path: root/modules/experimental
Commit message (Expand)AuthorAgeFilesLines
...
* Update build system to know about sedfilterJim Jagielski2007-03-192-0/+261
* Some minor tweaks... return quickly if given anJim Jagielski2007-03-191-1/+11
* Add comment to avoid confusion and questions :)Jim Jagielski2007-03-191-1/+6
* Initial import: mod_sedfilter.c (was mod_sed_filter.c) asJim Jagielski2007-03-151-0/+522
* Add the case_flt experimental modules to the NetWare buildBradley Nicholes2007-03-093-1/+520
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-01-311-1/+1
* Get rid of the global trace_add in favor of specific trace functions tailored...Sander Temme2007-01-041-135/+105
* Ongoing crusade to separate callback tracing into single-processSander Temme2006-12-301-13/+58
* Add request-specific trace method that does not use global variables andSander Temme2006-12-191-103/+95
* ifdef out suexec for the platforms that don't support itBradley Nicholes2006-11-271-0/+7
* * Move the error log slug higher in the trace function, so it gets Sander Temme2006-11-271-18/+22
* * Further clarify hook callback return conventionSander Temme2006-11-271-117/+154
* * Make EXAMPLE_LOG_EACH compiler directive settable on command line Sander Temme2006-11-251-58/+143
* * Start re-organizing the function declarations to put related items togetherSander Temme2006-11-241-185/+191
* add example test_config routineChris Darroch2006-10-171-13/+29
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-141-2/+26
* update license header textRoy T. Fielding2006-07-113-18/+18
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-193-3/+3
* 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-282-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