summaryrefslogtreecommitdiff
path: root/src/htsback.c
AgeCommit message (Expand)Author
2023-01-14Fixed null formatXavier Roche
2017-04-01Updated year to 2017Xavier Roche
2016-07-29Support servers with SNI extensionMike7R
2016-04-26Updated year 2016Xavier Roche
2015-03-142014 is so last year!Xavier Roche
2014-06-27Fixed NULL pointer dereferencing in back_unserialize (htsback.c:976) spotted ...Xavier Roche
2014-06-22Do not uncompress .tgz advertised as "streamed" (Smiling Spectre)Xavier Roche
2014-06-14Renamed inthash_* API to coucal_* one.Xavier Roche
2014-06-10Added the following compiler flags:Xavier Roche
2014-06-10Changed hashtable types to have either opaque void*, or unions.Xavier Roche
2014-05-29Allocation cleanup (why "+2", why ?)Xavier Roche
2014-05-27Cleanup, const correctnessXavier Roche
2014-05-26Big links heap handling cleanup, and removed very old and legacy macrosXavier Roche
2014-05-23"const correctness" cleanupXavier Roche
2014-05-10Better logging for hashtablesXavier Roche
2014-05-09assert cleanup.Xavier Roche
2014-05-02Fixes.Xavier Roche
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-13Do not try to serialize a fiel in cache when not using it ("Could not create ...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-06Fixed DNS stuck with unresolvable hosts.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-08-19Fixed misused sizeXavier Roche
2013-08-16Make "Unexpected 412/416 error" non-fatal until I find out why in hell this b...Xavier Roche
2013-08-15Added %a option, allowing to define the "Accept:" header line.Xavier Roche
2013-08-12Big cleanup in core heap hashtable code, rewritten using new fancy hashtables.Xavier Roche
2013-07-18Fixed buggy keep-alive handling, leading to waste connectionsXavier Roche
2013-07-10Fixed uncompressingXavier Roche
2013-07-09Attempt to replace tmpnam()Xavier Roche
2013-07-08Spurious test leading to have a broken non-SSL version of httrackXavier Roche
2013-07-08CosmeticXavier Roche
2013-07-08Removed dead codeXavier Roche
2013-06-26Fixed old 3-hashtable missing free on exitXavier Roche
2013-06-23Trashed historical link heap hashtable, and replaced it by cleaner code using...Xavier Roche
2013-06-18transfered => transferredXavier Roche
2013-06-05Fixed broken build without OpenSSLXavier Roche
2013-06-04Minor off-by-one for timeout handline.Xavier Roche
2013-05-19removed gz_is_available flag (zlib is mandatory)Xavier 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-14Merge sources from windows-1252 to utf-8Xavier Roche
2013-05-13Introducing the hts_log_print() logging functionXavier Roche