Commit Graph

35 Commits (b842e8bf75c7f44609828657a55db54af8321e75)

Author SHA1 Message Date
Shawn Webb b2e7c931d0 Use OpenSSL for hashing. 11 years ago
David Raynor bebd86a60b bb#5343 13 years ago
Török Edvin 13bfb27361 bb #4097 14 years ago
Török Edvin 0090efc0f4 Disable entconv debug messages. 15 years ago
Tomasz Kojm cc447ac82c configure, libclamav: fix compile issues on IRIX (bb#1532) 16 years ago
Török Edvin e68d70e7e0 strerror/strerror_r->cli_strerror which is always thread safe. 16 years ago
Török Edvin 6a21552ef2 have configure define NDEBUG unless we use --enable-debug, instead of having 17 years ago
aCaB 1405207a2b bb#1219 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
Török Edvin 758b2755c5 fix memory leak (patch from TK) 17 years ago
aCaB 2455584143 sync to trunk 18 years ago
Török Edvin baedf04d66 don't leave return value uninitialized. (bb #808). 18 years ago
Török Edvin b3fc7f9747 use entconv to detect UTF-16BE, and UCS-4 variants 18 years ago
Török Edvin 288aa81040 forgot to remove debug line 18 years ago
Török Edvin 1d23b7deaa make iconv replacement function handle NULL args (bb #792) 18 years ago
Török Edvin b8a505eeda optimize u16_normalize, encode as hex entities (Ȁ) 18 years ago
Török Edvin 8b22c9b52a optimize char reference handling 18 years ago
Török Edvin cd75ab404e fix valid characters table for encoding name 18 years ago
Török Edvin b07ca9d9c6 fix typo (thanks Nigel) 18 years ago
Török Edvin f2895a0d7c handle E2BIG correctly, avoid infinite loops on iconv errors. (bb #785) 18 years ago
Török Edvin 4812a022c4 fix EOF handling, bug introduced in r3515. 18 years ago
Török Edvin b0b8398b48 * contrib/entitynorm: 18 years ago
Török Edvin fbd8fe6916 remove dead code 18 years ago
Török Edvin 4e1127c594 AC_TRY_LINK already adds a main(), remove duplicate main() 18 years ago
Török Edvin 24e4c0d457 don't make tmp_move negative (bb #772). 18 years ago
Török Edvin 6eac0e0612 improve iconv() detection, by actually trying to link a test-program (bb #599). 18 years ago
Török Edvin 38a0019993 stick to GPLv2 18 years ago
Török Edvin 736112931b handle & in URLs, even with 18 years ago
Tomasz Kojm 84fd5a614c fix some possible error path leaks by changing cli_realloc() to cli_realloc2() 18 years ago
Török Edvin 8869856ebe remove unnecessary include 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 e4ba6d85cc leave <0x20 characters untouched in cl_experimental (don't normalize them to &xx;) 18 years ago
Török Edvin c1544144e3 fix gcc -W* warnings 18 years ago
Török Edvin 0134b0e9c8 Don't cache iconv_open() failures (closes bb #329). 19 years ago
Török Edvin beb9ff103a Don't normalize buffer shorter than 2 bytes. 19 years ago
Sven Strickroth a99111f050 remove old CVS-stuff and make the repository look more like SVN 19 years ago
Tomasz Kojm 3505d575a3 fix incorrect use of isspace() in experimental code 19 years ago
Tomasz Kojm 8b19830555 a couple of fixes from Edwin 19 years ago
Tomasz Kojm e98f12a201 cleanup includes 19 years ago
Nigel Horne 240bee97e7 Code tidy for bounds checking compilers 19 years ago
Tomasz Kojm 093789b9ef fix whitespace normalization (bb#283) 19 years ago
Tomasz Kojm c8184020c4 apply entconv patch from Edwin 19 years ago
Nigel Horne 473b954b5e Fix compilation error on earlier OpenBSDs 19 years ago
Tomasz Kojm f2935ff9e5 fix memory corruption in experimental code (bb#227) 19 years ago
Tomasz Kojm 00e7d3b4a2 iconv: fix incorrect resuming on invalid UTF8 character 19 years ago
Tomasz Kojm 3506ac49f7 add encoding and entity normalizer from Edwin (bb#145) 19 years ago