Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-19 | tr -d '\r' | Xavier Roche | |
2014-05-19 | char* => const char* | Xavier Roche | |
2014-05-19 | Added strlcpybuff() macro. | Xavier Roche | |
2014-05-19 | Fixed segOutputSize < segSize assertion fails at htscharset.c:993 | Xavier Roche | |
* closes:#44 | |||
2014-05-18 | Fixed __builtin___strncat_chk warning | Xavier Roche | |
2014-05-18 | Removed unused variable. | Xavier Roche | |
2014-05-18 | tr -d '\r' | Xavier Roche | |
2014-05-18 | Backlog for web server to 10. | Xavier Roche | |
2014-05-18 | Cleanup in callbacks. | Xavier Roche | |
2014-05-18 | Big cleanup in network address and dns functions: | Xavier Roche | |
* removed t_fullhostent insanity * removed (struct sockaddr*) casts * use SOCaddr everywhere rather than raw struct hostent* | |||
2014-05-18 | libtool: in_port_t and sa_family_t | Xavier Roche | |
2014-05-18 | Removed size member from SOCaddr | Xavier Roche | |
2014-05-18 | Cleanup in socket handling (less ugly casts!) | Xavier Roche | |
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 | |