Age | Commit message (Expand) | Author |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |
2017-09-22 | metalink: fix NSS issue in MultiSSL builds | Viktor Szakats |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat |
2017-09-20 | curl: check fseek() return code and bail on error | Daniel Stenberg |
2017-09-18 | curl: make str2udouble not return values on error | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-06 | mime: drop internal FILE * support. | Patrick Monnerat |
2017-09-05 | mime: implement encoders. | Patrick Monnerat |
2017-09-03 | mime: fix signed/unsigned conversions. | Patrick Monnerat |
2017-09-03 | tool_formparse: fix some trivial warnings | Jay Satiro |
2017-09-03 | mime: use size_t instead of ssize_t in public API interface. | Patrick Monnerat |
2017-09-03 | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat |
2017-09-03 | mime: fix some implicit curl_off_t --> size_t conversion warnings. | Patrick Monnerat |
2017-09-02 | mime: use in curl cli tool instead of form API. | Patrick Monnerat |
2017-08-30 | makefile.m32: add multissl support | Viktor Szakats |
2017-08-28 | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin |
2017-08-28 | metalink: allow compiling with multiple SSL backends | Johannes Schindelin |
2017-08-22 | curl: shorten and clean up CA cert verification error message | Daniel Stenberg |
2017-08-22 | tool_main: turn off MinGW CRT's globbing | Marcel Raad |
2017-08-22 | makefile.m32: add support for libidn2 | Viktor Szakats |
2017-08-18 | metalink: adjust source code style | Johannes Schindelin |
2017-08-17 | CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG | Daniel Stenberg |
2017-08-17 | system.h: remove all CURL_SIZEOF_* defines | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-15 | zsh.pl: produce a working completion script again | Kamil Dudka |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-08-10 | mkhelp.pl: allow executing this script directly | Jay Satiro |
2017-08-10 | metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ instead | Daniel Stenberg |
2017-08-09 | curl: do bounds check using a double comparison | Adam Sampson |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-08-07 | curl: detect and bail out early on parameter integer overflows | Daniel Stenberg |
2017-08-07 | glob: do not continue parsing after a strtoul() overflow range | Daniel Stenberg |
2017-08-05 | getparameter: avoid returning uninitialized 'usedarg' | Daniel Stenberg |
2017-07-29 | tool_help: clarify --include is only for response headers | Jay Satiro |
2017-07-10 | make: fix docs build on OpenBSD | Ryan Winograd |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-07-09 | tool_getparam: fix potentially uninitialized err | Jay Satiro |
2017-07-09 | tool_cb_wrt: fix variable shadowing warning | Marcel Raad |
2017-07-04 | tool_sleep: typecast to avoid macos compiler warning | Daniel Stenberg |
2017-06-30 | make: build the docs subdir only from within src | Daniel Stenberg |
2017-06-28 | curl --socks5-{basic,gssapi}: control socks5 auth | Kamil Dudka |
2017-06-26 | tool_getparam: fix memory leak on test 1147 OOM (torture tests) | Jay Satiro |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
2017-06-19 | automake: use $(MKHELP) variable instead if constant mkhelp.pl | Simon Warta |
2017-06-19 | mkhelp.pl: fix script name in usage text | Simon Warta |
2017-06-17 | tool_wrte_cb: remove check for config == NULL | Daniel Stenberg |
2017-06-16 | curl: prevent binary output spewed to terminal | Daniel Stenberg |
2017-06-16 | Makefile.m32: enable -W for MinGW32 build | Marcel Raad |