History log of /curl/ (Results 10126 – 10150 of 33768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bbce45fb25-Oct-2018 Alexey Eremikhin

curl.1: --ipv6 mutexes ipv4 (fixed typo)

Fixes #3171
Closes #3172

ae925ddc23-Oct-2018 Daniel Stenberg

tool_main: make TerminalSettings static

Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/becfe1233ff2b6b0c3e1b6a10048b55b68c2539f#commitcomment-31008819
Closes #3161

abfdf6a025-Oct-2018 Daniel Stenberg

curl-config.in: remove dependency on bc

Reported-by: Dima Pasechnik
Fixes #3143
Closes #3174

639d052e22-Oct-2018 Gisle Vanem

rtmp: fix for compiling with lwIP

Compiling on _WIN32 and with USE_LWIPSOCK, causes this error:
curl_rtmp.c(223,3): error: use of undeclared identifier 'setsockopt'
setsockopt

rtmp: fix for compiling with lwIP

Compiling on _WIN32 and with USE_LWIPSOCK, causes this error:
curl_rtmp.c(223,3): error: use of undeclared identifier 'setsockopt'
setsockopt(r->m_sb.sb_socket, SOL_SOCKET, SO_RCVTIMEO,
^
curl_rtmp.c(41,32): note: expanded from macro 'setsockopt'
#define setsockopt(a,b,c,d,e) (setsockopt)(a,b,c,(const char *)d,(int)e)
^
Closes #3155

show more ...

25d287d125-Oct-2018 Daniel Stenberg

configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T

Follow-up to #3166 which did the cmake part of this. This type/define is
not used.

Closes #3168

b04e624024-Oct-2018 Ruslan Baratov

cmake: remove unused variables

Remove variables:
* HAVE_SOCKLEN_T
* CURL_SIZEOF_CURL_SOCKLEN_T
* CURL_TYPEOF_CURL_SOCKLEN_T

Closes #3166

daabc91525-Oct-2018 Michael Kaufmann

urldata: Fix comment in header

The "connecting" function is used by multiple protocols, not only FTP

d48e6b7f10-Oct-2018 Michael Kaufmann

netrc: free temporary strings if memory allocation fails

- Change the inout parameters after all needed memory has been
allocated. Do not change them if something goes wrong.
- Fre

netrc: free temporary strings if memory allocation fails

- Change the inout parameters after all needed memory has been
allocated. Do not change them if something goes wrong.
- Free the allocated temporary strings if strdup() fails.

Closes #3122

show more ...

4f2541f908-Aug-2018 Ruslan Baratov

config: Remove unused SIZEOF_VOIDP

Closes #3162

eecfe97424-Oct-2018 Daniel Stenberg

RELEASE-NOTES: synced

eda0998823-Oct-2018 Gisle Vanem

Fix for compiling with lwIP (3)

lwIP on Windows does not have a WSAIoctl() function.
But it do have a SO_SNDBUF option to lwip_setsockopt(). But it currently does nothing.

6535b93021-Oct-2018 Daniel Stenberg

Curl_follow: return better errors on URL problems

... by making the converter function global and accessible.

Closes #3153

ca10fae621-Oct-2018 Daniel Stenberg

Curl_follow: remove remaining free(newurl)

Follow-up to 05564e750e8f0c. This function no longer frees the passed-in
URL.

Reported-by: Michael Kaufmann
Bug: https://github.co

Curl_follow: remove remaining free(newurl)

Follow-up to 05564e750e8f0c. This function no longer frees the passed-in
URL.

Reported-by: Michael Kaufmann
Bug: https://github.com/curl/curl/commit/05564e750e8f0c79016c680f301ce251e6e86155#commitcomm
ent-30985666

show more ...

06d8f16b23-Oct-2018 Daniel Gustafsson

headers: end all headers with guard comment

Most headerfiles end with a /* <headerguard> */ comment, but it was
missing from some. The comment isn't the most important part of our
co

headers: end all headers with guard comment

Most headerfiles end with a /* <headerguard> */ comment, but it was
missing from some. The comment isn't the most important part of our
code documentation but consistency has an intrinsic value in itself.
This adds header guard comments to the files that were lacking it.

Closes #3158
Reviewed-by: Jay Satiro <raysatiro@yahoo.com>
Reviewed-by: Daniel Stenberg <daniel@haxx.se>

show more ...

a023dfa123-Oct-2018 Jay Satiro

CIPHERS.md: Mention the options used to set TLS 1.3 ciphers

Closes https://github.com/curl/curl/pull/3159

db13384720-Oct-2018 Daniel Stenberg

docs/BUG-BOUNTY: the sponsors actually decide the amount

Retract the previous approach as the sponsors will be the ones to set the
final amounts.

Closes #3152
[ci skip]

05564e7502-Oct-2018 Daniel Stenberg

multi: avoid double-free

Curl_follow() no longer frees the string. Make sure it happens in the
caller function, like we normally handle allocations.

This bug was introduced with

multi: avoid double-free

Curl_follow() no longer frees the string. Make sure it happens in the
caller function, like we normally handle allocations.

This bug was introduced with the use of the URL API internally, it has
never been in a release version

Reported-by: Dario Weißer
Closes #3149

show more ...

8a49f91d18-Oct-2018 Daniel Stenberg

multi: make the closure handle "inherit" CURLOPT_NOSIGNAL

Otherwise, closing that handle can still cause surprises!

Reported-by: Martin Ankerl
Fixes #3138
Closes #3147

e693a15717-Oct-2018 Marcel Raad

VS projects: add USE_IPV6

The Visual Studio builds didn't use IPv6. Add it to all projects since
Visual Studio 2008, which is verified to build via AppVeyor.

Closes https://gith

VS projects: add USE_IPV6

The Visual Studio builds didn't use IPv6. Add it to all projects since
Visual Studio 2008, which is verified to build via AppVeyor.

Closes https://github.com/curl/curl/pull/3137

show more ...

abebb2b814-Oct-2018 Marcel Raad

config_win32: enable LDAPS

As done in the autotools and CMake builds by default.

Closes https://github.com/curl/curl/pull/3137

ad547fcf16-Oct-2018 Daniel Stenberg

travis: add build for "configure --disable-verbose"

Closes #3144

6b6ba1dc15-Oct-2018 Kamil Dudka

tool_cb_hdr: handle failure of rename()

Detected by Coverity.

Closes #3140
Reviewed-by: Jay Satiro

21ac068817-Oct-2018 Daniel Stenberg

RELEASE-NOTES: synced

1a0cf36f17-Oct-2018 Daniel Stenberg

docs/SECURITY-PROCESS: the hackerone IBB program drops curl

... now there's only BountyGraph.

df54b14f15-Oct-2018 Matthew Whitehead

x509asn1: Fix SAN IP address verification

For IP addresses in the subject alternative name field, the length
of the IP address (and hence the number of bytes to perform a
memcmp on)

x509asn1: Fix SAN IP address verification

For IP addresses in the subject alternative name field, the length
of the IP address (and hence the number of bytes to perform a
memcmp on) is incorrectly calculated to be zero. The code previously
subtracted q from name.end. where in a successful case q = name.end
and therefore addrlen equalled 0. The change modifies the code to
subtract name.beg from name.end to calculate the length correctly.

The issue only affects libcurl with GSKit SSL, not other SSL backends.
The issue is not a security issue as IP verification would always fail.

Fixes #3102
Closes #3141

show more ...

1...<<401402403404405406407408409410>>...1351