Commit Graph

39 Commits (b21d2db5c5bf7bd39620b6a148eaff20740aa262)

Author SHA1 Message Date
aCaB 0b82971d7d port hashmatch to non-mpool 15 years ago
aCaB c802edd50e add loadhash 15 years ago
aCaB 7f67f2bbba make hashtab_clear properly clear the table 15 years ago
aCaB 153388c129 add htu32_next for enumeration 15 years ago
aCaB b6540c3d4f add htu32 hashtab - maps uints to ptrs/uints 15 years ago
aCaB 355bbc6a1f hashset from pool (bb#2185) 15 years ago
Török Edvin 67cbb218bc Fix infloop in hashtab_remove/insert. 15 years ago
Török Edvin a46e16af81 Fix compiler warnings. 15 years ago
Török Edvin aadccfd1c8 Fix valgrind warnings. 15 years ago
Török Edvin e01a81ba2a Fix map API. 15 years ago
Török Edvin 7a7365efe9 0.96.1 new APIs (cli_map etc.) 15 years ago
Török Edvin 36106d8968 Fix distcheck. 15 years ago
Török Edvin ded1cddc8c Add missing function. 15 years ago
aCaB 91689e9b5e bzero size typo in hs 16 years ago
aCaB 10c1ce9a39 void return 16 years ago
aCaB 4ddd73d4da hashset fixes 16 years ago
Török Edvin ed528ece13 The hashset's bitmap needs only capacity/32 memory, not capacity/8. 16 years ago
Török Edvin 1739b81e29 add _noalloc hashset functions requested by aCaB. 16 years ago
Török Edvin 761c97e537 The hashset's bitmap needs only capacity/32 memory, not capacity/8. 16 years ago
Török Edvin 6f1d98ebaf add _noalloc hashset functions requested by aCaB. 16 years ago
Tomasz Kojm cc447ac82c configure, libclamav: fix compile issues on IRIX (bb#1532) 16 years ago
Török Edvin a1c9ad2cf3 fix distcheck. 16 years ago
Török Edvin fe389c841d reorder fields (bb #1144) 16 years ago
aCaB a5746c2512 TODO: 17 years ago
aCaB 885c2bf5b9 builds with and without mpools (#define USE_MPOOL) but it's still very broked 17 years ago
aCaB 0728972ea5 (hoepfully) completed db load, regexes and hashes missing 17 years ago
Török Edvin 5cd3f734a9 add lots of warnings flags to 'make distcheck', 17 years ago
aCaB 937ade082c fix collisions in ole2/vba 17 years ago
Török Edvin 2e11bcdfd9 performance improvements for URL matching (bb #725, bb #650): 17 years ago
Török Edvin ca12025309 optimize hashtab_find 17 years ago
Török Edvin 6bba75b225 hashtab_insert should return pointer to newly inserted element. Fix grow bug. 17 years ago
Török Edvin 53321a4cb3 avoid using C99 flexible array members (bb #1039) 17 years ago
Tomasz Kojm 72ce4b70eb improve handling of PDF, CAB, RTF, OLE2 and HTML files (sync with branch/0.93) 17 years ago
Tomasz Kojm 2023340a41 update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD 17 years ago
aCaB 2455584143 sync to trunk 18 years ago
Török Edvin c3671221da introduce hashset_* functions 18 years ago
Török Edvin b8a505eeda optimize u16_normalize, encode as hex entities (Ȁ) 18 years ago
Török Edvin b0b8398b48 * contrib/entitynorm: 18 years ago
Török Edvin 0bc4d4742a fix a gcc warning (bb #786). Thanks to Gianluigi Tiesi <sherpya*netfarm.it> 18 years ago
Török Edvin 38a0019993 stick to GPLv2 18 years ago
Török Edvin 462e8e5eb3 apply next set of patches for enabling phishing code 18 years ago
Török Edvin 293b4d909d Remove cl_experimental wrapper for phishcheck, and entconv 18 years ago
Török Edvin 43ecd9a14b #include cleanup, Code cleanup, remove commented-out code, fix some gcc -W* warnings 18 years ago
Török Edvin 3c882206b1 Fix entity list generator to support more entities, including &amp; (bb #391) 18 years ago
Sven Strickroth a99111f050 remove old CVS-stuff and make the repository look more like SVN 19 years ago
Nigel Horne 98b42c3cb6 Fix compilation error on earlier OpenBSDs 19 years ago
Tomasz Kojm 3506ac49f7 add encoding and entity normalizer from Edwin (bb#145) 19 years ago