November 6, 2008
View deb3031

mempool statistics support

Török Edvin authored on 2008/11/06 23:27:27
November 4, 2008
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
View 64cb380

fix whitespace

Török Edvin authored on 2008/11/04 18:13:18
View 6bdb35e

use mdprintf instead of fdopen on socket (bb #1270) (thanks to Gianluigi Tiesi <sherpya*netfarm.it>)

Török Edvin authored on 2008/11/04 17:58:44
View aa22174

new command STATS new top-like tool using ncurses: clamdtop

Török Edvin authored on 2008/11/04 04:27:20
September 14, 2008
View b8edbb8

clamd/thrmgr.c: fix valgrind warning (bb #1184) unit_tests: add more valgrind tests, add a reload and a multiscan test (bb #1092)

Török Edvin authored on 2008/09/14 23:15:39
August 3, 2008
View 4a0bd44

Multiscan queues a lot of scan tasks. If thread_idle wasn't zero when multiscan started queueing, it will only spawn at most one thread, and keep queueing without spawning more threads (because threads_idle now non-zero), but the idle thread doesn't get a chance to pick up the tasks.

Török Edvin authored on 2008/08/03 23:09:29
July 30, 2008
View 4270f93

(bb #913, #916) * fix scan of partial messages * allow for tempfiles to be cleaned up based on age * new clamd.conf option ScanPartialMessages * sample cleanup script * clamd/thrmgr.c: fix item_count

Török Edvin authored on 2008/07/30 22:54:34
View 5a66732

clamd: revert patch from bb#1028 (bb#1113)

Tomasz Kojm authored on 2008/07/30 06:35:58
July 28, 2008
View cc4232a

add some missing checks for pthread api calls - bb#384

aCaB authored on 2008/07/28 06:38:35
July 5, 2008
View 600a7f2

configure, clamd: fix compilation error on systems without pthread_yield() (bb#1058)

Tomasz Kojm authored on 2008/07/05 01:34:30
June 4, 2008
View 22e4ec8

clamd/thrmgr.c: move some msgs to debug (bb#1028)

Tomasz Kojm authored on 2008/06/04 03:25:44
June 2, 2008
View 04ba76d

minimize memory fragmentation after db reload (bb#1028)

Tomasz Kojm authored on 2008/06/02 21:00:37
February 13, 2008
View d6df9ff

use pthread_cond_* instead of usleep() in MULTISCAN (bb #758) enable entconv by default others.c: fix compiler warning regex_list.c: remove unused code, because a better solution is scheduled for 0.94 (bb #725)

Török Edvin authored on 2008/02/13 19:57:33
February 8, 2008
View efac2f0

don't ignore SIGBUS, SIGFPE, SIGILL, and SIGSEGV. POSIX says the behaviour is undefined if they are ignored. (on HP-UX behaviour was: hang) make BIGSTACK the default on HPUX

Török Edvin authored on 2008/02/08 05:47:50