June 26, 2009
View 997a1ef

Draft of bytecode loader.

Török Edvin authored on 2009/06/26 22:30:46
April 2, 2009
View 4b93f2b

check for mallinfo availability (bb #1445).

Török Edvin authored on 2009/04/02 02:51:44
March 14, 2009
View b070a1d

fix build on platforms where pthread in not part of libc (bb #1470).

Török Edvin authored on 2009/03/14 23:31:49
March 3, 2009
View 5348fa8

bb#1443 please don't touch the build stuff for a coupel of hours so i can easily revert this commit

aCaB authored on 2009/03/03 01:39:54
February 23, 2009
View 8db0a34

clamdtop moved to toplevel + manpage.

Török Edvin authored on 2009/02/23 21:35:34
February 13, 2009
View 7609af8

merge from clamd-proto branch: handle multiple %v parameters introduce poll_fds that also does the read into a buffer introduce thrmgr_group* commands for keeping track of groups of commands (multiscan, IDSESSION) introduce 2 queues in thrmgr, multiscan queues get lower priority. Commands are processed from both queues in a 4:1 ratio to avoid starvation. unify reply code: conn_reply* unify scanner code into scan_callback that is called from cli_ftw multiscan doesn't need stat() now if readdir() provides dt_type redesign clamd main loop: there is now an accept thread, and a recv()/dispatch thread, +MaxThreads worker (scanner) threads. introduce limiting on commands when worker threads are contended. introduce IDSESSION, a replacement for the old SESSION command, that allows asyncronous (scan) commands and scan replies introduce INSTREAM that allows sending the data to scan on same connection (vs STREAM that requires another port) introduce zCOMMANDS

aCaB authored on 2009/02/13 02:11:27
View ee6702a

unify actions

aCaB authored on 2009/02/13 00:14:12
February 7, 2009
View f687013

IDSESSION + INSTREAM sport tidy (smthng still fuxxxd up)

aCaB authored on 2009/02/07 09:59:58
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
January 23, 2009
View 07e8d00

now handling recursion for remote/fdpass scanning still lots of fixmes todo: iSESSION

aCaB authored on 2009/01/23 02:29:40
December 31, 2008
View a68d5e2

shared/optparser.c, clamdscan: use the new option parser (bb#1215)

Tomasz Kojm authored on 2008/12/31 06:16:02
December 8, 2008
View 3be4ac3

drop useless checks

aCaB authored on 2008/12/08 00:12:07
November 10, 2008
View 094104a

preliminary dlopen support for libclamunrar - this is mostly libtool stuff

aCaB authored on 2008/11/10 03:23:04
October 4, 2008
View ae685a7

link to libclamunrar_iface explicitly to allow non-rpath builds to work. (bb #1203) Thanks to James Ralston <ralston*pobox.com>

Török Edvin authored on 2008/10/04 02:11:59
September 11, 2008
View 15d6731

allow 'make check' to work even if check is not installed by skipping checks that require it. (bb #1157) if configure is not able to find check, you can use --with-libcheck-prefix, instead of CHECK_CFLAGS and CHECK_LIBS. remove accidental AC_DEFINE GETHOSTBYNAME_R_6 from last commit.

Török Edvin authored on 2008/09/11 20:02:12