Age | Commit message (Expand) | Author |
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 | Updated language definitions for Android | Xavier Roche |
2013-08-15 | We want a copy here | Xavier Roche |
2013-08-15 | Added two new strings: | Xavier Roche |
2013-08-15 | Added two new strings: | 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 | Updated lang/ for the Android version | Xavier Roche |
2013-08-15 | Removed unused and quite dangerous option. | Xavier Roche |
2013-08-13 | Merged branch changelog changes to trunk | Xavier Roche |
2013-08-12 | Tag release as 3.47.99 | Xavier Roche |
2013-08-12 | Browse sites | 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-09 | More fixes | Xavier Roche |
2013-08-09 | Fixed ISO | Xavier Roche |
2013-08-09 | Fixed ISO | Xavier Roche |
2013-08-09 | Fixed ISO | Xavier Roche |
2013-08-09 | Fixed &Poistu (removed &) | Xavier Roche |
2013-08-08 | Removed spurious & | Xavier Roche |
2013-08-08 | Fixed ISO639 codes | Xavier Roche |
2013-08-08 | ISO code for japanese is ja | 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 | Ignore *.in, aclocal.m4 and configure | Xavier Roche |
2013-07-15 | CLEANFILES = check-network_sh.cache | 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 |