Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-24 | Removed ChangeLogUnzip | Xavier Roche | |
2014-05-24 | Fixed minizip. | Xavier Roche | |
2014-05-24 | Missing zflush_file member. | Xavier Roche | |
2014-05-24 | Upgraded to minizip 1.1 from zlib 1.2.8 | Xavier Roche | |
2014-05-24 | No diff. | Xavier Roche | |
2014-05-24 | Diff are better. | Xavier Roche | |
2014-05-23 | "const correctness" cleanup | Xavier Roche | |
added the following default flags: -Wformat -Wformat-security -Wmultichar -Wwrite-strings fixed several other warnings | |||
2014-05-23 | Added symbol visibility features to the build to hide internal symbols (GCC) | Xavier Roche | |
2014-05-21 | 3.48.9 | Xavier Roche | |
2014-05-21 | Cleaner dup | Xavier Roche | |
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 | |