summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 has...Xavier Roche
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
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
2013-06-24Keep hashes in hashtable items so that we do jot have to recompute them in ca...Xavier Roche
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 using...Xavier Roche
2013-06-23Fixed hashtable grow bug (do not relocate null entries)Xavier Roche
2013-06-23Rewritten hashtablesXavier Roche
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 (pro...Xavier Roche
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
2013-06-09automake 1.11.6 (wheezy)Xavier Roche
2013-06-09Missing Makefile.in needed by configureXavier Roche
2013-06-08Removed intermediate automake files (Sebastian Pipping)Xavier Roche
2013-06-08Merged <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/ht...Xavier Roche
2013-06-08Replacing remaining sprintf() by snprintf()Xavier Roche
2013-06-08Replaced dangerous sprintf() by snprintf() in ftp backend.Xavier Roche
2013-06-06Fixed clang warningsXavier Roche
2013-06-06Fixed bad memset() spotted by clangXavier Roche
2013-06-05Added a basic https unit test.Xavier Roche
2013-06-05Fixed warning.Xavier Roche
2013-06-053.47.18Xavier Roche
2013-06-05Fixed broken build without OpenSSLXavier Roche
2013-06-04Added switchs to enable or disable online tests (currently enabled by default):Xavier Roche
2013-06-04Minor off-by-one for timeout handline.Xavier Roche
2013-06-04Fixed buggy --timeout alias.Xavier Roche
2013-06-03Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32)Xavier Roche
2013-06-03Propagate $shlibpath_var not to use LD_LIBRARY_PATH (OSX and friends)Xavier Roche
2013-06-02Report getaddrinfo() errors using gai_strerror()Xavier Roche