Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug caused by postgresql failing to delete a savepoint when you create ↵ | Ted Trask | 2010-10-25 | 1 | -0/+2 |
| | | | | | | a new one with the same name. Symptom was running out of shared memory in postgres because there were thousands of savepoints. | ||||
* | Move the line error messages out of the transaction when importing. | Ted Trask | 2010-10-08 | 1 | -0/+3 |
| | | | | Stangely enough, I saw a case where the logme resulted in an error, and the whole transaction was lost. | ||||
* | Added option to stop commit on error and changed default behavior to log ↵ | Ted Trask | 2010-10-05 | 1 | -7/+23 |
| | | | | error and continue | ||||
* | Truncate squid clientuserid before importing | Ted Trask | 2010-10-04 | 1 | -4/+5 |
| | |||||
* | Added shortreason to config, allowing users to choose whether they show full ↵ | Ted Trask | 2010-08-05 | 1 | -3/+6 |
| | | | | or short reason in log. | ||||
* | Add some null checks | Ted Trask | 2010-05-03 | 1 | -4/+4 |
| | |||||
* | Modified import to better handle errors. | Ted Trask | 2010-03-25 | 1 | -15/+35 |
| | | | | | Better error reporting for the line that caused the error. Continue to do the purging even if import fails. | ||||
* | Changed type of bytes from integer to bigint in all DB tables. | Ted Trask | 2010-03-18 | 1 | -4/+4 |
| | |||||
* | Bug fix for malformed squid log. | Ted Trask | 2010-01-19 | 1 | -5/+5 |
| | |||||
* | Made shorturi a boolean. | Ted Trask | 2010-01-01 | 1 | -5/+6 |
| | |||||
* | Adding config option so user can choose to truncate urls in audit logs | Mika Havela | 2009-12-30 | 1 | -1/+7 |
| | |||||
* | Fixed http/https download typo, simplified importing code. | Ted Trask | 2009-10-23 | 1 | -53/+28 |
| | | | | Changed parse and import functions to work on one line at a time, removed iterator functions. | ||||
* | use iterator functions to import logfiles | Natanael Copa | 2009-10-23 | 1 | -32/+65 |
| | | | | | | | | | Rather than passing over a table with the entire parsed logfile we pass over an iterator function. This way we dont need to have the entire logfile in memory at the same time and we can handle extremely big logfiles without consume lots of memory. | ||||
* | save ram by parse logfiles line by line | Natanael Copa | 2009-10-23 | 1 | -17/+14 |
| | | | | | rather than read everything into a big buffer, we open and parse the log using a file handle. This should reduce the memory usage dramatically. | ||||
* | avoid duplicate code using function variables | Natanael Copa | 2009-10-23 | 1 | -14/+14 |
| | | | | | | the code for handling dg and squid log files are identical, except the parse and import function. We pass the correct function as a param and reuse the code. | ||||
* | Fixed bug with adhoc query, display results in a table, example ↵v0.4.7 | Ted Trask | 2009-10-08 | 1 | -1/+1 |
| | | | | descriptions, bumped to 0.4.7 | ||||
* | Added pagination for history and usage, more precision for history timestamp. | Ted Trask | 2009-09-21 | 1 | -4/+3 |
| | |||||
* | Sort history by date. | Timo Teras | 2009-09-19 | 1 | -17/+17 |
| | | | | | Fix also some white space stuff (cleaned up automatically by my editor). | ||||
* | Fixed bug in importing logs with \ characters | Ted Trask | 2009-09-18 | 1 | -1/+2 |
| | |||||
* | Use transactions for importing logs | Ted Trask | 2009-09-18 | 1 | -1/+4 |
| | |||||
* | Do not write config if validation failed | Mika Havela | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | Modified validation to convert to default timestamp format. | Ted Trask | 2009-09-17 | 1 | -5/+32 |
| | |||||
* | Added support for .gz log files, bumped to 0.4.2v0.4.2 | Ted Trask | 2009-09-16 | 1 | -3/+13 |
| | |||||
* | Fixed bug with score, bumped version to 0.4.1v0.4.1 | Ted Trask | 2009-09-16 | 1 | -1/+1 |
| | | | | Bug caused an exception when there was a ':' but no score in the block reason. | ||||
* | Added code to display short reason from DG log and shorten URI and fixed bug ↵v0.4.0 | Ted Trask | 2009-09-04 | 1 | -23/+23 |
| | | | | | | | with empty reason. Bumped to 0.4.0 Required new shortreason field in several tables which breaks backward compatibility. Full reason and full URI available by hovering. | ||||
* | Added parameter validation, bumped to 0.3.2v0.3.2 | Ted Trask | 2009-08-28 | 1 | -31/+133 |
| | |||||
* | Fixes: hide source password, put wget password to file instead of ↵v0.3.1 | Ted Trask | 2009-08-25 | 1 | -1/+2 |
| | | | | commandline, fix permissions bug. Bump to version 0.3.1 | ||||
* | Added "local" source to get logs from local filesystem. | Ted Trask | 2009-08-05 | 1 | -3/+18 |
| | |||||
* | Added groupby option to allow to view audit by clientuserid or clientip. | Ted Trask | 2009-06-18 | 1 | -6/+11 |
| | |||||
* | initial commitv0.1.0 | Ted Trask | 2009-05-29 | 1 | -0/+1196 |
based on weblog.tar.gz ncopa got by email. |