summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-08-12Fixed WIN32 FTBFSXavier Roche
2013-08-05Allow -m,10000 variantXavier Roche
2013-07-20Fixed possible stash merging issue (if a string pool expand was executed ↵Xavier Roche
during the merge)
2013-07-20Fixed macro (again)Xavier Roche
2013-07-20More stressing hashtable unit testsXavier Roche
2013-07-20Fixed string pool insanity when compacting (macros are evil, hell yeah)Xavier Roche
2013-07-20Fixed warningsXavier Roche
2013-07-20Refresh statsXavier Roche
2013-07-18Fixed buggy keep-alive handling, leading to waste connectionsXavier Roche
2013-07-16Added hts_get_stats()Xavier Roche
2013-07-15Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co ↵Xavier Roche
at gmail dot com)
2013-07-15Fixed buggy referer while parsing: the referer of all links in the page is ↵Xavier Roche
the current page being parsed, NOT the parent page. (alexei dot co at gmail dot com) * closes: issue #20
2013-07-15Fixed "Wildcard domains in cookies do not match" (alexei dot co at gmail dot ↵Xavier Roche
com ) * closes issue #19
2013-07-14handle empty strings as a specific case in the strings pool, so that we can ↵Xavier Roche
consider them as sign of duplicate release
2013-07-14Fixed stupid typo.Xavier Roche
2013-07-14Unused variableXavier Roche
2013-07-14Really compact when needed the string poolXavier Roche
2013-07-12Experiments with MurmurHash3 as hashing function for the hashtableXavier Roche
2013-07-12Added hts_isStringUTF8() function.Xavier Roche
2013-07-11Plugged iconv-like charsets when iconv is missing.Xavier Roche
2013-07-11Added basic iconv-like primitives (for 8-bit non-MBCS charsets) for ↵Xavier Roche
operating systems like Android, where iconv is very unfortunately missing.
2013-07-10Fixed uncompressingXavier Roche
2013-07-09Attempt to replace tmpnam()Xavier Roche
2013-07-09-Zz (trace logs)Xavier Roche
2013-07-09LOG_TRACEXavier Roche
2013-07-08Spurious test leading to have a broken non-SSL version of httrackXavier Roche
2013-07-08CosmeticXavier Roche
2013-07-08Removed dead flagXavier Roche
2013-07-08Removed dead codeXavier Roche
2013-07-08Huge regression: LLint is signed! (regression introduced in r429 and r432)Xavier Roche
2013-07-07Added hts_version()Xavier Roche
2013-07-07android doesn't like versioned .soXavier Roche
2013-07-07Temporary hack for android timezone (bis)Xavier Roche
2013-07-07timezone for androidXavier Roche
2013-07-07Added DISABLE_ICONVXavier Roche
2013-07-07timezone for androidXavier Roche
2013-07-07Fixed warningXavier Roche
2013-07-07Better 64-bit detectionXavier Roche
2013-07-05Do not unescape '+' before the query stringXavier Roche
Fixed issue 18
2013-06-30Allow to manage key allocation and comparison.Xavier Roche
2013-06-30Compact while expanding string pool if not compact enough.Xavier Roche
2013-06-30Use low-level MD5 functions.Xavier Roche
2013-06-28TypoXavier Roche
2013-06-28Fixed spurious stash handling wrt the strings pool leading to corrupt the ↵Xavier Roche
hashtable Moved to MD5 after all Cleaned up logging
2013-06-27Minor fixesXavier Roche
2013-06-27Hash value can be signed or unsignedXavier Roche
2013-06-27Unit testXavier Roche
2013-06-27Do not loop if cuckoo is loopingXavier Roche
2013-06-26Fixed old 3-hashtable missing free on exitXavier Roche
Always use default starting hash size
2013-06-26Cosmetic and documentation, logging.Xavier Roche