summaryrefslogtreecommitdiffstatsabout
path: root/apache20.h
Commit message (Collapse)AuthorAgeFilesLines
* beginnings of postgresql driver integrated into autoconfEdward Rudd2004-04-171-11/+0
| | | | | removed log_error from apache20.h (aliased to ap_log_rerror)
* copied mysql driver to mod_log_sql_pgsql.c to start on PostgreSQL driverEdward Rudd2004-04-101-1/+1
| | | | | added keyword ID expansion to source files and removed old CVS headers from others
* Updated to new logging function with apaceh 2 prototype instead of 1.3 so i ↵Edward Rudd2004-04-041-2/+4
| | | | can properly log Error numbers in apache 2 (better debugging)
* fixed log_error function1.93Edward Rudd2004-01-211-2/+4
| | | | | | | finished ssl split into separate module added item registration function. (for ssl sub-module) release 1.93
* moved extract_* functions to functions.h (version specific in ↵Edward Rudd2004-01-201-0/+1
| | | | | | | | | functions(13|20).h) moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS
* split out version specific codeEdward Rudd2004-01-201-0/+31
code compiles under apache 1.3 and 2.0 updated apache m4 script to detect both verions (two minumums) defaulted install to not activate module in configuration file (use make activate)