summaryrefslogtreecommitdiff
path: root/src/htslib.c
AgeCommit message (Expand)Author
2014-05-02Big cleanup in functions writing to a char buffer without proper size boundary.Xavier Roche
2014-04-242013 is so last year.Xavier Roche
2014-04-13const char* fixes.Xavier Roche
2014-04-10Nope, Debian did not change the version number when fixing the bug :(Xavier Roche
2014-04-10Groumph, version is not a reliable way to detect heartbleed.Xavier Roche
2014-04-10Fixed FTBFS.Xavier Roche
2014-04-10Enforce check against CVE-2014-0160Xavier Roche
2014-02-23Attempt to understand the infamous htslib.c:4590 crash (?)Xavier Roche
2014-02-09Removed background DNS resolution, prone to bugs (racy when interrupting a mi...Xavier Roche
2014-02-08Fixed infinite loop when attempting to download a file:/// directory on Unix ...Xavier Roche
2013-09-15Fixed logging level (especially for robots.txt rules)Xavier Roche
2013-09-14Removed dead code (_WIN32_WCE)Xavier Roche
2013-09-13Removed MMS (Microsoft Media Server) ripping code (mmsrip)Xavier Roche
2013-09-13Fixed FSF GPL reference (postal address removed, added website)Xavier Roche
2013-09-06Finished to cleanup the DNS cache.Xavier Roche
2013-09-06Fixed dangling pointer which probably explain the crash at libhttrack.so:0x639d0Xavier Roche
2013-09-06Fixed a little bit the infamous DNS cacheXavier Roche
2013-09-03Added option '-%t', preserving the original file type (which may produce non-...Xavier Roche
2013-08-17Fixed issue 25 regarding un-encoding of characters such as # in the filename.Xavier Roche
2013-08-17Fixed definition.Xavier Roche
2013-08-17A bit of cleanup in really old code (strlen() in loops, shame on me, but hey,...Xavier Roche
2013-08-15Added %a option, allowing to define the "Accept:" header line.Xavier Roche
2013-08-12Fixed WIN32 FTBFSXavier Roche
2013-07-20Fixed warningsXavier Roche
2013-07-20Refresh statsXavier Roche
2013-07-18Fixed buggy keep-alive handling, leading to waste connectionsXavier Roche
2013-07-16Added hts_get_stats()Xavier Roche
2013-07-15Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co ...Xavier Roche
2013-07-09LOG_TRACEXavier Roche
2013-07-08Removed dead flagXavier Roche
2013-07-08Removed dead codeXavier Roche
2013-07-07Added hts_version()Xavier Roche
2013-07-07android doesn't like versioned .soXavier Roche
2013-07-07Temporary hack for android timezone (bis)Xavier Roche
2013-07-07timezone for androidXavier Roche
2013-06-18transfered => transferredXavier Roche
2013-06-05Fixed warning.Xavier Roche
2013-06-02Report getaddrinfo() errors using gai_strerror()Xavier Roche
2013-06-01CosmeticXavier Roche
2013-05-31Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14)Xavier Roche
2013-05-30Added hts_unescape_entities(), a rewrite of the HTML entities decoder.Xavier Roche
2013-05-19removed gz_is_available flag (zlib is mandatory)Xavier Roche
2013-05-19Fixed warningsXavier Roche
2013-05-19openssl is no longer dynamically probed at stratup, but dynamically linkedXavier Roche
2013-05-14Indenting cleanup for all *.[ch] files, except htsparse.c (too ugly to be aut...Xavier Roche
2013-05-14Fixed definition of hts_debugXavier Roche
2013-05-14Removed ugly HTS_DBG() macros.Xavier Roche
2013-05-14Merge sources from windows-1252 to utf-8Xavier Roche
2013-05-13Introducing the hts_log_print() logging functionXavier Roche
2013-05-09Fixed a bunch of warnings.Xavier Roche