summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-05-29Removed duplicate opt->lien_tot and opt->liens members in some functions.Xavier Roche
2014-05-29Fixes.Xavier Roche
2014-05-29Added off_t_to_size_t()Xavier Roche
2014-05-29Allocation cleanup (why "+2", why ?)Xavier Roche
2014-05-28Added assertXavier Roche
2014-05-28Replaced sprintf() by hts_template_format_str()Xavier Roche
2014-05-28Fixed NULL terminated string.Xavier Roche
2014-05-28Rewrite string template formatting to be format-injection proof.Xavier Roche
2014-05-28Fixed heap crawl overflowXavier Roche
2014-05-28Rewrite template formatting to be format-injection proof.Xavier Roche
2014-05-28Added AM_PROG_CC_C_O and AM_PROG_LIBTOOLXavier 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-28Bad md5.Xavier Roche
2014-05-28Really fixed.Xavier Roche
2014-05-28Fixed build.Xavier Roche
2014-05-28Fixed const T ** not being castable to const T **Xavier Roche
2014-05-28Added MD5 self-testXavier Roche
2014-05-28Fixed dirty uint32_t cast leading to aliasing issues.Xavier Roche
2014-05-27Cleanup, const correctnessXavier Roche
2014-05-27Fixed help option, and too long help line (man: "cannot adjust line")Xavier Roche
2014-05-27Rewritten UTF8 writer to avoir spurious GCC 4.8.3 warnings.Xavier Roche
2014-05-27Export may_unknown and guess_httptypeXavier Roche
2014-05-27tr -d '\r'Xavier Roche
2014-05-27Fixed symbol import.Xavier Roche
2014-05-26tr -d '\r'Xavier Roche
2014-05-26Big links heap handling cleanup, and removed very old and legacy macrosXavier Roche
2014-05-24Minizip warning fixes.Xavier Roche
2014-05-24Fixed EXTRA_DISTXavier Roche
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