]> git.ipfire.org Git - thirdparty/squid.git/commit - CREDITS
Author: Marcello Romani <marcello.romani@libero.it>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 26 Dec 2010 01:38:26 +0000 (14:38 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 26 Dec 2010 01:38:26 +0000 (14:38 +1300)
commit1c363fe775132f23cebe67be118a1b5645361411
tree443d7726bf0c5658afc5642b9e9fe873d2e26016
parent13e41ca5abcc2e031dbaefa81de967ff9e9632c6
Author: Marcello Romani <marcello.romani@libero.it>
Author: Amos Jeffries <squid3@treenet.co.nz>
Database Logging Daemon

Original code by Marcello Romani, this version has some additions to
initialize any missing database tables depended on during its startup
phase and some additional polish to fit within the current Squid release.

COPYRIGHT AND LICENSE

Copyright (C) 2008 by Marcello Romani

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.
CREDITS
helpers/log_daemon/DB/Makefile.am [new file with mode: 0644]
helpers/log_daemon/DB/config.test [new file with mode: 0755]
helpers/log_daemon/DB/doc/date_day_column.sql [new file with mode: 0644]
helpers/log_daemon/DB/doc/views.sql [new file with mode: 0644]
helpers/log_daemon/DB/log_db_daemon.pl.in [new file with mode: 0755]
helpers/log_daemon/Makefile.am