summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2013-06-25Mostly cosmeticXavier Roche
2013-06-25hashtables: use fnv-1 for hashingXavier Roche
2013-06-24Hashtable fixesXavier Roche
MD5 is temporarily back until some better hash function is found (current LCG is too lame and prone to collisions)
2013-06-24Keep hashes in hashtable items so that we do jot have to recompute them in ↵Xavier Roche
case of rehash Attempt to push back items from the stash when deleting an entry Added some logging
2013-06-24Added inline tokenXavier Roche
2013-06-24Removed unused fieldXavier Roche
2013-06-24Fixed warningXavier Roche
2013-06-23CleanupXavier Roche
2013-06-23Fixed headersXavier Roche
2013-06-23Trashed historical link heap hashtable, and replaced it by cleaner code ↵Xavier Roche
using new cuckoo hashtables I can not believe I kept such a terible and frightening code for such a long time, geez.
2013-06-23Fixed hashtable grow bug (do not relocate null entries)Xavier Roche
2013-06-23Rewritten hashtablesXavier Roche
* cuckoo hashing with stash, auto-resize * pool of strings for keys (auto-resize, auto-compact) - no auto-shrink for hashtable currently Still experimental, expect bugs!
2013-06-23Removed useless assert()Xavier Roche
2013-06-18transfered => transferredXavier Roche
2013-06-16Fixed div-by-zero when speficying more than 1000 connections per seconds ↵Xavier Roche
(probably not very common)
2013-06-16spelling: allows to => allows you toXavier Roche
2013-06-16spelling: s/bandwith/bandwidth/gXavier Roche
2013-06-163.47.19Xavier Roche
2013-06-14Escaping fixes when the final disk filename contains a %Xavier Roche
2013-06-14Malformed escaping.Xavier Roche
2013-06-14CleanupXavier Roche
2013-06-12Removed unused codeXavier Roche
2013-06-12Should partially fix again issue #5 "No such file or directory" errorsXavier Roche