June 11, 2009
View 8df99a9

0.95.2

Tomasz Kojm authored on 2009/06/11 05:50:49
April 7, 2009
View 64b9b98

allow offsets for all buffer types

Tomasz Kojm authored on 2009/04/07 05:17:25
February 12, 2009
View 871177c

return codes cleanup (bb#1159)

Tomasz Kojm authored on 2009/02/12 22:53:23
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
December 30, 2008
View 589d8d8

libclamav: add default.h

Tomasz Kojm authored on 2008/12/30 02:55:30
December 2, 2008
View 41486c4

libclamav/matcher-ac.c: fix parsing of lsig modifiers

Tomasz Kojm authored on 2008/12/02 03:48:39
November 14, 2008
View ab0d2f0

libclamav, clamd, clamscan: use cl_engine_set() to control AC settings

Tomasz Kojm authored on 2008/11/14 04:06:42
November 11, 2008
View 724b2bf

Move cl_engine from clamav.h to others.h; move cl_limits to cl_engine; New API calls:

Tomasz Kojm authored on 2008/11/11 02:39:58
November 10, 2008
View fc0493d

reduce memory usage of AC nodes

Török Edvin authored on 2008/11/10 19:46:24
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
November 5, 2008
View 38e881e

mpool cli_mp_hex2ui

aCaB authored on 2008/11/05 06:45:49
View a305a26

libclamav/matcher-ac.c: micro-optimization (bb#843), thanks to Edwin

Tomasz Kojm authored on 2008/11/05 04:23:35
View d6e1ef1

mempool deuglification

aCaB authored on 2008/11/05 04:18:27
November 4, 2008
View ad0fd72

* libclamav/matcher-ac.c (cli_ac_addsig): need to use mpool allocated memory for ->str * libclamav/mpool.c (mp_malloc, cli_mp_hex2str, check_all): introduce hex2str wrapper * libclamav/mpool.h (mp_t, cli_mp_hex2str): introduce hex2str wrapper * libclamav/regex_list.c (add_hash): need to use mpool allocated memory for arg to bm_addpatt

Török Edvin authored on 2008/11/04 19:40:31
View 563582a

fix unit tests when mpool is activated

Török Edvin authored on 2008/11/04 04:26:57