summaryrefslogtreecommitdiffstats
path: root/functions.h
Commit message (Collapse)AuthorAge
* changed strstr to ap_strstr or ap_strstr_cGravatar Edward Rudd 2004-05-05
| | | | | | changed strchr to ap_strchr or ap_strchr_c
* beginnings of postgresql driver integrated into autoconfGravatar Edward Rudd 2004-04-17
| | | | | removed log_error from apache20.h (aliased to ap_log_rerror)
* copied mysql driver to mod_log_sql_pgsql.c to start on PostgreSQL driverGravatar Edward Rudd 2004-04-10
| | | | | 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 ↵Gravatar Edward Rudd 2004-04-04
| | | | can properly log Error numbers in apache 2 (better debugging)
* removed all #ifdef DEBUGGravatar Edward Rudd 2004-03-04
|
* complete DB separation from core module code.Gravatar Edward Rudd 2004-03-04
| | | | | | | 99% updated documentation (needs 2 tables added) moved DB connection code for Apache 2 from open_logs to child_init. removed more #ifdef debug lines
* synchronized extract_* functions with latest apache 1.3 and 2.0.Gravatar Edward Rudd 2004-02-05
| | | | | | | Added some more recent extract_* functions.. still need to assign format letters cleanup/audit of extract_* functions release 1.95
* moved extract_* functions to functions.h (version specific in ↵Gravatar Edward Rudd 2004-01-20
functions(13|20).h) moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS