October 11, 2008
View d9282b9

properly null-terminate buffer (bb #1223)

Török Edvin authored on 2008/10/11 22:56:29
September 3, 2008
View 5f3d802

remove duplicate symbol

Török Edvin authored on 2008/09/03 16:06:45
August 7, 2008
View ec28550

unit_tests/check_matchers.c: add tests for cli_(ac|bm)_scanbuff

Tomasz Kojm authored on 2008/08/07 21:40:41
August 4, 2008
View 5e07cfe

unit tests for uniq

aCaB authored on 2008/08/04 09:01:14
August 1, 2008
View 2e64bd9

add test for cli_hex2str (bb #930)

Török Edvin authored on 2008/08/01 23:50:38
July 29, 2008
View c92b005

test_disasm

aCaB authored on 2008/07/29 04:22:15
July 26, 2008
View 10290ba

allow custom data to be associated with patterns (such as a regex) via a void* field. Fix memory leaks, and valgrind problems in regex_list_done.

Török Edvin authored on 2008/07/26 05:01:40
View 3dcc2d7

more tests for regex run unit-tests under valgrind if available.

Török Edvin authored on 2008/07/26 01:03:04
July 25, 2008
View 5ee56e4

split up regex_list. begin testing for regex_suffix

Török Edvin authored on 2008/07/25 03:48:31
July 15, 2008
View 5be3029

fix crash in js parser fix configure test for check: if it is not available, and we didn't pass --enable-check, do not complain add unit test for jsnorm bug

Török Edvin authored on 2008/07/15 04:31:56
July 9, 2008
View 37e6472

more unit tests for js normalizer

Török Edvin authored on 2008/07/09 04:37:18
View 4a6ade4

add all needed files to EXTRA_DIST (to fix make distcheck) create unit tests for js normalizer cleanups

Török Edvin authored on 2008/07/09 04:02:15
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