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-07-08 | Fixed buggy FFFD (replacement character) in place of leading non-ascii character | Xavier Roche | |
* closes:#48 | |||
2014-05-09 | assert cleanup. | 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-07-05 | Do not unescape '+' before the query string | Xavier Roche | |
Fixed issue 18 | |||
2013-06-02 | Fixed buggy hts_unescapeUrl() | Xavier Roche | |
2013-06-01 | Added hts_unescapeUrl() | Xavier Roche | |
2013-05-31 | Fixed typo. | Xavier Roche | |
2013-05-31 | Misplaced continue | 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. |