August 2, 2008
View 063ddd5

optimization: use the filter to avoid cli_bm_scanbuff calls bugfix: SO_search returns -1 when it doesn't find a match, code was assuming it returns 0.

Török Edvin authored on 2008/08/02 00:45:15
August 1, 2008
View 063bfe5

rename hashes -> md5_hashes

Török Edvin authored on 2008/08/01 23:50:16
View b611b5f

initial support for matching URLs against MD5 hashes

Török Edvin authored on 2008/08/01 23:49:55
July 30, 2008
View a2d14e0

add more unit-tests fix matching bugs in regex_list

Török Edvin authored on 2008/07/30 00:37:23
July 29, 2008
View 9ee053f

handle multiple matches (bb #1110) update tests for regex, reenable test

Török Edvin authored on 2008/07/29 19:36:26
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 23, 2008
View 2e11bcd

performance improvements for URL matching (bb #725, bb #650): * use a suffix AC-trie and a shift-or FSM to filter * rewrite the URL regex in C * use a perfect hash to lookup TLD and ccTLD, instead of a regex * TODO: suffixes having a common prefix: loop over all of them cli_ac_free: multiple virname pointing to same location

Török Edvin authored on 2008/07/23 22:51:57
May 19, 2008
View e8ae4fa

faster loading of uncompressed .cld files

Tomasz Kojm authored on 2008/05/19 06:32:27
April 3, 2008
View 2023340

update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD

Tomasz Kojm authored on 2008/04/03 00:24:51
December 28, 2007
View 5a9a998

avoid holes in data-structures due to alignment.

Török Edvin authored on 2007/12/28 21:30:23
December 19, 2007
View 056d95d

add (initial) support for direct loading of CVD files

Tomasz Kojm authored on 2007/12/19 04:23:56
October 3, 2007
View 7191e94

avoid some false positives when there are spaces in URL.

Török Edvin authored on 2007/10/03 21:53:09
September 28, 2007
View b5341ac

more improvements to the url extraction algorithm (more to come later). Reduces false negatives. False positives ratio should be same.

Török Edvin authored on 2007/09/28 06:27:37