Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | Updated version to 3.48-24 | Xavier Roche | |
2016-07-29 | Support servers with SNI extension | Mike7R | |
2016-06-26 | Updated scripts to 3.48.23 | Xavier Roche | |
2016-04-26 | Updated year 2016 | Xavier Roche | |
2016-04-26 | 3.48.22 (libtool) | Xavier Roche | |
2016-04-26 | 3.48-22 | Xavier Roche | |
2015-10-30 | Add midori | Christopher Meng | |
2015-10-28 | Fix typo of cound -> could | Christopher Meng | |
And capitalized all logs to be more formal-like. | |||
2015-05-01 | Typo fix: separed -> separated | Jack Danger Canty | |
2015-03-31 | Merge branch 'master' of github.com:xroche/httrack | Xavier Roche | |
2015-03-31 | Fixed build in debug | Xavier Roche | |
2015-03-20 | Fixed duplicate declaration of MD5CTX (rahrah) (closes #63) | Xavier Roche | |
2015-03-17 | Fixed timezone for ANDROID | Xavier Roche | |
2015-03-16 | Updated modules | Xavier Roche | |
2015-03-16 | Added --recurse | Xavier Roche | |
2015-03-15 | Fixed build (coucal submodule) | Xavier Roche | |
2015-03-15 | Updated submodule | Xavier Roche | |
2015-03-15 | Fixed build after coucal has been moved to a submodule | Xavier Roche | |
2015-03-15 | Import coucal as a regular submodule | Xavier Roche | |
2015-03-14 | Fixed WIN32 build for x86-64 | Xavier Roche | |
2015-03-14 | 3.48-21 | Xavier Roche | |
2015-03-14 | 2014 is so last year! | Xavier Roche | |
2015-03-14 | Cleanup (first git build) | Xavier Roche | |
2015-03-14 | Removed htm | Xavier Roche | |
2015-03-14 | Fixed permissions | Xavier Roche | |
2015-03-14 | Removed *.user files | Xavier Roche | |
2015-03-14 | Moved to git, cleanup | Xavier Roche | |
2015-03-03 | Google RPMs use /usr/bin/google-chrome as program location (Cickumqt) | Xavier Roche | |
* closes:#62 | |||
2014-11-25 | Updated WIN32 OpenSSL to 1.0.1j (Evgeniy) | Xavier Roche | |
2014-10-16 | Fixed warnings. | Xavier Roche | |
2014-10-16 | Fixed htsserver not dying (immediately) on quit. | Xavier Roche | |
2014-10-15 | 3.48.20 | Xavier Roche | |
2014-10-15 | Fixed webhttrack incompatibility with Chrome | Xavier Roche | |
* closes:#53 Also fixed HTML-escaping issues inside webhttrack Rationale: The webhttrack script made the wrong assumption that once the "browse" command returned, it meant the user killed the navigation window, and it had to kill the server itself. However, modern browsers tend to "attach" to an existing session (creating a new tab, for example, within an existing window), causing the browsing command to return immediately, thus causing the server to be killed immediately by the webhttrack script. I have rewritten the logic behind, and now the server is able to kill himself if the parent script dies, AND if the browsing client did not make any activity for two minutes. The "activity" can be any browser/refreshed page, or the internal "ping" iframe (which pings the server every 30 seconds). With this model, we *should* be compatible with old browsers, and modern ones. | |||
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 | 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 | 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 | |