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
August 22, 2008
View 5cd3f73

add lots of warnings flags to 'make distcheck', and turn some warnings into errors (bb #1092)

Török Edvin authored on 2008/08/22 05:21:43
August 12, 2008
View 3b7d319

fix NULL dereference when running with a limited db

Tomasz Kojm authored on 2008/08/12 04:00:52
August 4, 2008
View dfc0c03

if there is a version.h.static use that instead of output from svnversion Makefile portability fixes fix assert failure add lcov to top level makefile cleanup after lcov when you run make clean (bb #1112) fix parsing of [^.] character class fix parsing of [r-t] fix handling of @ for URL hashes fix handling of &# inside URLs drop some dead code more unit tests for str portability fixes

Török Edvin authored on 2008/08/04 21:44:16
August 2, 2008
View 063ddd5

optimization: use the filter to avoid cli_bm_scanbuff calls bugfix: SO_search returns -1 when it doesn't find a match, code was assuming it returns 0.

Török Edvin authored on 2008/08/02 00:45:15