January 23, 2008
View f2895a0

handle E2BIG correctly, avoid infinite loops on iconv errors. (bb #785)

Török Edvin authored on 2008/01/23 02:12:12
January 22, 2008
View 4812a02

fix EOF handling, bug introduced in r3515.

Török Edvin authored on 2008/01/22 03:23:42
View b0b8398

* contrib/entitynorm: * use fewer entities, browsers don't support all either. * update to generate code for new entconv. * no need for configure, use just a simple Makefile (it is an internal tool) libclamav/entconv.c, hashtab.c, htmlnorm.c: * don't allocate memory for each entity_norm call. * don't touch length of mmaped area (bb #785) * update htmlnorm to use new entity_norm

Török Edvin authored on 2008/01/22 00:52:21
January 21, 2008
View fbd8fe6

remove dead code

Török Edvin authored on 2008/01/21 07:20:17
View 4e1127c

AC_TRY_LINK already adds a main(), remove duplicate main() entconv improvements to improve security and performance Part I for (bb #686, #386) TODO: * optimize entity_norm * create testfiles for unicode encoding variants * create a regression test * check for memory leaks

Török Edvin authored on 2008/01/21 07:18:14
January 13, 2008
View 24e4c0d

don't make tmp_move negative (bb #772).

Török Edvin authored on 2008/01/13 18:37:43
January 7, 2008
View 6eac0e0

improve iconv() detection, by actually trying to link a test-program (bb #599).

Török Edvin authored on 2008/01/07 03:06:56
June 30, 2007
View 38a0019

stick to GPLv2

Török Edvin authored on 2007/06/30 20:50:56
June 17, 2007
View 7361129

handle & in URLs, even with entity-converter off; don't leave & in URLs (bb #535)

Török Edvin authored on 2007/06/17 02:03:42
May 26, 2007
View 84fd5a6

fix some possible error path leaks by changing cli_realloc() to cli_realloc2()

Tomasz Kojm authored on 2007/05/26 08:10:58
May 2, 2007
View 8869856

remove unnecessary include

Török Edvin authored on 2007/05/02 04:18:44
View 462e8e5

apply next set of patches for enabling phishing code

Török Edvin authored on 2007/05/02 01:46:52
March 15, 2007
View e4ba6d8

leave <0x20 characters untouched in cl_experimental (don't normalize them to &xx;)

Török Edvin authored on 2007/03/15 04:21:52
March 11, 2007
View c154414

fix gcc -W* warnings

Török Edvin authored on 2007/03/11 01:06:15
February 22, 2007
View 0134b0e

Don't cache iconv_open() failures (closes bb #329).

Török Edvin authored on 2007/02/22 03:23:16