summaryrefslogtreecommitdiffstatsabout
path: root/utility/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* change threadcount so 0 means single threadedEdward Rudd2009-03-231-1/+1
|
* 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-141-21/+145
| | | | | added initial threading implementation using apr_queues and apr_thread_pools
* add in splitting codeEdward Rudd2009-03-111-3/+4
| | | | | fixed time display (modulus of seconds)
* add ability to skip N number of bad lines before throwing an error.Edward Rudd2008-10-301-3/+3
| | | | Will log the bad lines to a log file so they can be preserved
* 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-271-4/+31
|
* finish transaction implementationEdward Rudd2008-10-261-2/+7
| | | | | 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-0/+2
| | | | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
* implemented loggingEdward Rudd2008-10-251-22/+30
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-241-4/+16
| | | | added @todo tags for what needs to be finished
* more parsing implementation (Custom functions)Edward Rudd2008-10-231-1/+9
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-221-5/+10
| | | | | | 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/+148