summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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.
2014-05-29Removed duplicate opt->lien_tot and opt->liens members in some functions.Xavier Roche
2014-05-29Fixes.Xavier Roche
2014-05-29Added off_t_to_size_t()Xavier Roche
2014-05-29Allocation cleanup (why "+2", why ?)Xavier Roche
2014-05-28Added assertXavier Roche
2014-05-28Replaced sprintf() by hts_template_format_str()Xavier Roche
2014-05-28Fixed NULL terminated string.Xavier Roche
2014-05-28Rewrite string template formatting to be format-injection proof.Xavier Roche
2014-05-28Fixed heap crawl overflowXavier Roche
2014-05-28Rewrite template formatting to be format-injection proof.Xavier Roche
2014-05-28Added AM_PROG_CC_C_O and AM_PROG_LIBTOOLXavier Roche
Removed unused CXX added the following default compiler flags: -Wdeclaration-after-statement -Wsequence-point -Wparentheses -Winit-self -Wuninitialized -Wformat -fstrict-aliasing -Wstrict-aliasing=2 added the following default linker flags: -Wl,--discard-all -Wl,--no-undefined Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG
2014-05-28Bad md5.Xavier Roche
2014-05-28Really fixed.Xavier Roche
2014-05-28Fixed build.Xavier Roche
2014-05-28Fixed const T ** not being castable to const T **Xavier Roche
2014-05-28Added MD5 self-testXavier Roche
2014-05-28Fixed dirty uint32_t cast leading to aliasing issues.Xavier Roche
2014-05-27Cleanup, const correctnessXavier Roche
2014-05-27Fixed help option, and too long help line (man: "cannot adjust line")Xavier Roche
2014-05-27Rewritten UTF8 writer to avoir spurious GCC 4.8.3 warnings.Xavier Roche
2014-05-27Export may_unknown and guess_httptypeXavier Roche
2014-05-27tr -d '\r'Xavier Roche
2014-05-27Fixed symbol import.Xavier Roche
2014-05-26tr -d '\r'Xavier Roche
2014-05-26Big links heap handling cleanup, and removed very old and legacy macrosXavier Roche
2014-05-24Minizip warning fixes.Xavier Roche
2014-05-24Fixed EXTRA_DISTXavier Roche