summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-06-14Remarks over MD5 vs. murmur hashing.Xavier Roche
2014-06-14Renamed inthash_* API to coucal_* one.Xavier Roche
2014-06-14Fixed includes.Xavier Roche
2014-06-14Re-license coucal to BSD-style license.Xavier Roche
2014-06-14Fixed includeXavier Roche
2014-06-14Preparing to export the cuckoo hashtable library as "coucal" projectXavier Roche
2014-06-14Hashtable cleanupXavier Roche
2014-06-11Fixed WIN32 build (stdint.h)Xavier Roche
2014-06-11Fixed zlib warning (build zlib with -DZLIB_CONST)Xavier Roche
2014-06-10Added the following compiler flags:Xavier Roche
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition
2014-06-10Added missing minizip/mztools.c.diff referenceXavier Roche
2014-06-10Fixed constXavier Roche
2014-06-10Changed hashtable types to have either opaque void*, or unions.Xavier Roche
2014-06-09Updated MakefileXavier Roche
2014-06-08Added diffXavier Roche
2014-06-08Reverted diff, groumph.Xavier Roche
2014-06-08Added minizip orig files.Xavier Roche
2014-06-08Fixed FTBFS when compiling with zlib versions < 1.2.70 (sammyx)Xavier Roche
2014-06-083.48.13Xavier Roche
2014-06-08__cplusplusXavier Roche
2014-06-08Public definitions cleanup (especially for httraqt)Xavier Roche
htsopt.h now has the following definitions: * struct htsrequest_proxy * struct htsrequest * struct htsblk * struct lien_url * struct lien_back
2014-06-083.48.12Xavier Roche
2014-06-08Using subdir-objects for automakeXavier Roche
Replaced legacy INCLUDES by AM_CPPFLAGS
2014-06-08Fixed __cplusplus issuesXavier Roche
2014-06-08TyposXavier Roche
2014-06-07Better.Xavier Roche
2014-06-07Fixed --advanced-maxlinks broken (Localhost)Xavier Roche
2014-06-06Fixed initializer.Xavier Roche
2014-06-06Cleanup.Xavier Roche
2014-06-06Progressive power-of-two allocator for linked blocks.Xavier Roche
2014-06-06Added htsarrays.h to Makefile and devel libsXavier Roche
2014-06-06tr -d '\r'Xavier Roche
2014-06-06Splitted typed arrays in htsarrays.hXavier Roche
Cleaned-up page generation
2014-06-063.48.11Xavier Roche
2014-06-06Additional check.Xavier Roche
2014-06-06Fixed assertion failure at htscore.c:244 (len + liensbuf->string_buffer_size ↵Xavier Roche
< liensbuf->string_buffer_capa) * closes:46 -Cette ligne, et les suivantes ci-dessous, seront ignorées-- M trunk/src/htscore.c
2014-06-05Added missing .h to -devXavier Roche
2014-06-04Fixed "this decimal constant is unsigned only in ISO C90"Xavier Roche
2014-06-043.48.10Xavier Roche
2014-06-04Do not depend on SetDllDirectory (Windows 2003) as it breaks Windows 2000Xavier Roche
* closes: #45
2014-06-03Potential fix for htshash.c:330 assertion failure: "error invalidating hash ↵Xavier Roche
entry"
2014-05-30Missing string.h (moe)Xavier Roche
2014-05-29Better "too many links" reporting.Xavier Roche
2014-05-29Allocation failure handling.Xavier Roche
2014-05-29Take in account opt->maxlink is non-zeroXavier Roche
2014-05-29Fixed regression over ./Xavier Roche
2014-05-29tr -d '\r'Xavier Roche
2014-05-29Fixed API change.Xavier Roche
2014-05-29Unused function.Xavier Roche
2014-05-29Big cleanup: introducing cleaner lien_adrfilsave and lien_adrfil structures ↵Xavier Roche
holding address/uri or address/uri/filename rather than passing opaque char* of unknown size.