summaryrefslogtreecommitdiff
path: root/src/htsparse.c
AgeCommit message (Expand)Author
2023-01-14Fixed sprintfXavier Roche
2017-04-01Updated year to 2017Xavier Roche
2016-09-26Fixed weird condition which anyway does what we wanted (spotted by dcb314)Xavier Roche
2016-04-26Updated year 2016Xavier Roche
2015-03-142014 is so last year!Xavier Roche
2014-06-10Added the following compiler flags:Xavier Roche
2014-06-06Cleanup.Xavier Roche
2014-06-06Splitted typed arrays in htsarrays.hXavier Roche
2014-06-03Potential fix for htshash.c:330 assertion failure: "error invalidating hash e...Xavier Roche
2014-05-29Better "too many links" reporting.Xavier Roche
2014-05-29Fixed regression over ./Xavier Roche
2014-05-29tr -d '\r'Xavier Roche
2014-05-29Big cleanup: introducing cleaner lien_adrfilsave and lien_adrfil structures h...Xavier Roche
2014-05-29Removed duplicate opt->lien_tot and opt->liens members in some functions.Xavier Roche
2014-05-29Allocation cleanup (why "+2", why ?)Xavier Roche
2014-05-28Replaced sprintf() by hts_template_format_str()Xavier Roche
2014-05-28Rewrite template formatting to be format-injection proof.Xavier Roche
2014-05-26Big links heap handling cleanup, and removed very old and legacy macrosXavier Roche
2014-05-23"const correctness" cleanupXavier Roche
2014-05-14Fixed hashtable corruption because of dirty code directly modifying the host ...Xavier Roche
2014-05-04Replaced ugly cat by snprintfXavier Roche
2014-05-04Big cleanup in string primitives and abort functionsXavier Roche
2014-05-02Fixed issue #42 (long query strings with accents)Xavier Roche
2014-05-02Big cleanup in functions writing to a char buffer without proper size boundary.Xavier Roche
2014-04-242013 is so last year.Xavier Roche
2013-09-14Removed dead code (_WIN32_WCE)Xavier Roche
2013-09-13Removed MMS (Microsoft Media Server) ripping code (mmsrip)Xavier Roche
2013-09-13Fixed FSF GPL reference (postal address removed, added website)Xavier Roche
2013-08-17Fixed issue 25 regarding un-encoding of characters such as # in the filename.Xavier Roche
2013-08-16Make "Unexpected 412/416 error" non-fatal until I find out why in hell this b...Xavier Roche
2013-08-12Big cleanup in core heap hashtable code, rewritten using new fancy hashtables.Xavier Roche
2013-07-18Fixed buggy keep-alive handling, leading to waste connectionsXavier Roche
2013-07-15Fixed buggy referer while parsing: the referer of all links in the page is th...Xavier Roche
2013-07-09Attempt to replace tmpnam()Xavier Roche
2013-07-07Fixed warningXavier Roche
2013-06-18transfered => transferredXavier Roche
2013-06-14Escaping fixes when the final disk filename contains a %Xavier Roche
2013-06-14Malformed escaping.Xavier Roche
2013-06-01Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14) related...Xavier Roche
2013-05-31Fixed charset for top index titles.Xavier Roche
2013-05-31Fixed hts_unescapeEntities()Xavier Roche
2013-05-31Removed buggy code.Xavier Roche
2013-05-31Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14)Xavier Roche
2013-05-30Added hts_unescape_entities(), a rewrite of the HTML entities decoder.Xavier Roche
2013-05-19openssl is no longer dynamically probed at stratup, but dynamically linkedXavier 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-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