summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-09-06Finished to cleanup the DNS cache.Xavier Roche
2013-09-06Fixed dangling pointer which probably explain the crash at libhttrack.so:0x639d0Xavier Roche
2013-09-06Fixed a little bit the infamous DNS cacheXavier Roche
2013-09-03Added option '-%t', preserving the original file type (which may produce ↵Xavier Roche
non-browseable file locally)
2013-09-01Fixed content-disposition NOT taken in account (Stephan Matthiesen) except ↵Xavier Roche
when updating/continuing.
2013-08-31Fixed WIN32 FTBFSXavier Roche
2013-08-25The crash test has two stack levels (for etsting purpose)Xavier Roche
2013-08-22Fixed regression introduced in recent code cleanupXavier Roche
The relative "luck" was that the {{{i < s[i] != '\0'}}} expression is actually working for small strings with standard ascii characters (...)
2013-08-20Optional crash for testing purpose.Xavier Roche
2013-08-19Fixed misused sizeXavier Roche
2013-08-18"index.eml" => "index.mht"Xavier Roche
2013-08-17Fixed issue 25 regarding un-encoding of characters such as # in the filename.Xavier Roche
2013-08-17Fixed definition.Xavier Roche
2013-08-17Some cleanup in obviously wrong 15-year-old code.Xavier Roche
2013-08-17A bit of cleanup in really old code (strlen() in loops, shame on me, but ↵Xavier Roche
hey, this code is 15 years old)
2013-08-16Make "Unexpected 412/416 error" non-fatal until I find out why in hell this ↵Xavier Roche
bug is still out there.
2013-08-15We want a copy hereXavier Roche
2013-08-15Added %a option, allowing to define the "Accept:" header line.Xavier Roche
Added %X option, to define additional request header lines. Cleaned up a bit the messy strcat everywhere in the request section (yuk).
2013-08-15Fixed double close()Xavier Roche
2013-08-15Fixed error in hashtable (and a warning, too)Xavier Roche
2013-08-15Fixed min/max already declaredXavier Roche
2013-08-15Lenient strnotempty() function (ie. accepting NULL)Xavier Roche
2013-08-15Removed unused and quite dangerous option.Xavier Roche
2013-08-12Tag release as 3.47.99Xavier Roche
2013-08-12Additional assert(s)Xavier Roche
2013-08-12Big cleanup in core heap hashtable code, rewritten using new fancy hashtables.Xavier Roche
2013-08-12Missing externXavier Roche
2013-08-12Fixed WIN32 FTBFSXavier Roche
2013-08-05Allow -m,10000 variantXavier Roche
2013-07-20Fixed possible stash merging issue (if a string pool expand was executed ↵Xavier Roche
during the merge)
2013-07-20Fixed macro (again)Xavier Roche
2013-07-20More stressing hashtable unit testsXavier Roche
2013-07-20Fixed string pool insanity when compacting (macros are evil, hell yeah)Xavier Roche
2013-07-20Fixed warningsXavier Roche
2013-07-20Refresh statsXavier Roche
2013-07-18Fixed buggy keep-alive handling, leading to waste connectionsXavier Roche
2013-07-16Added hts_get_stats()Xavier Roche
2013-07-15Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co ↵Xavier Roche
at gmail dot com)
2013-07-15Fixed buggy referer while parsing: the referer of all links in the page is ↵Xavier Roche
the current page being parsed, NOT the parent page. (alexei dot co at gmail dot com) * closes: issue #20
2013-07-15Fixed "Wildcard domains in cookies do not match" (alexei dot co at gmail dot ↵Xavier Roche
com ) * closes issue #19
2013-07-14handle empty strings as a specific case in the strings pool, so that we can ↵Xavier Roche
consider them as sign of duplicate release
2013-07-14Fixed stupid typo.Xavier Roche
2013-07-14Unused variableXavier Roche
2013-07-14Really compact when needed the string poolXavier Roche
2013-07-12Experiments with MurmurHash3 as hashing function for the hashtableXavier Roche
2013-07-12Added hts_isStringUTF8() function.Xavier Roche
2013-07-11Plugged iconv-like charsets when iconv is missing.Xavier Roche
2013-07-11Added basic iconv-like primitives (for 8-bit non-MBCS charsets) for ↵Xavier Roche
operating systems like Android, where iconv is very unfortunately missing.
2013-07-10Fixed uncompressingXavier Roche
2013-07-09Attempt to replace tmpnam()Xavier Roche