Age | Commit message (Expand) | Author |
2013-09-06 | Fixed dangling pointer which probably explain the crash at libhttrack.so:0x639d0 | Xavier Roche |
2013-09-06 | Fixed a little bit the infamous DNS cache | Xavier Roche |
2013-09-03 | Added option '-%t', preserving the original file type (which may produce non-... | Xavier Roche |
2013-09-01 | Fixed content-disposition NOT taken in account (Stephan Matthiesen) except wh... | Xavier Roche |
2013-08-31 | Fixed WIN32 FTBFS | Xavier Roche |
2013-08-25 | The crash test has two stack levels (for etsting purpose) | Xavier Roche |
2013-08-22 | Fixed regression introduced in recent code cleanup | Xavier Roche |
2013-08-20 | Optional crash for testing purpose. | Xavier Roche |
2013-08-19 | Fixed misused size | Xavier Roche |
2013-08-18 | "index.eml" => "index.mht" | Xavier Roche |
2013-08-17 | Fixed issue 25 regarding un-encoding of characters such as # in the filename. | Xavier Roche |
2013-08-17 | Fixed definition. | Xavier Roche |
2013-08-17 | Some cleanup in obviously wrong 15-year-old code. | Xavier Roche |
2013-08-17 | A bit of cleanup in really old code (strlen() in loops, shame on me, but hey,... | Xavier Roche |
2013-08-16 | Make "Unexpected 412/416 error" non-fatal until I find out why in hell this b... | Xavier Roche |
2013-08-15 | We want a copy here | Xavier Roche |
2013-08-15 | Added %a option, allowing to define the "Accept:" header line. | Xavier Roche |
2013-08-15 | Fixed double close() | Xavier Roche |
2013-08-15 | Fixed error in hashtable (and a warning, too) | Xavier Roche |
2013-08-15 | Fixed min/max already declared | Xavier Roche |
2013-08-15 | Lenient strnotempty() function (ie. accepting NULL) | Xavier Roche |
2013-08-15 | Removed unused and quite dangerous option. | Xavier Roche |
2013-08-12 | Tag release as 3.47.99 | Xavier Roche |
2013-08-12 | Additional assert(s) | Xavier Roche |
2013-08-12 | Big cleanup in core heap hashtable code, rewritten using new fancy hashtables. | Xavier Roche |
2013-08-12 | Missing extern | Xavier Roche |
2013-08-12 | Fixed WIN32 FTBFS | Xavier Roche |
2013-08-05 | Allow -m,10000 variant | Xavier Roche |
2013-07-20 | Fixed possible stash merging issue (if a string pool expand was executed duri... | Xavier Roche |
2013-07-20 | Fixed macro (again) | Xavier Roche |
2013-07-20 | More stressing hashtable unit tests | Xavier Roche |
2013-07-20 | Fixed string pool insanity when compacting (macros are evil, hell yeah) | Xavier Roche |
2013-07-20 | Fixed warnings | Xavier Roche |
2013-07-20 | Refresh stats | Xavier Roche |
2013-07-18 | Fixed buggy keep-alive handling, leading to waste connections | Xavier Roche |
2013-07-16 | Added hts_get_stats() | Xavier Roche |
2013-07-15 | Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co ... | Xavier Roche |
2013-07-15 | Fixed buggy referer while parsing: the referer of all links in the page is th... | Xavier Roche |
2013-07-15 | Fixed "Wildcard domains in cookies do not match" (alexei dot co at gmail dot ... | Xavier Roche |
2013-07-14 | handle empty strings as a specific case in the strings pool, so that we can c... | Xavier Roche |
2013-07-14 | Fixed stupid typo. | Xavier Roche |
2013-07-14 | Unused variable | Xavier Roche |
2013-07-14 | Really compact when needed the string pool | Xavier Roche |
2013-07-12 | Experiments with MurmurHash3 as hashing function for the hashtable | Xavier Roche |
2013-07-12 | Added hts_isStringUTF8() function. | Xavier Roche |
2013-07-11 | Plugged iconv-like charsets when iconv is missing. | Xavier Roche |
2013-07-11 | Added basic iconv-like primitives (for 8-bit non-MBCS charsets) for operating... | Xavier Roche |
2013-07-10 | Fixed uncompressing | Xavier Roche |
2013-07-09 | Attempt to replace tmpnam() | Xavier Roche |
2013-07-09 | -Zz (trace logs) | Xavier Roche |