Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-17 | Illegal use of strnlen(..., (size_t) -1) | Xavier Roche | |
2014-05-17 | Anonymous logging. | Xavier Roche | |
2014-05-17 | Added hts_set_log_vprint_callback() definition | Xavier Roche | |
2014-05-17 | Added hts_set_log_vprint_callback() | Xavier Roche | |
2014-05-17 | Fixed potentiel overrun if the user injects a buggy user-defined structure ↵ | Xavier Roche | |
with a non-terminated %[] | |||
2014-05-15 | tr -d '\r' | Xavier Roche | |
2014-05-15 | Added some asserts for Android. | Xavier Roche | |
2014-05-15 | Cosmetic. | Xavier Roche | |
2014-05-15 | Compile-time checks. | Xavier Roche | |
2014-05-15 | Fixed uint64_t vs. long long int | Xavier Roche | |
2014-05-15 | Removed unused variable. | Xavier Roche | |
2014-05-15 | 3.48.8 | Xavier Roche | |
2014-05-15 | WIN32: zlib 1.2.8 | Xavier Roche | |
2014-05-14 | Cosmetic | Xavier Roche | |
2014-05-14 | Fixed macro. | Xavier Roche | |
2014-05-14 | Clean hts_set_error_callback() and hts_get_error_callback() | Xavier Roche | |
2014-05-14 | Missing htsCallbackErr definition | Xavier Roche | |
2014-05-14 | 3.48.7 | Xavier Roche | |
2014-05-14 | Fixed hashtable corruption because of dirty code directly modifying the host ↵ | Xavier Roche | |
address in memory, leading to have hashtable positions not anymore valid. This issue was especially triggered when a redirect was processed ("Warning moved treated for .." messages) * closes: #43 | |||
2014-05-14 | Added debug logging facility. | Xavier Roche | |
2014-05-13 | Better stdarg.h | Xavier Roche | |
2014-05-13 | #include <stdarg.h> | Xavier Roche | |
2014-05-13 | #include <stdarg.h> | Xavier Roche | |
2014-05-13 | #include <stdarg.h> | Xavier Roche | |
2014-05-13 | 3.48.6 | Xavier Roche | |
2014-05-11 | Fixed warning: "warning: no previous prototype for 'htsthread_wait'" | Xavier Roche | |
2014-05-10 | Better logging for hashtables | Xavier Roche | |
2014-05-10 | Hashtable: names for debugging, and better logging | Xavier Roche | |
2014-05-10 | Mitigate stash overflow by resizing the hashtable. | Xavier Roche | |
Added better logging. | |||
2014-05-09 | cache->iadr is not supposed to be NULL, but ... (could explain crashes on ↵ | Xavier Roche | |
Android at data.app_lib.com_httrack_android_1.libhttrack_so.0x62e4c) | |||
2014-05-09 | assert cleanup. | Xavier Roche | |
2014-05-08 | Inline keyword. | Xavier Roche | |
2014-05-08 | Missing NULL. | Xavier Roche | |
2014-05-08 | Assertion handler (2) | Xavier Roche | |
2014-05-08 | Assertion handler | Xavier Roche | |
2014-05-08 | Added assertion handlers to hashtables. | Xavier Roche | |
2014-05-06 | Cleanup in dirty mallocated strings | Xavier Roche | |
2014-05-06 | Fixed regression introduced in r995 over strcpybuff() reusing macro ↵ | Xavier Roche | |
arguments multiple times, leading to troubles when using side-effects. | |||
2014-05-04 | Added -DLIBHTTRACK_EXPORTS for libhttrack | Xavier Roche | |
2014-05-04 | Fixed build. | Xavier Roche | |
2014-05-04 | Added strlcatbuff | Xavier Roche | |
2014-05-04 | Replaced ugly cat by snprintf | Xavier Roche | |
2014-05-04 | Fixed hidden type. | Xavier Roche | |
2014-05-04 | Potentially unused functions. | Xavier Roche | |
2014-05-04 | Fix 2. | Xavier Roche | |
2014-05-04 | Fix. | Xavier Roche | |
2014-05-04 | Cleanup. | Xavier Roche | |
2014-05-04 | Hashtable: logging in case of troubles | Xavier Roche | |
2014-05-04 | More hashtable stress | Xavier Roche | |
2014-05-04 | Comment. | Xavier Roche | |