Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-01 | Updated year to 2017 | Xavier Roche | |
2016-04-26 | Updated year 2016 | Xavier Roche | |
2015-03-14 | 2014 is so last year! | Xavier Roche | |
2014-05-02 | Big cleanup in functions writing to a char buffer without proper size boundary. | Xavier Roche | |
2014-04-24 | 2013 is so last year. | Xavier Roche | |
2013-09-13 | Fixed FSF GPL reference (postal address removed, added website) | Xavier Roche | |
Fixed year notice | |||
2013-08-17 | Fixed issue 25 regarding un-encoding of characters such as # in the filename. | Xavier Roche | |
2013-06-01 | Added hts_unescapeUrl() | Xavier Roche | |
2013-05-31 | Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14) | Xavier Roche | |
Rationale: * hostname is ASCII, non-ascii characters shall be encoded with IDNA * URI filenames may embed non-ascii characters, which MUST be UTF-8 encoded * query string may embed non-ascii characters, which are encoded with the pahe charset into %xx codes | |||
2013-05-30 | Added hts_unescape_entities(), a rewrite of the HTML entities decoder. | Xavier Roche | |
Fixed HTML entities decoding which was done before charset decoding. |