summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06Updated manXavier Roche
2014-06-06Splitted typed arrays in htsarrays.hXavier Roche
Cleaned-up page generation
2014-06-063.48.11Xavier Roche
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-05changelogXavier Roche
2014-06-04Fixed "this decimal constant is unsigned only in ISO C90"Xavier Roche
2014-06-04Updated manXavier Roche
2014-06-04Updated configureXavier Roche
2014-06-043.48.10Xavier 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 -Wformat-nonliteral flag.Xavier Roche
2014-05-28Added assertXavier Roche
2014-05-28Replaced sprintf() by hts_template_format_str()Xavier Roche