summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
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-10-07Further merge cleanup, leftovers in lib/url.c (elif where none should be/end)...ng0
2017-10-06Merge tag 'curl-7_56_0'ng0
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-22gnurl: clean up merge.gnurl-7_55_1-2ng0
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22mkhelp.pl: allow executing this script directlyJay Satiro
2017-08-22metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg
2017-08-22curl: do bounds check using a double comparisonAdam Sampson
2017-08-22docs/comments: Update to secure URL versionsViktor Szakats
2017-08-22curl: detect and bail out early on parameter integer overflowsDaniel Stenberg
2017-08-22glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg
2017-08-22getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg
2017-08-22tool_help: clarify --include is only for response headersJay Satiro
2017-08-22make: fix docs build on OpenBSDRyan Winograd
2017-08-22curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-08-22tool_getparam: fix potentially uninitialized errJay Satiro
2017-08-22tool_cb_wrt: fix variable shadowing warningMarcel Raad
2017-08-22tool_sleep: typecast to avoid macos compiler warningDaniel Stenberg
2017-08-22make: build the docs subdir only from within srcDaniel Stenberg
2017-08-22curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka
2017-08-22tool_getparam: fix memory leak on test 1147 OOM (torture tests)Jay Satiro
2017-08-22--request-target: instead of --strip-path-slashDaniel Stenberg
2017-08-22http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-08-22automake: use $(MKHELP) variable instead if constant mkhelp.plSimon Warta
2017-08-22mkhelp.pl: fix script name in usage textSimon Warta
2017-08-22tool_wrte_cb: remove check for config == NULLDaniel Stenberg
2017-08-22curl: prevent binary output spewed to terminalDaniel Stenberg