summaryrefslogtreecommitdiffstatsabout
Commit message (Collapse)AuthorAgeFilesLines
* fix removing of quotes around parsed linesEdward Rudd2008-11-011-7/+2
|
* make sure marker lines is written on filechange for badlines logEdward Rudd2008-10-302-3/+7
|
* add ability to skip N number of bad lines before throwing an error.Edward Rudd2008-10-305-9/+96
| | | | Will log the bad lines to a log file so they can be preserved
* fix tokenize_logfile (derived off of now known buggy apr_tokenize_to_argv ↵Edward Rudd2008-10-303-8/+9
| | | | | | function) switch all calls to apr_tokenize_to_argv to renamed tokenize_logfile (parser_tokenize_line)
* added optional 2nd argument for "queryarg" parameter that is the list of ↵Edward Rudd2008-10-282-4/+7
| | | | seperators
* fix buffer size.Edward Rudd2008-10-281-1/+1
|
* fix dry running.Edward Rudd2008-10-281-3/+3
|
* only find files IF no file was passed on the command lineEdward Rudd2008-10-271-2/+4
|
* Added summary page including line count, duration, and final status of fileEdward Rudd2008-10-276-43/+114
|
* finish transaction implementationEdward Rudd2008-10-265-19/+87
| | | | | if a single log file aborts DO NOT keep going switch to using libtool for linking (so rpath is set)
* added time stamps to logEdward Rudd2008-10-262-2/+2
|
* added time stamps to logEdward Rudd2008-10-261-7/+14
|
* add in check for Apache 1.3 apr_dbd_transaction_mode_set methodEdward Rudd2008-10-261-0/+1
|
* implement filter supportEdward Rudd2008-10-2610-33/+177
| | | | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
* add in wrap function (to speed up request_time field)Edward Rudd2008-10-252-11/+32
| | | | | added in error messages when APR_EINVAL occurs in parser function add extra check to ensure a string is pushed into the output field table
* rename autoheader config file to autoconfig.h instead of config.hEdward Rudd2008-10-258-15/+15
|
* make sure per-func data is CLEARED upon initializationEdward Rudd2008-10-251-0/+1
|
* implement query arg extracterEdward Rudd2008-10-257-29/+206
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* implemented loggingEdward Rudd2008-10-258-77/+132
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-248-65/+170
| | | | added @todo tags for what needs to be finished
* fix possible crash when regex function doesn't match (set to *default*)Edward Rudd2008-10-233-2/+4
|
* more parsing implementation (Custom functions)Edward Rudd2008-10-2310-61/+245
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-2215-110/+949
| | | | | | included PCRE wrapper from httpd more complete log parser code. fixed NASTY bug with setting values in the hash tables (Need to DUP the strings before setting the keys)
* Initial revision of command line importer.Edward Rudd2008-10-0112-9/+858
|
* moved all modules source to src subdirectory.. Moved header files into ↵Edward Rudd2008-09-2120-308/+196
| | | | | | include subdirectory cleaned up makefiles.
* updated ignoresEdward Rudd2008-09-201-0/+357
|
* updated API to support mod_log_sql_dbd APR DBD driver.Edward Rudd2008-03-199-58/+211
|
* added call to libtoolize to ensure that config.sub is in build rootEdward Rudd2008-02-021-0/+1
|
* correct int siezes in printf statementsEdward Rudd2008-02-021-2/+2
|
* updated with new code to allow better dynamic configuration of logged fieldsEdward Rudd2007-10-209-2912/+542
|
* Add better error logging in mod_log_sql_mysql.cEdward Rudd2007-07-161-3/+3
|
* move post_config before register1.101Edward Rudd2006-11-151-7/+6
|
* updated license fileEdward Rudd2006-11-076-486/+2507
| | | | updated documentation
* don't segfault if driver module isn't loadedEdward Rudd2006-11-071-30/+42
|
* add logio supportEdward Rudd2006-11-071-7/+9
|
* add logio supportEdward Rudd2006-11-073-7/+172
|
* updated project files (remove anjuta add eclipse)Edward Rudd2005-08-315-179/+158
| | | | | | | updated svn:ignore attributes remove .cvsignore updated autogen.sh
* fix for issue #41Edward Rudd2005-08-312-4/+8
|
* merged in PgSQL code contributed by Manfred HaeltersEdward Rudd2005-02-091-56/+52
|
* fixed documentations header example. (UserAgent to User-Agent)Edward Rudd2005-01-301-2/+2
|
* updated chagnelog, TODO, tab2space configure.ac1.100Edward Rudd2005-01-113-22/+25
|
* update copyright year and added new revisionEdward Rudd2005-01-111-1/+7
|
* fixed bug #0000014Edward Rudd2005-01-111-11/+4
|
* updated docs using new OOO Docbook DTDEdward Rudd2005-01-111-187/+203
|
* fixed docues for LogSQLRequestAcceptEdward Rudd2005-01-111-1/+8
| | | | | | Added docs about new "V" log format
* changed logging to reflect that it's the driver logging not mod_log_sql coreEdward Rudd2005-01-111-1/+1
|
* updated versionEdward Rudd2004-10-031-2/+2
|
* updated changelogEdward Rudd2004-10-031-0/+1
|
* added winconfig.h to source distribution in makefileEdward Rudd2004-10-031-1/+2
| | | | set eol-style to native on all files
* auto table names for massVirtualhosting swap - with _Edward Rudd2004-09-206-34/+53
| | | | | | added 'V' logformat to log virtualhost according to canonical setting.