summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-05-24Removed ChangeLogUnzipXavier Roche
2014-05-24Fixed minizip.Xavier Roche
2014-05-24Missing zflush_file member.Xavier Roche
2014-05-24Upgraded to minizip 1.1 from zlib 1.2.8Xavier Roche
2014-05-24No diff.Xavier Roche
2014-05-24Diff are better.Xavier Roche
2014-05-23"const correctness" cleanupXavier Roche
added the following default flags: -Wformat -Wformat-security -Wmultichar -Wwrite-strings fixed several other warnings
2014-05-23Added symbol visibility features to the build to hide internal symbols (GCC)Xavier Roche
2014-05-213.48.9Xavier Roche
2014-05-21Cleaner dupXavier Roche
2014-05-19tr -d '\r'Xavier Roche
2014-05-19char* => const char*Xavier Roche
2014-05-19Added strlcpybuff() macro.Xavier Roche
2014-05-19Fixed segOutputSize < segSize assertion fails at htscharset.c:993Xavier Roche
* closes:#44
2014-05-18Fixed __builtin___strncat_chk warningXavier Roche
2014-05-18Removed unused variable.Xavier Roche
2014-05-18tr -d '\r'Xavier Roche
2014-05-18Backlog for web server to 10.Xavier Roche
2014-05-18Cleanup in callbacks.Xavier Roche
2014-05-18Big 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-18libtool: in_port_t and sa_family_tXavier Roche
2014-05-18Removed size member from SOCaddrXavier Roche
2014-05-18Cleanup in socket handling (less ugly casts!)Xavier Roche
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