May 28, 2008
View 72ce4b7

improve handling of PDF, CAB, RTF, OLE2 and HTML files (sync with branch/0.93)

Tomasz Kojm authored on 2008/05/28 01:30:47
February 16, 2008
View 7be8d87

replace cli_dbgmsg with a macro that avoids calling the real function if we're not debugging. Statically predict this branch as untaken. updates due to above change

Török Edvin authored on 2008/02/16 05:45:51
February 4, 2008
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
January 31, 2008
View a3fe2c5

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

Tomasz Kojm authored on 2008/01/31 05:04:02
December 31, 2007
View 80cf630

add support for version scripts when using Sun's ld on Solaris. use $GREP to grep binary files, needed for autoit to build on Solaris. add support for both GNU and Sun ld version scripts. add version script maps to libclamunrar, libclamunrar_iface. Enumerate all symbols, Sun's ld doesn't support cl_* (only *). cli_decodesig needs a dummy definition on Solaris.

Török Edvin authored on 2007/12/31 21:46:26
December 29, 2007
View 3c5655f

add missing version script

Török Edvin authored on 2007/12/29 18:08:05