Commit Graph

454 Commits

Author SHA1 Message Date
Gilles Darold 28c7ebc319 Fix typo in graph titles. Thanks to aabaker for the patch. 2016-06-07 14:59:11 +02:00
Darold f308c08c47 Merge pull request #132 from tachtler/patch-1
Update de_DE.txt
2016-06-04 20:45:30 +11:00
Klaus Tachtler 3142e4040e Update de_DE.txt
Update missing fields to German language.
2016-06-03 21:34:10 +02:00
Darold Gilles 1728133bc4 Fix top url report that was not cumulate statistics anymore. Thanks to Wesley Bresson for the report. 2016-03-12 19:23:03 +01:00
Darold Gilles b6bbf6130a Add last visited timestamp on urls reports and show last ten visit on user url report. The last visit are counted after 5 minutes in hour view, after 30 minutes in day views and per day in month view. Thanks to Ringa Mari Sundberg for the featur request. 2016-03-06 22:25:39 +01:00
Darold 9dbaa43a47 Merge pull request #128 from sathieu/patch-1
Fix typo about Network exclusion
2016-03-02 22:37:16 +01:00
Mathieu Parent 15017d1832 Fix typo about Network exclusion 2016-03-02 16:30:31 +01:00
Darold 7fdb6d00a0 Merge pull request #126 from sathieu/manpages
Manpages fixes
2016-03-02 15:23:39 +01:00
Darold 3a77d36f29 Merge pull request #125 from sathieu/spell
Spellchecking
2016-03-02 15:22:23 +01:00
Mathieu Parent 93713ca8f9 SquidAnalyzer.pod is section 3pm 2016-03-02 13:15:42 +01:00
Mathieu Parent f6f90b7b7a Use FHS for manpages path 2016-03-02 13:15:42 +01:00
Mathieu Parent f5b273c5cd Spellchecking 2016-03-02 13:14:48 +01:00
Darold Gilles fd89b74ed1 Merge branch 'master' of github.com:darold/squidanalyzer 2016-02-02 16:04:32 +01:00
Darold Gilles 562b8e40d8 Add support to ipv6 address dns resolving, you need perl > 5.014. Thanks to Brian J. Murrell for the report. 2016-02-02 16:04:18 +01:00
Darold Gilles 5129c8be43 Update russian language file. Thanks to Yuri Voinov for the patch. 2016-01-28 10:30:02 +01:00
Darold Gilles 0cd8aeb8a4 Fix typo in mime type redefinition. 2016-01-28 10:22:47 +01:00
Darold Gilles 06a01f5141 Mark mime-types with invalid characters as "invalid/type". Thanks to gitdevmod for the report. 2016-01-27 22:54:51 +01:00
Darold Gilles a3d7c87a60 Add missing throughput translation entries in lang files. Thanks to Yuri Voinov for the report. 2016-01-27 22:30:16 +01:00
Darold Gilles df7b0a4cbd Fix major issue in squidguard and ubfguard history file managment. Thanks to Guttilla Elmi for the report and the help. 2016-01-18 23:32:55 +01:00
Darold Gilles 2488668c17 Fix path to xzcat program durinf install. Thanks to Johan Glenac for the report. 2016-01-13 18:39:31 +01:00
Darold Gilles 1a138bcf9e Merge branch 'master' of github.com:darold/squidanalyzer 2016-01-13 18:17:56 +01:00
Darold Gilles b957d75ea6 Fix auto detection of SquidGuard log file when there is no denied entry in the first lines. 2016-01-13 18:17:37 +01:00
Darold Gilles c0737cfc54 Fix typo in debug messages 2016-01-13 17:38:48 +01:00
Darold Gilles f206dbde83 Add warning when DNSLookupTimeout is reach. Thanks to gitdevmod for the report. 2016-01-10 23:56:17 +01:00
Darold Gilles 410e36aac2 Update ChangLog, copyright and version to 6.5 2016-01-03 16:22:00 +01:00
Darold Gilles 72a60e5dd4 Fix height of bytes graphs that was overlaping on third graph. Thanks to Daniel Bareiro for the report. 2015-12-29 17:12:41 +01:00
Darold Gilles 3f309b0548 Update russian translation. Thanks to Yuri Voinov for the patch. 2015-12-21 18:27:21 +01:00
Darold Gilles a7dd359fb7 Update Changelog with last changes. Update Italian translation file. Thanks to Stefano Cailotto for the patch. 2015-12-19 10:45:40 +01:00
Darold Gilles f7749510af Limit parsing of ufdbGuard logs to BLOCK line. 2015-12-19 10:41:58 +01:00
Darold Gilles c4954c446f Replace SquidGuard label by Blocklist as we use more blocklist tools. 2015-12-19 10:40:46 +01:00
Darold Gilles 1d6346c5d0 Update ChangeLog and version to 6.4 2015-12-16 22:23:53 +01:00
Darold Gilles 7d5228da2b Fix graphic overlaps that with one of the graphics. Thanks to Daniel Bareiro for the report. 2015-12-16 20:09:51 +01:00
Darold Gilles 86dc9d7bf5 Add throughput calculation (ratio between bytes and duration) to all reports. 2015-12-16 18:43:07 +01:00
Darold Gilles b840b86053 Fix missing largest URL in networks detailed report. Thanks to Juan Martin for the report. 2015-12-16 11:55:31 +01:00
Darold Gilles e7b83e1a66 Fix use of network-aliases together with a network include entry that make networks desappears from the report. Thanks to Juan Martin for the report. 2015-12-14 16:07:13 +01:00
Darold Gilles bcc2e7a0f2 Add -t | --timezone and TimeZone configuration directive to be able to change the timezone. When set, SquidAnalyzer will read time from log file as UTC time and will add the hours specified in the timezone option. This is usefull if the log file is not parsed on a computer with the same timezone thant the squid server. Thanks to Anderson - BR Suporte for the feature request. 2015-12-13 16:31:14 +01:00
Darold Gilles 7878251edc Add support to ufdbGuard log file. squidGuard and ufdbGuard files can be given together with squid access.log file as a list into LogFile configuration file or as arguments of command line. Thanks to Martin Hoffmann for the feature request. 2015-11-27 00:55:29 +01:00
Darold Gilles d560231acd Fix an other illegal division by 0 with duration. Thanks to cueda for the report. 2015-11-17 16:28:55 +01:00
Darold Gilles 8a0dca8e31 Fix illegal division by zero. Thanks to cueda for the report. 2015-11-17 08:52:40 +01:00
Darold Gilles 9d698df089 Fix some potential illegal division by zero. 2015-11-16 22:27:33 +01:00
Darold Gilles 5e2a8f1f33 Merge branch 'master' of github.com:darold/squidanalyzer 2015-11-16 21:10:20 +01:00
Darold Gilles 63ca649ab6 Fix negative duration with http like log file. Thanks to cedua for the report. 2015-11-16 21:09:58 +01:00
Darold Gilles 58396dae0e Fix througthput unit in cache statistics tables. Thanks to Mike Lerley for the report. 2015-11-02 19:17:51 +01:00
Darold Gilles 68656cbcd3 Merge branch 'master' of github.com:darold/squidanalyzer 2015-11-02 19:05:47 +01:00
Darold Gilles a614377154 Add charts on throughput. 2015-11-01 16:53:08 +01:00
Darold Gilles 5251cff10a Add new throughput in Bytes/sec report. Thanks to Mike Lerley for the feature request. 2015-11-01 14:02:04 +01:00
Darold Gilles 68bc884531 Allow parsing of xz compressed files. Thanks to Markus Maikis for the patch. 2015-10-31 16:48:09 +01:00
Darold Gilles b6774c366c Fix bug with include/exclude networks or clients preventing users reports to be built. Thanks to Juan Martin for the report. 2015-10-31 16:09:53 +01:00
Darold Gilles 90aed4a139 Fix SquidAnalyzer fails to update statistics after cleanup of access.log. Thanks to mkhallaf for the report. 2015-10-12 13:26:01 +02:00
Darold Gilles 300f820424 Last ChangeLog update to release 6.3. 2015-10-12 07:59:14 +02:00