Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-01 | Updated year to 2017 | Xavier Roche | |
2016-04-26 | Updated year 2016 | Xavier Roche | |
2015-03-14 | 2014 is so last year! | Xavier Roche | |
2014-10-15 | Typo :) | Xavier Roche | |
2014-10-04 | Fixed typo | Xavier Roche | |
2014-08-27 | Fixed HAVE_STRNLEN (sheesh, we don't have strnlen.o) | Xavier Roche | |
2014-08-27 | Off-by-one. | Xavier Roche | |
2014-08-27 | Do not include execinfo.h if missing (Android) | Xavier Roche | |
Do not use strnlen if missing (Mac OS X 10.6.8) ( nthpowers) | |||
2014-07-28 | Reverted useless check. | Xavier Roche | |
2014-07-28 | Fixed 'strlen(copyBuff) == qLen failed at htslib.c:3458' assertion failure. | Xavier Roche | |
Rationale: strncat(..., ..., (size_t) -1) does not behave gently on Linux, and is not equivalent to strcat(..., ...) when using optimizations (could it be a corner-case bug ?) | |||
2014-07-08 | Fixed htssafe.h | Xavier Roche | |
2014-06-08 | Public 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-08 | Fixed __cplusplus issues | Xavier Roche | |
2014-05-19 | Added strlcpybuff() macro. | Xavier Roche | |
2014-05-17 | Illegal use of strnlen(..., (size_t) -1) | Xavier Roche | |
2014-05-15 | tr -d '\r' | Xavier Roche | |
2014-05-15 | Cosmetic. | Xavier Roche | |
2014-05-15 | Compile-time checks. | Xavier Roche | |
2014-05-14 | Fixed macro. | Xavier Roche | |
2014-05-14 | Clean hts_set_error_callback() and hts_get_error_callback() | Xavier Roche | |
2014-05-06 | Fixed regression introduced in r995 over strcpybuff() reusing macro ↵ | Xavier Roche | |
arguments multiple times, leading to troubles when using side-effects. | |||
2014-05-04 | Added strlcatbuff | Xavier Roche | |
2014-05-04 | Fixed hidden type. | Xavier Roche | |
2014-05-04 | Potentially unused functions. | Xavier Roche | |
2014-05-04 | Comment. | Xavier Roche | |
2014-05-04 | Use GCC's __builtin_types_compatible_p() | Xavier Roche | |
2014-05-04 | Newlines. | Xavier Roche | |
2014-05-04 | Big cleanup in string primitives and abort functions | Xavier Roche | |