Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge commit '68411a4da471017c447ac951166d4471ef215118'; branch '1.101' ↵HEADmaster | Edward Rudd | 2009-12-30 |
|\ | | | | | | | (early part) | ||
| * | added m4 submodule and setup git ignore | Edward Rudd | 2009-12-10 |
| | | |||
* | | change threadcount so 0 means single threaded | Edward Rudd | 2009-03-23 |
| | | |||
* | | don't exit upon failure to connect to DB in a thread.. just exit the thread. | Edward Rudd | 2009-03-15 |
| | | |||
* | | refactoroed to allo wdb connections to be per-thread | Edward Rudd | 2009-03-14 |
| | | | | | | | | | | added initial threading implementation using apr_queues and apr_thread_pools | ||
* | | add in splitting code | Edward Rudd | 2009-03-11 |
| | | | | | | | | | | fixed time display (modulus of seconds) | ||
* | | fix removing of quotes around parsed lines | Edward Rudd | 2008-11-01 |
| | | |||
* | | make sure marker lines is written on filechange for badlines log | Edward Rudd | 2008-10-30 |
| | | |||
* | | add ability to skip N number of bad lines before throwing an error. | Edward Rudd | 2008-10-30 |
| | | | | | | | | 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 Rudd | 2008-10-30 |
| | | | | | | | | | | | | 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 Rudd | 2008-10-28 |
| | | | | | | | | seperators | ||
* | | fix buffer size. | Edward Rudd | 2008-10-28 |
| | | |||
* | | fix dry running. | Edward Rudd | 2008-10-28 |
| | | |||
* | | only find files IF no file was passed on the command line | Edward Rudd | 2008-10-27 |
| | | |||
* | | Added summary page including line count, duration, and final status of file | Edward Rudd | 2008-10-27 |
| | | |||
* | | finish transaction implementation | Edward Rudd | 2008-10-26 |
| | | | | | | | | | | if a single log file aborts DO NOT keep going switch to using libtool for linking (so rpath is set) | ||
* | | added time stamps to log | Edward Rudd | 2008-10-26 |
| | | |||
* | | added time stamps to log | Edward Rudd | 2008-10-26 |
| | | |||
* | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method | Edward Rudd | 2008-10-26 |
| | | |||
* | | implement filter support | Edward Rudd | 2008-10-26 |
| | | | | | | | | | | 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 Rudd | 2008-10-25 |
| | | | | | | | | | | 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.h | Edward Rudd | 2008-10-25 |
| | | |||
* | | make sure per-func data is CLEARED upon initialization | Edward Rudd | 2008-10-25 |
| | | |||
* | | implement query arg extracter | Edward Rudd | 2008-10-25 |
| | | | | | | | | | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data | ||
* | | implemented logging | Edward Rudd | 2008-10-25 |
| | | | | | | | | | | added better error messages for DB connections fix several segfaults | ||
* | | add logging function | Edward Rudd | 2008-10-24 |
| | | | | | | | | added @todo tags for what needs to be finished | ||
* | | fix possible crash when regex function doesn't match (set to *default*) | Edward Rudd | 2008-10-23 |
| | | |||
* | | more parsing implementation (Custom functions) | Edward Rudd | 2008-10-23 |
| | | | | | | | | initial DB inserting (w/ prepared query) | ||
* | | added more config options | Edward Rudd | 2008-10-22 |
| | | | | | | | | | | | | 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 Rudd | 2008-10-01 |
| | | |||
* | | moved all modules source to src subdirectory.. Moved header files into ↵ | Edward Rudd | 2008-09-21 |
| | | | | | | | | | | | | include subdirectory cleaned up makefiles. | ||
* | | updated ignores | Edward Rudd | 2008-09-20 |
| | | |||
* | | updated API to support mod_log_sql_dbd APR DBD driver. | Edward Rudd | 2008-03-19 |
| | | |||
* | | added call to libtoolize to ensure that config.sub is in build root | Edward Rudd | 2008-02-02 |
| | | |||
* | | correct int siezes in printf statements | Edward Rudd | 2008-02-02 |
| | | |||
* | | updated with new code to allow better dynamic configuration of logged fields | Edward Rudd | 2007-10-20 |
| | | |||
* | | Add better error logging in mod_log_sql_mysql.c | Edward Rudd | 2007-07-16 |
|/ | |||
* | move post_config before register1.101 | Edward Rudd | 2006-11-15 |
| | |||
* | updated license file | Edward Rudd | 2006-11-07 |
| | | | | updated documentation | ||
* | don't segfault if driver module isn't loaded | Edward Rudd | 2006-11-07 |
| | |||
* | add logio support | Edward Rudd | 2006-11-07 |
| | |||
* | add logio support | Edward Rudd | 2006-11-07 |
| | |||
* | updated project files (remove anjuta add eclipse) | Edward Rudd | 2005-08-31 |
| | | | | | | | updated svn:ignore attributes remove .cvsignore updated autogen.sh | ||
* | fix for issue #41 | Edward Rudd | 2005-08-31 |
| | |||
* | merged in PgSQL code contributed by Manfred Haelters | Edward Rudd | 2005-02-09 |
| | |||
* | fixed documentations header example. (UserAgent to User-Agent) | Edward Rudd | 2005-01-30 |
| | |||
* | updated chagnelog, TODO, tab2space configure.ac1.100 | Edward Rudd | 2005-01-11 |
| | |||
* | update copyright year and added new revision | Edward Rudd | 2005-01-11 |
| | |||
* | fixed bug #0000014 | Edward Rudd | 2005-01-11 |
| | |||
* | updated docs using new OOO Docbook DTD | Edward Rudd | 2005-01-11 |
| |