Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-16 | Fixed "configure script cannot detect libressl" (junk4me46806) | Xavier Roche | |
2014-07-28 | Updated date | Xavier Roche | |
2014-07-28 | Reverted useless check. | Xavier Roche | |
2014-07-28 | 3.48.19 | Xavier Roche | |
2014-07-28 | Added testcase for 'strlen(copyBuff) == qLen failed at htslib.c:3458' | 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-20 | Additional message when crashing to report the issue. | Xavier Roche | |
2014-07-17 | closes:#755107 | Xavier Roche | |
2014-07-17 | 3.48.18 | Xavier Roche | |
2014-07-17 | Fixed infamous crashes inside the DNS cache due to a corruption within the ↵ | Xavier Roche | |
option structure (E.Kalinowski) This long-lasting bug was a real pain to hunt! :) | |||
2014-07-17 | assert => assertf | Xavier Roche | |
2014-07-17 | Cache cleanup. Added assert() | Xavier Roche | |
2014-07-17 | Warning fix. | Xavier Roche | |
2014-07-14 | Fixed WIN32 | Xavier Roche | |
2014-07-14 | Cosmetic | Xavier Roche | |
2014-07-14 | Fixed typo. | Xavier Roche | |
2014-07-14 | Added stack trace on Linux when crashing for httrack | Xavier Roche | |
2014-07-12 | 3.48.17 | Xavier Roche | |
2014-07-12 | 3.48.17 | Xavier Roche | |
2014-07-12 | Fixed URL list not working anymore (tom swift) | Xavier Roche | |
2014-07-09 | 3.48.16 | Xavier Roche | |
2014-07-09 | Fixed FTBFS on ARM/MIPS again. | Xavier Roche | |
2014-07-08 | 3.48.15 | Xavier Roche | |
2014-07-08 | Updated man | Xavier Roche | |
2014-07-08 | proxytrack: fixed FTBFS on ARM/MIPS | Xavier Roche | |
2014-07-08 | 3.48.14 | Xavier Roche | |
2014-07-08 | 3.48-14 | Xavier Roche | |
2014-07-08 | Fixed buggy FFFD (replacement character) in place of leading non-ascii character | Xavier Roche | |
* closes:#48 | |||
2014-07-08 | Fixed htssafe.h | Xavier Roche | |
2014-07-07 | Another assert | Xavier Roche | |
2014-07-07 | int => size_t cleanup | Xavier Roche | |
2014-07-06 | Fixed MD5_CTX => struct MD5Context | Xavier Roche | |
2014-07-06 | Fixed HashMD5Context | Xavier Roche | |
2014-07-06 | Fixed MD5 definitions | Xavier Roche | |
2014-07-06 | Fixed MD5_Init() | Xavier Roche | |
2014-07-06 | Added hts_has_stopped() flag, added some asserts | Xavier Roche | |
2014-06-28 | typo. | Xavier Roche | |
2014-06-28 | Optimize the case when realloc() returns the same base address while ↵ | Xavier Roche | |
reallocating the string pool. | |||
2014-06-27 | Fixed NULL pointer dereferencing in back_unserialize (htsback.c:976) spotted ↵ | Xavier Roche | |
on Android platforms | |||
2014-06-24 | Temporarily switch to MD5 with architectures not supporting unaligned ↵ | Xavier Roche | |
integer accesses. | |||
2014-06-23 | Check for aligned access requirements explicitly. | Xavier Roche | |
2014-06-23 | #ifdef failed | Xavier Roche | |
2014-06-23 | Emergency fixing Invalid address alignment issues on Android | Xavier Roche | |
2014-06-22 | Do not uncompress .tgz advertised as "streamed" (Smiling Spectre) | Xavier Roche | |
2014-06-22 | Handle buggy SVG (Smiling Spectre) | Xavier Roche | |