Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | Removed duplicate opt->lien_tot and opt->liens members in some functions. | Xavier Roche | |
2014-05-29 | Fixes. | Xavier Roche | |
2014-05-29 | Added off_t_to_size_t() | Xavier Roche | |
2014-05-29 | Allocation cleanup (why "+2", why ?) | Xavier Roche | |
2014-05-28 | Added assert | Xavier Roche | |
2014-05-28 | Replaced sprintf() by hts_template_format_str() | Xavier Roche | |
2014-05-28 | Fixed NULL terminated string. | Xavier Roche | |
2014-05-28 | Rewrite string template formatting to be format-injection proof. | Xavier Roche | |
2014-05-28 | Fixed heap crawl overflow | Xavier Roche | |
2014-05-28 | Rewrite template formatting to be format-injection proof. | Xavier Roche | |
2014-05-28 | Added AM_PROG_CC_C_O and AM_PROG_LIBTOOL | Xavier Roche | |
Removed unused CXX added the following default compiler flags: -Wdeclaration-after-statement -Wsequence-point -Wparentheses -Winit-self -Wuninitialized -Wformat -fstrict-aliasing -Wstrict-aliasing=2 added the following default linker flags: -Wl,--discard-all -Wl,--no-undefined Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG | |||
2014-05-28 | Bad md5. | Xavier Roche | |
2014-05-28 | Really fixed. | Xavier Roche | |
2014-05-28 | Fixed build. | Xavier Roche | |
2014-05-28 | Fixed const T ** not being castable to const T ** | Xavier Roche | |
2014-05-28 | Added MD5 self-test | Xavier Roche | |
2014-05-28 | Fixed dirty uint32_t cast leading to aliasing issues. | Xavier Roche | |
2014-05-27 | Cleanup, const correctness | Xavier Roche | |
2014-05-27 | Fixed help option, and too long help line (man: "cannot adjust line") | Xavier Roche | |
2014-05-27 | Rewritten UTF8 writer to avoir spurious GCC 4.8.3 warnings. | Xavier Roche | |
2014-05-27 | Export may_unknown and guess_httptype | Xavier Roche | |
2014-05-27 | tr -d '\r' | Xavier Roche | |
2014-05-27 | Fixed symbol import. | Xavier Roche | |
2014-05-26 | tr -d '\r' | Xavier Roche | |
2014-05-26 | Big links heap handling cleanup, and removed very old and legacy macros | Xavier Roche | |
2014-05-24 | Minizip warning fixes. | Xavier Roche | |
2014-05-24 | Fixed EXTRA_DIST | Xavier Roche | |
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 | |