History log of /curl/ (Results 10501 – 10525 of 33769)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6e61668b06-Jul-2018 Daniel Stenberg

KNOWN_BUGS: Stick to same family over SOCKS proxy

03d884b705-Jul-2018 Daniel Stenberg

libssh: goto DISCONNECT state on error, not SSH_SESSION_FREE

... because otherwise not everything get closed down correctly.

Fixes #2708
Closes #2712

0d3eeaad05-Jul-2018 Daniel Stenberg

libssh: include line number in state change debug messages

Closes #2713

7510548005-Jul-2018 Daniel Stenberg

KNOWN_BUGS: Borland support is dropped, AIX problem is too old

74e0bde703-Jul-2018 Jeroen Ooms

example/crawler.c: simple crawler based on libxml2

Closes #2706

b0e4598f05-Jul-2018 Daniel Stenberg

RELEASE-NOTES: synced

91d03fce02-Jul-2018 Daniel Stenberg

DEPRECATE: include year when specifying date

9aabe91c02-Jul-2018 Daniel Stenberg

DEPRECATE: linkified

d56feb6102-Jul-2018 Daniel Stenberg

DEPRECATE: mention the PR that disabled axTLS

6b91980102-Jul-2018 Daniel Stenberg

docs/DEPRECATE.md: spelling and minor formatting

f5ba9cea01-Jul-2018 Daniel Stenberg

DEPRECATE: new doc describing planned item removals

Closes #2704

ab4cf99629-Jun-2018 Gisle Vanem

telnet: fix clang warnings

telnet.c(1401,28): warning: cast from function call of type 'int' to
non-matching type 'HANDLE' (aka 'void *') [-Wbad-function-cast]

Fixes #2696
C

telnet: fix clang warnings

telnet.c(1401,28): warning: cast from function call of type 'int' to
non-matching type 'HANDLE' (aka 'void *') [-Wbad-function-cast]

Fixes #2696
Closes #2700

show more ...

9679790b30-Jun-2018 Daniel Stenberg

docs: fix missed option name markups

09a72f5d29-Jun-2018 Gaurav Malhotra

openssl: Remove some dead code

Closes #2698

6015cefb28-Jun-2018 Daniel Stenberg

openssl: make the requested TLS version the *minimum* wanted

The code treated the set version as the *exact* version to require in
the TLS handshake, which is not what other TLS backends

openssl: make the requested TLS version the *minimum* wanted

The code treated the set version as the *exact* version to require in
the TLS handshake, which is not what other TLS backends do and probably
not what most people expect either.

Reported-by: Andreas Olsson
Assisted-by: Gaurav Malhotra
Fixes #2691
Closes #2694

show more ...

b83e3e6029-Jun-2018 Daniel Stenberg

RELEASE-NOTES: synced

08c845cf28-Jun-2018 Daniel Stenberg

openssl: allow TLS 1.3 by default

Reported-by: Andreas Olsson
Fixes #2692
Closes #2693

24cb114c28-Jun-2018 Adrian Peniak

CURLINFO_TLS_SSL_PTR.3: improve the example

The previous example was a little bit confusing, because SSL* structure
(or other "in use" SSL connection pointer) is not accessible after the

CURLINFO_TLS_SSL_PTR.3: improve the example

The previous example was a little bit confusing, because SSL* structure
(or other "in use" SSL connection pointer) is not accessible after the
transfer is completed, therefore working with the raw TLS library
specific pointer needs to be done during transfer.

Closes #2690

show more ...

eebd3bb627-Jun-2018 Daniel Stenberg

travis: add a build using the synchronous name resolver

... since default uses the threaded one and we test the c-ares build
already.

Closes #2689

a10c974e27-Jun-2018 Daniel Stenberg

configure: remove CURL_CHECK_NI_WITHSCOPEID too

Since it isn't used either and requires the getnameinfo check

Follow-up to 0aeca41702d2

0aeca41727-Jun-2018 Daniel Stenberg

getnameinfo: not used

Closes #2687

3ef67c6826-Jun-2018 Daniel Stenberg

easy_perform: use *multi_timeout() to get wait times

... and trim the threaded Curl_resolver_getsock() to return zero
millisecond wait times during the first three milliseconds so that

easy_perform: use *multi_timeout() to get wait times

... and trim the threaded Curl_resolver_getsock() to return zero
millisecond wait times during the first three milliseconds so that
localhost or names in the OS resolver cache gets detected and used
faster.

Closes #2685

show more ...

b0a365f826-Jun-2018 Max Dymond

configure: Add dependent libraries after crypto

The linker is pretty dumb and processes things left to right, keeping a
tally of symbols it hasn't resolved yet. So, we need -ldl to appea

configure: Add dependent libraries after crypto

The linker is pretty dumb and processes things left to right, keeping a
tally of symbols it hasn't resolved yet. So, we need -ldl to appear
after -lcrypto otherwise the linker won't find the dl functions.

Closes #2684

show more ...

be231ef827-Jun-2018 Daniel Stenberg

GOVERNANCE: linkify, changed some titles

a5ed2a2c27-Jun-2018 Daniel Stenberg

GOVERNANCE: add maintainer details/duties

1...<<421422423424425426427428429430>>...1351