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
View 1464e7a

clamscan/manager.c: fix double-slash when scanning the root dir (bb#1263)

Tomasz Kojm authored on 2008/11/06 04:50:28
View baacbd1

unit_tests/virusaction-test.sh: ignore pathnames (bb#1274)

Tomasz Kojm authored on 2008/11/06 03:25:02
November 5, 2008
View 26ffcfa

use ANONYMOUS_MAP from clamav-config.h instead of MAP_ANONYMOUS, fix mp_flush call mp_flush from readdb

Török Edvin authored on 2008/11/05 19:46:23
View c9a3e68

* libclamav/mpool.c (mp_destroy): need to use sizeof(*mp) because mp is a pointer here!!

Török Edvin authored on 2008/11/05 17:25:01
View 38e881e

mpool cli_mp_hex2ui

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

add more TODO notes, thanks nitrox for the feedback!

Török Edvin authored on 2008/11/05 05:31:13
View af09ef0

add TODO note about reconnecting

Török Edvin authored on 2008/11/05 05:13:28
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
View ac1b219

libclamav, clamd: always return correct db version in VERSION (bb#1168)

Tomasz Kojm authored on 2008/11/05 03:45:48
November 4, 2008
View 8ff2ee2

fix bar calculation: releasable is part of free mention mempool in TODO

Török Edvin authored on 2008/11/04 19:40:38
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 7866b37

mpool debugging s/USE_MEMPOOL/USE_MPOOL/

Török Edvin authored on 2008/11/04 19:40:24
View 764f76c

* clamd/thrmgr.c (thrmgr_printstats, IDLE_TASK): add comments * contrib/clamdtop/TODO: more TODO items

Török Edvin authored on 2008/11/04 18:13:24