February 3, 2008
View 7067a88

enum encodings was missing (bb #807)

Török Edvin authored on 2008/02/03 02:10:35
February 2, 2008
View 3e3f77c

fix error path descriptor leaks

Tomasz Kojm authored on 2008/02/02 18:42:12
View b3fc7f9

use entconv to detect UTF-16BE, and UCS-4 variants use only cli_readline() we don't need exact conversion drop unused functions, simplify encoding_norm_readline(), and rename to encoding_normalize_toascii()

Török Edvin authored on 2008/02/02 04:38:52
February 1, 2008
View 4addba2

ndb sigs: add new target type (7) for ASCII files; handle sigs for targets 2..7 with A-C only

Tomasz Kojm authored on 2008/02/01 09:17:44
View f12c2e6

ignore invalid URLs containing double dots, optimization: cut URL after hostname

Török Edvin authored on 2008/02/01 01:05:20
View 8619da9

minor code tidy; drop broken sigtouint32()

Tomasz Kojm authored on 2008/02/01 00:51:13
January 31, 2008
View 1cdb6cf

s/HAVE_GMP/HAVE_LIBGMP

Tomasz Kojm authored on 2008/01/31 21:16:31
View 6053d09

allow to specify libgmp location, by using --with-libgmp-prefix, by default current prefix is also searched allow to specify libb2 location, by using --with-bz2-prefix, by default current prefix is also searched locating gmp and bz2 works by default on OpenBSD (bb #301) move local m4 macros to m4/ import lib-link.m4 and dependent files quoting for autoconf macros (bb #452)

Török Edvin authored on 2008/01/31 21:07:57
View 7d39618

fix quoting of version.

Török Edvin authored on 2008/01/31 06:33:27
View 8b46ba3

add AC_C_RESTRICT (bb #452)

Török Edvin authored on 2008/01/31 06:12:43
View 4c56bff

build system modernization: (based on suggestion from Markus Elfring <Markus.Elfring*web.de> in bb #452) * use AC_CONFIG_HEADER, since AM_CONFIG_HEADER is obsolete * put configure files into auxiliary directory * fix main declaration in FD_SETSIZE test * check for failure on fopen in FD_SETSIZE test * move version from AM_INIT_AUTOMAKE to AC_INIT, old form was obsolete * eliminate automake warnings, update Makefile.am * rename .splitted to .split (requested by aCaB)

Török Edvin authored on 2008/01/31 06:06:36
View a3fe2c5

make the parser more sensitive to syntax errors (bb#238)

Tomasz Kojm authored on 2008/01/31 05:04:02
View 75fe125

when domain matchers, preserve full subdomain(bb #721)

Török Edvin authored on 2008/01/31 03:44:07
January 30, 2008
View 5d40533

Handle trailing CR and change handling of truncated files

Nigel Horne authored on 2008/01/30 03:11:28
View e25960d

Downgrade some messages from warning to debug

Nigel Horne authored on 2008/01/30 02:31:35