Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-13 | Fixed LOG_DEBUG | Xavier Roche | |
2013-05-13 | Fixed typo. | Xavier Roche | |
2013-05-13 | Logging | Xavier Roche | |
2013-05-13 | Introducing the hts_log_print() logging function | Xavier Roche | |
* cleaned up logging | |||
2013-05-13 | Fixed hts_stringLengthUTF8 definition on Linux | Xavier Roche | |
2013-05-13 | Fixed typo. | Xavier Roche | |
2013-05-13 | Limit the final destination path lenght to 256 (Windows compatibility) | Xavier Roche | |
See http://code.google.com/p/httrack/issues/detail?id=9 | |||
2013-05-13 | Current script binary directory is prioritary over /usr and friends. | Xavier Roche | |
2013-05-13 | Fixed language index grep | Xavier Roche | |
2013-05-12 | Missing pthread_attr_destroy() | Xavier Roche | |
2013-05-12 | webhttrack: use 8MB for the stack size (needed especially for OSX). | Xavier Roche | |
should get rid of http://code.google.com/p/httrack/issues/detail?id=10 | |||
2013-05-12 | webhttrack: also include $CWD/.. as httrack search path | Xavier Roche | |
2013-05-12 | webhttrack: add $CWD/../share as directory for httrack | Xavier Roche | |
2013-05-09 | Fixed a bunch of warnings. | Xavier Roche | |
2013-05-04 | 3.47.11 | Xavier Roche | |
2013-05-04 | Fixed httrack.h macros (Sebastian Pipping) | Xavier Roche | |
2013-05-03 | Fixed zero-length files not being properly handled (not savec on disk, not ↵ | Xavier Roche | |
updated) | |||
2013-05-03 | Fixed bug inside hts_mirror_wait_for_next_file() that may lead to race ↵ | Xavier Roche | |
conditions in downloaded files, leading to download several times the same file, possibly ending with "Unexpected 412/416 error" errors. | |||
2013-05-01 | 3.47.10 | Xavier Roche | |
2013-05-01 | Updated to 3.47.9 (Build-depends on libtool) | Xavier Roche | |
2013-05-01 | 3.47.8 | Xavier Roche | |
2013-04-29 | Log charset conversion | Xavier Roche | |
2013-04-29 | Fixed serious UTF-8 conversion bug in hts_convertStringToUTF8() on Linux ↵ | Xavier Roche | |
that may lead to buggy filenames. | |||
2013-04-29 | 3.47.7 | Xavier Roche | |
2013-04-29 | Fixed possible DLL local injection on Windows due to broken LoadLibrary() ↵ | Xavier Roche | |
API (CVE-2010-5252) | |||
2013-04-29 | Fixed malformed printf. | Xavier Roche | |
2013-04-28 | Verbose incomplete type | Xavier Roche | |
2013-04-28 | cache_add(): do not refuse to write zero-length files | Xavier Roche | |
2013-04-28 | dh_autoreconf cleanup (outdated-autotools-helper-file) | Xavier Roche | |
2013-04-27 | 3.47.6 | Xavier Roche | |
2013-04-26 | Missing ICONV_LIBS for libhttrack | Xavier Roche | |
2013-04-26 | configure.ac (Sebastian Pipping) | Xavier Roche | |
2013-04-21 | Build warning cleanup. | Xavier Roche | |
* introduced SOClen type (aka. socklen_t) | |||
2013-04-21 | Fixed memory leak in hashtable. | Xavier Roche | |
2013-04-17 | Updated libtool | Xavier Roche | |
2013-04-17 | 3.47.5 | Xavier Roche | |
2013-04-16 | Updated to 3.47.4 | Xavier Roche | |
2013-04-16 | Updated version to 3.47.3 | Xavier Roche | |
2013-04-14 | Version 3.47.2 | Xavier Roche | |
2013-04-14 | Do not force a 206 status (partial content) when we see a "Content-Range" ↵ | Xavier Roche | |
response header, because some servers are weird Fixes: issue 7 | |||
2013-04-14 | Version 3.47 | Xavier Roche | |
2013-04-14 | Fixed file descriptor resurrection inside back_unserialize() leading to ↵ | Xavier Roche | |
close randomly files or sockets This really annoying bug may be the root cause of various related issues while updating of continuing a mirror: * zip_zipWriteInFileInZip_failed assertion failures * random garbage in downloaded files * random "bogus state" error messages * connection unexpectedly closed Probably closes issue 5 (http://code.google.com/p/httrack/issues/detail?id=5) | |||
2013-04-14 | This valud was really stupid. | Xavier Roche | |
2013-04-14 | Print "error closing socket" error messages if the socket can not be closed. | Xavier Roche | |
2013-04-14 | Report incomplete files as info | Xavier Roche | |
2013-04-14 | Do not report "broken file" message for incomplete files. | Xavier Roche | |
2013-04-05 | Add libssl.dylib in the search list for libssl (Nils Breunese) | Xavier Roche | |
* closes:#6 | |||
2013-03-30 | Removed dead code. | Xavier Roche | |
2013-02-28 | Fixed bogus charset because the meta http-equiv tag is placed too far in the ↵ | Xavier Roche | |
html page | |||
2013-02-28 | Fixed \\machine\dir structure build on Windows (TomZ) | Xavier Roche | |