summaryrefslogtreecommitdiffstatsabout
path: root/functions.h
Commit message (Collapse)AuthorAgeFilesLines
* updated with new code to allow better dynamic configuration of logged fieldsEdward Rudd2007-10-201-4/+4
|
* auto table names for massVirtualhosting swap - with _Edward Rudd2004-09-201-1/+6
| | | | | | added 'V' logformat to log virtualhost according to canonical setting.
* changed strstr to ap_strstr or ap_strstr_cEdward Rudd2004-05-051-6/+6
| | | | | | changed strchr to ap_strchr or ap_strchr_c
* beginnings of postgresql driver integrated into autoconfEdward Rudd2004-04-171-0/+1
| | | | | 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-5/+5
| | | | can properly log Error numbers in apache 2 (better debugging)
* removed all #ifdef DEBUGEdward Rudd2004-03-041-9/+5
|
* complete DB separation from core module code.Edward Rudd2004-03-041-9/+5
| | | | | | | 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.Edward Rudd2004-02-051-128/+54
| | | | | | | 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 ↵Edward Rudd2004-01-201-0/+337
functions(13|20).h) moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS