January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
December 4, 2018
View 288057e

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
September 18, 2015
View 46a35ab

mass update of copyright headers

Mickey Sola authored on 2015/09/18 02:41:26
July 2, 2014
View 60d8d2c

Move all the crypto API to clamav.h

Shawn Webb authored on 2014/07/02 08:38:01
February 8, 2014
View b2e7c93

Use OpenSSL for hashing.

Shawn Webb authored on 2014/02/08 14:31:12
March 2, 2013
View 241e7eb

bb6258 - Add warnings when allocations fail

Shawn Webb authored on 2013/03/02 03:51:15
February 15, 2010
View 5b74e89

enable prefiltering, and add to dconf.

Török Edvin authored on 2010/02/15 22:01:37
November 8, 2008
View 08402af

fix more compiler warnings (bb #273)

Török Edvin authored on 2008/11/08 03:49:47
November 6, 2008
View 6a21552

have configure define NDEBUG unless we use --enable-debug, instead of having to #ifndef CL_DEBUG #define NDEBUG #endif in each .c file that uses assert. If you want assertions enabled you'll need to use --enable-debug to configure, as until now, no change there.

Török Edvin authored on 2008/11/06 23:27:18
October 20, 2008
View 1e2969a

reenable non-mpooll builds

aCaB authored on 2008/10/20 02:57:09
October 19, 2008
View b36e9f8

mempool for regex_list/phishcheck

Török Edvin authored on 2008/10/19 21:27:59
September 16, 2008
View 3baee50

convert a checked fixture into an unchecked fixture, it is sufficient if that setup code is run once, this speeds up the tests. fix some helgrind warnings (the phishcheck struct is going to be freed anyway, so writing something to it doesn't help anyway)

Török Edvin authored on 2008/09/16 19:32:20
July 23, 2008
View 2e11bcd

performance improvements for URL matching (bb #725, bb #650): * use a suffix AC-trie and a shift-or FSM to filter * rewrite the URL regex in C * use a perfect hash to lookup TLD and ccTLD, instead of a regex * TODO: suffixes having a common prefix: loop over all of them cli_ac_free: multiple virname pointing to same location

Török Edvin authored on 2008/07/23 22:51:57
April 3, 2008
View 2023340

update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD

Tomasz Kojm authored on 2008/04/03 00:24:51
October 6, 2007
View 8ea27f5

fix some warnings

Török Edvin authored on 2007/10/06 17:47:46