03186b11 | 15-Oct-2018 |
Daniel Gustafsson |
INSTALL: mention mesalink in TLS section Commit 57348eb97d1b8fc3742e02c6587d2d02ff592da5 added support for the MesaLink vtls backend, but missed updating the TLS section containing s
INSTALL: mention mesalink in TLS section Commit 57348eb97d1b8fc3742e02c6587d2d02ff592da5 added support for the MesaLink vtls backend, but missed updating the TLS section containing supported backends in the docs. Closes #3134 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
6c413648 | 14-Oct-2018 |
Marcel Raad |
nonblock: fix unused parameter warning If USE_BLOCKING_SOCKETS is defined, curlx_nonblock's arguments are not used. |
6afe70a0 | 10-Oct-2018 |
Michael Kaufmann |
Curl_follow: Always free the passed new URL Closes #3124 |
3455b4b3 | 12-Oct-2018 |
Viktor Szakats |
replace rawgit links [ci skip] Ref: https://rawgit.com/ "RawGit has reached the end of its useful life" Ref: https://news.ycombinator.com/item?id=18202481 Closes https://github.com/c
replace rawgit links [ci skip] Ref: https://rawgit.com/ "RawGit has reached the end of its useful life" Ref: https://news.ycombinator.com/item?id=18202481 Closes https://github.com/curl/curl/pull/3131
show more ...
|
aaab0831 | 12-Oct-2018 |
Daniel Stenberg |
docs/BUG-BOUNTY.md: for vulns published since Aug 1st 2018 [ci skip] |
a47a2644 | 11-Oct-2018 |
Daniel Stenberg |
travis: make distcheck scan for BOM markers and remove BOM from projects/wolfssl_override.props Closes #3126 |
97cde940 | 11-Oct-2018 |
Marcel Raad |
CMake: remove BOM Accidentally aded in commit 1bb86057ff07083deeb0b00f8ad35879ec4d03ea. Reported-by: Viktor Szakats Ref: https://github.com/curl/curl/pull/3120#issuecomment-4286
CMake: remove BOM Accidentally aded in commit 1bb86057ff07083deeb0b00f8ad35879ec4d03ea. Reported-by: Viktor Szakats Ref: https://github.com/curl/curl/pull/3120#issuecomment-428673136
show more ...
|
12d833fa | 10-Oct-2018 |
Daniel Gustafsson |
transfer: fix typo in comment |
d275c18c | 10-Oct-2018 |
Michael Kaufmann |
docs: add "see also" links for SSL options - link TLS 1.2 and TLS 1.3 options - link proxy and non-proxy options Closes #3121 |
12dde22b | 10-Oct-2018 |
Marcel Raad |
AppVeyor: remove BDIR variable that sneaked in again Removed in ae762e1abebe3a5fe75658583c85059a0957ef6e, accidentally added again in 9f3be5672dc4dda30ab43e0152e13d714a84d762. |
1bb86057 | 09-Oct-2018 |
Marcel Raad |
CMake: disable -Wpedantic-ms-format As done in the autotools build. This is required for MinGW, which supports only %I64 for printing 64-bit values, but warns about it. Closes h
CMake: disable -Wpedantic-ms-format As done in the autotools build. This is required for MinGW, which supports only %I64 for printing 64-bit values, but warns about it. Closes https://github.com/curl/curl/pull/3120
show more ...
|
e13f0237 | 09-Oct-2018 |
Viktor Szakats |
ldap: show precise LDAP call in error message on Windows Also add a unique but common text ('bind via') to make it easy to grep this specific failure regardless of platform. Ref
ldap: show precise LDAP call in error message on Windows Also add a unique but common text ('bind via') to make it easy to grep this specific failure regardless of platform. Ref: https://github.com/curl/curl/pull/878/files#diff-7a636f08047c4edb53a240f540b4ecf6R468 Closes https://github.com/curl/curl/pull/3118 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
show more ...
|
7da10001 | 09-Oct-2018 |
Daniel Stenberg |
docs/DEPRECATE: minor reformat to render nicer on web |
4bc86270 | 09-Oct-2018 |
Daniel Gustafsson |
CURLOPT_SSL_VERIFYSTATUS: Fix typo Changes s/OSCP/OCSP/ and bumps the copyright year due to the change. |
673795f8 | 08-Oct-2018 |
Marcel Raad |
curl_setup: define NOGDI on Windows This avoids an ERROR macro clash between <wingdi.h> and <arpa/tftp.h> on MinGW. Closes https://github.com/curl/curl/pull/3113 |
940e1c1e | 07-Oct-2018 |
Marcel Raad |
Windows: fixes for MinGW targeting Windows Vista Classic MinGW has neither InitializeCriticalSectionEx nor GetTickCount64, independent of the target Windows version. Closes http
Windows: fixes for MinGW targeting Windows Vista Classic MinGW has neither InitializeCriticalSectionEx nor GetTickCount64, independent of the target Windows version. Closes https://github.com/curl/curl/pull/3113
show more ...
|
6450a557 | 08-Oct-2018 |
Daniel Stenberg |
TODO: fixed 'API for URL parsing/splitting' |
238494fc | 08-Oct-2018 |
Daniel Gustafsson |
KNOWN_BUGS: Fix various typos Closes #3112 Reviewed-by: Daniel Stenberg <daniel@haxx.se> |
ff9d7f44 | 08-Oct-2018 |
Viktor Szakats |
spelling fixes [ci skip] as detected by codespell 1.14.0 Closes https://github.com/curl/curl/pull/3114 Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com> |
82e40afe | 08-Oct-2018 |
Daniel Stenberg |
RELEASE-NOTES: synced |
2ece5e30 | 07-Oct-2018 |
Daniel Stenberg |
curl_ntlm_wb: check aprintf() return codes ... when they return NULL we're out of memory and MUST return failure. closes #3111 |
af500e93 | 29-Sep-2018 |
Daniel Stenberg |
docs/BUG-BOUNTY: proposed additional docs Bug bounty explainer. See https://bountygraph.com/programs/curl Closes #3067 |
3349a633 | 07-Oct-2018 |
Rick Deist |
hostip: fix check on Curl_shuffle_addr return value Closes #3110 |
e50a2002 | 04-Oct-2018 |
Daniel Stenberg |
FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output Now FILE transfers send headers to the header callback like HTTP and other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL.
FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output Now FILE transfers send headers to the header callback like HTTP and other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...) work for FILE in the callbacks. Makes "curl -i file://.." and "curl -I file://.." work like before again. Applied the bold header logic to them too. Regression from c1c2762 (7.61.0) Reported-by: Shaun Jackman Fixes #3083 Closes #3101
show more ...
|
b55e85d4 | 07-Oct-2018 |
Daniel Gustafsson |
gskit: make sure to terminate version string In case a very small buffer was passed to the version function, it could result in the buffer not being NULL-terminated since strncpy() doesn
gskit: make sure to terminate version string In case a very small buffer was passed to the version function, it could result in the buffer not being NULL-terminated since strncpy() doesn't guarantee a terminator on an overflowed buffer. Rather than adding code to terminate (and handle zero-sized buffers), move to using snprintf() instead like all the other vtls backends. Closes #3105 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Viktor Szakats <commit@vszakats.net>
show more ...
|