Commit Graph

51 Commits (e766303b2f6c96297c3c3bed17a0915538d6c1d0)

Author SHA1 Message Date
Micah Snyder 6289eda8e0 Eliminating AUTHORS file, and moving acknowledgements for various source code contributions to the file comment blocks for the individual files, as appropriate. 7 years ago
Josh Soref 7cd9337a70 Spelling Adjustments (#30) 7 years ago
Steven Morgan 22cb38ed24 pull request #53(2/4): Spelling fix by klemens(ka7). 9 years ago
Kevin Lin 059ca61484 compiler warning suppression 9 years ago
Mickey Sola 46a35abe56 mass update of copyright headers 10 years ago
Steven Morgan 8bbaf7f9e5 Revert "bb11092: fix up printf format with LFS using patch by Sebastian Andrzej Siewior." 10 years ago
Steven Morgan 8f50c4a179 bb11092: fix up printf format with LFS using patch by Sebastian Andrzej Siewior. 10 years ago
Steven Morgan 661a88607f bb11161 - fix return code test that resulted in writing to uninitialized hashset. 11 years ago
Shawn Webb cd94be7a52 Silence a bunch of compiler warnings in libclamav 11 years ago
Shawn Webb 60d8d2c352 Move all the crypto API to clamav.h 11 years ago
Shawn Webb b2e7c931d0 Use OpenSSL for hashing. 11 years ago
David Raynor a0e53e4134 libclamav: earlier exit on hashtable growth problem 12 years ago
Shawn Webb 241e7eb147 bb6258 - Add warnings when allocations fail 12 years ago
David Raynor bebd86a60b bb#5343 13 years ago
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