February 4, 2008
View 2fa01e2

fix fd handling (thanks Edwin)

Tomasz Kojm authored on 2008/02/04 19:32:23
View 9269734

use cli_ctime()

Török Edvin authored on 2008/02/04 04:40:55
View 9e75180

introduce cli_ctime() that uses ctime_r() when available, and falls back to locking with a mutex around ctime(). (ensures we are using the same mutex always). use cli_ctime() instead of the thread-unsafe ctime(). This fixes stability problems.

Török Edvin authored on 2008/02/04 04:23:20
View a647ecb

set MAGIC_BUFFER_SIZE to 512

Tomasz Kojm authored on 2008/02/04 03:31:58
View 128c7be

fix invalid free() (bb#809)

Tomasz Kojm authored on 2008/02/04 03:08:12
February 3, 2008
View baedf04

don't leave return value uninitialized. (bb #808).

Török Edvin authored on 2008/02/03 17:57:05
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