aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-15makefile.m32: allow to override gcc, ar and ranlibViktor Szakats
2017-10-12cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat
2017-10-12cli tool: reimplement stdin buffering in -F option.Patrick Monnerat
2017-10-09curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev
2017-09-30Set and use more necessary options when some protocols are disabledDan Fandrich
2017-09-22metalink: fix NSS issue in MultiSSL buildsViktor Szakats
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-20curl: check fseek() return code and bail on errorDaniel Stenberg
2017-09-18curl: make str2udouble not return values on errorDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-06mime: drop internal FILE * support.Patrick Monnerat
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-03mime: fix signed/unsigned conversions.Patrick Monnerat
2017-09-03tool_formparse: fix some trivial warningsJay Satiro
2017-09-03mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat
2017-09-03mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat
2017-09-03mime: fix some implicit curl_off_t --> size_t conversion warnings.Patrick Monnerat
2017-09-02mime: use in curl cli tool instead of form API.Patrick Monnerat
2017-08-30makefile.m32: add multissl supportViktor Szakats
2017-08-28version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin
2017-08-28metalink: allow compiling with multiple SSL backendsJohannes Schindelin
2017-08-22curl: shorten and clean up CA cert verification error messageDaniel Stenberg
2017-08-22tool_main: turn off MinGW CRT's globbingMarcel Raad
2017-08-22makefile.m32: add support for libidn2Viktor Szakats
2017-08-18metalink: adjust source code styleJohannes Schindelin
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-15zsh.pl: produce a working completion script againKamil Dudka
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-10mkhelp.pl: allow executing this script directlyJay Satiro
2017-08-10metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg
2017-08-09curl: do bounds check using a double comparisonAdam Sampson
2017-08-08docs/comments: Update to secure URL versionsViktor Szakats
2017-08-07curl: detect and bail out early on parameter integer overflowsDaniel Stenberg
2017-08-07glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg
2017-08-05getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg
2017-07-29tool_help: clarify --include is only for response headersJay Satiro
2017-07-10make: fix docs build on OpenBSDRyan Winograd
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-07-09tool_getparam: fix potentially uninitialized errJay Satiro
2017-07-09tool_cb_wrt: fix variable shadowing warningMarcel Raad
2017-07-04tool_sleep: typecast to avoid macos compiler warningDaniel Stenberg
2017-06-30make: build the docs subdir only from within srcDaniel Stenberg
2017-06-28curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka
2017-06-26tool_getparam: fix memory leak on test 1147 OOM (torture tests)Jay Satiro
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-19automake: use $(MKHELP) variable instead if constant mkhelp.plSimon Warta