summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-05-31Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14)Xavier Roche
2013-05-30Added missing htsentities.h htsentities.sh entries.Xavier Roche
2013-05-30Added hts_unescape_entities(), a rewrite of the HTML entities decoder.Xavier Roche
2013-05-30Added hts_writeUTF8()Xavier Roche
2013-05-263.47.14Xavier Roche
2013-05-26webhttrack/htsserver: ensure the local hostname is resolvable, and fallback t...Xavier Roche
2013-05-25Fixed 260-characters limiterXavier Roche
2013-05-25Added hts_convertUCS4StringToUTF8() and hts_convertUTF8StringToUCS4()Xavier Roche
2013-05-21DOS 8+3 fixes.Xavier Roche
2013-05-21Save IDNA-enabled hostnames as UTF-8 on disk (ie. www.héhé.fr/foo).Xavier Roche
2013-05-21Fixed hts_isCharsetUTF8()Xavier Roche
2013-05-21Added hts_isStringIDNA()Xavier Roche
2013-05-20Added IDNA testing toolXavier Roche
2013-05-20Rewritten UTF-8 primitives for hts_convertStringUTF8ToIDNA()Xavier Roche
2013-05-19removed gz_is_available flag (zlib is mandatory)Xavier Roche
2013-05-19Fixed warningsXavier Roche
2013-05-19Fixed warningsXavier Roche
2013-05-19openssl is no longer dynamically probed at stratup, but dynamically linkedXavier Roche
2013-05-193.47.13Xavier Roche
2013-05-19Fixed htscharset.hXavier Roche
2013-05-19Fixed htscharsetXavier Roche
2013-05-19Added missing punycode.c in build.Xavier Roche
2013-05-19Missing files introduced in r244Xavier Roche
2013-05-19Added support for IDNA / RFC 3492 (Punycode) handling within URLs.Xavier Roche
2013-05-18Fixed "Bogus charset for requests when filenames have non-ascii characters (R...Xavier Roche
2013-05-18Fixed "Bogus charset on disk when filenames have non-ascii characters" (http:...Xavier Roche
2013-05-173.47.12Xavier Roche
2013-05-17Fixed "onMouseOver="src='image'" is not recognized" and MANY other javascript...Xavier Roche
2013-05-17Fixed "Image in CSS not parsed" (http://code.google.com/p/httrack/issues/deta...Xavier Roche
2013-05-15Indenting cleanup for htsparse.cXavier Roche
2013-05-15Removed unused hack HTS_CHECK_STRANGEDIRXavier Roche
2013-05-14Indenting cleanup for all *.[ch] files, except htsparse.c (too ugly to be aut...Xavier Roche
2013-05-14Missing stdarg.hXavier Roche
2013-05-14Fixed proxytrack ugly logging.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-13Fixed LOG_DEBUGXavier Roche
2013-05-13Fixed typo.Xavier Roche
2013-05-13LoggingXavier Roche
2013-05-13Introducing the hts_log_print() logging functionXavier Roche
2013-05-13Fixed hts_stringLengthUTF8 definition on LinuxXavier Roche
2013-05-13Fixed typo.Xavier Roche
2013-05-13Limit the final destination path lenght to 256 (Windows compatibility)Xavier Roche
2013-05-13Current script binary directory is prioritary over /usr and friends.Xavier Roche
2013-05-13Fixed language index grepXavier Roche
2013-05-12Missing pthread_attr_destroy()Xavier Roche
2013-05-12webhttrack: use 8MB for the stack size (needed especially for OSX).Xavier Roche
2013-05-12webhttrack: also include $CWD/.. as httrack search pathXavier Roche
2013-05-12webhttrack: add $CWD/../share as directory for httrackXavier Roche