summaryrefslogtreecommitdiffstatsabout
path: root/utility
Commit message (Collapse)AuthorAgeFilesLines
* change threadcount so 0 means single threadedEdward Rudd2009-03-233-3/+3
|
* don't exit upon failure to connect to DB in a thread.. just exit the thread.Edward Rudd2009-03-151-1/+1
|
* refactoroed to allo wdb connections to be per-threadEdward Rudd2009-03-146-75/+204
| | | | | added initial threading implementation using apr_queues and apr_thread_pools
* add in splitting codeEdward Rudd2009-03-116-20/+251
| | | | | 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-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
|
* 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
* 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-2213-109/+946
| | | | | | 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-018-0/+840