January 27, 2009
View 47d40fe

libclamav: use LibTomMath by Tom St Denis instead of libgmp for multiple precision integer arithmetic (bb#1366)

Tomasz Kojm authored on 2009/01/27 04:47:02
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 b9b4778

fix compiler warnings, more to come (bb #273)

Török Edvin authored on 2008/11/06 23:27:43
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 22, 2008
View e21657d

a faster and more compact allocator

aCaB authored on 2008/10/22 08:55:11
October 20, 2008
View 0d9dbde

some leaks fixed

aCaB authored on 2008/10/20 01:16:49
October 19, 2008
View b36e9f8

mempool for regex_list/phishcheck

Török Edvin authored on 2008/10/19 21:27:59
October 18, 2008
View b94e66c

HIGLY EXPERIMENTAL memory pool for libclamav The goal is to put an end to memory wasted due to stupid allocators and fragmentation In the long run mpool libraries will be replaced with better code. For now there just good enough.

aCaB authored on 2008/10/18 02:00:13
October 11, 2008
View d6d8d45

fix URL parsing, since we now parse the full URL

Török Edvin authored on 2008/10/11 19:27:34
October 3, 2008
View ff9845c

--phishing-ssl and --phishing-cloak should work even if the host is not in the .pdb (bb #1211)

Török Edvin authored on 2008/10/03 03:55:24
October 1, 2008
View dc36f0d

strip spaces from URL before checking that it is a URL

Török Edvin authored on 2008/10/01 18:56:54
September 24, 2008
View 7d4b5f1

use clistrdup/free instead of blobs (bb #828)

Török Edvin authored on 2008/09/24 05:52:33
September 17, 2008
View 81040d7

bb #1160

Török Edvin authored on 2008/09/17 03:13:07
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
August 25, 2008
View 7959343

allow make distcheck to succeed (bb #1142) fix some more warnings filter -Werror in clamav-milter.c

Török Edvin authored on 2008/08/25 23:18:48