summaryrefslogtreecommitdiffstatsabout
path: root/utility/logparse.c
Commit message (Collapse)AuthorAgeFilesLines
* refactoroed to allo wdb connections to be per-threadEdward Rudd2009-03-141-11/+8
| | | | | added initial threading implementation using apr_queues and apr_thread_pools
* add in splitting codeEdward Rudd2009-03-111-3/+166
| | | | | fixed time display (modulus of seconds)
* 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-301-3/+6
|
* add ability to skip N number of bad lines before throwing an error.Edward Rudd2008-10-301-6/+61
| | | | 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-301-7/+5
| | | | | | 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-281-3/+6
| | | | seperators
* fix buffer size.Edward Rudd2008-10-281-1/+1
|
* fix dry running.Edward Rudd2008-10-281-3/+3
|
* Added summary page including line count, duration, and final status of fileEdward Rudd2008-10-271-28/+62
|
* finish transaction implementationEdward Rudd2008-10-261-1/+11
| | | | | if a single log file aborts DO NOT keep going switch to using libtool for linking (so rpath is set)
* implement filter supportEdward Rudd2008-10-261-11/+69
| | | | | 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-251-10/+31
| | | | | 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
* make sure per-func data is CLEARED upon initializationEdward Rudd2008-10-251-0/+1
|
* implement query arg extracterEdward Rudd2008-10-251-20/+85
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* implemented loggingEdward Rudd2008-10-251-24/+37
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-241-11/+17
| | | | added @todo tags for what needs to be finished
* fix possible crash when regex function doesn't match (set to *default*)Edward Rudd2008-10-231-0/+3
|
* more parsing implementation (Custom functions)Edward Rudd2008-10-231-11/+78
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-221-11/+82
| | | | | | 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-011-0/+205