summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-05-17Illegal use of strnlen(..., (size_t) -1)Xavier Roche
2014-05-17Anonymous logging.Xavier Roche
2014-05-17Added hts_set_log_vprint_callback() definitionXavier Roche
2014-05-17Added hts_set_log_vprint_callback()Xavier Roche
2014-05-17Fixed potentiel overrun if the user injects a buggy user-defined structure ↵Xavier Roche
with a non-terminated %[]
2014-05-15tr -d '\r'Xavier Roche
2014-05-15Added some asserts for Android.Xavier Roche
2014-05-15Cosmetic.Xavier Roche
2014-05-15Compile-time checks.Xavier Roche
2014-05-15Fixed uint64_t vs. long long intXavier Roche
2014-05-15Removed unused variable.Xavier Roche
2014-05-153.48.8Xavier Roche
2014-05-15WIN32: zlib 1.2.8Xavier Roche
2014-05-14CosmeticXavier Roche
2014-05-14Fixed macro.Xavier Roche
2014-05-14Clean hts_set_error_callback() and hts_get_error_callback()Xavier Roche
2014-05-14Missing htsCallbackErr definitionXavier Roche
2014-05-143.48.7Xavier Roche
2014-05-14Fixed 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-14Added debug logging facility.Xavier Roche
2014-05-13Better stdarg.hXavier 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-133.48.6Xavier Roche
2014-05-11Fixed warning: "warning: no previous prototype for 'htsthread_wait'"Xavier Roche
2014-05-10Better logging for hashtablesXavier Roche
2014-05-10Hashtable: names for debugging, and better loggingXavier Roche
2014-05-10Mitigate stash overflow by resizing the hashtable.Xavier Roche
Added better logging.
2014-05-09cache->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-09assert cleanup.Xavier Roche
2014-05-08Inline keyword.Xavier Roche
2014-05-08Missing NULL.Xavier Roche
2014-05-08Assertion handler (2)Xavier Roche
2014-05-08Assertion handlerXavier Roche
2014-05-08Added assertion handlers to hashtables.Xavier Roche
2014-05-06Cleanup in dirty mallocated stringsXavier Roche
2014-05-06Fixed regression introduced in r995 over strcpybuff() reusing macro ↵Xavier Roche
arguments multiple times, leading to troubles when using side-effects.
2014-05-04Added -DLIBHTTRACK_EXPORTS for libhttrackXavier Roche
2014-05-04Fixed build.Xavier Roche
2014-05-04Added strlcatbuffXavier Roche
2014-05-04Replaced ugly cat by snprintfXavier Roche
2014-05-04Fixed hidden type.Xavier Roche
2014-05-04Potentially unused functions.Xavier Roche
2014-05-04Fix 2.Xavier Roche
2014-05-04Fix.Xavier Roche
2014-05-04Cleanup.Xavier Roche
2014-05-04Hashtable: logging in case of troublesXavier Roche
2014-05-04More hashtable stressXavier Roche
2014-05-04Comment.Xavier Roche