6e61668b | 06-Jul-2018 |
Daniel Stenberg |
KNOWN_BUGS: Stick to same family over SOCKS proxy |
03d884b7 | 05-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 |
0d3eeaad | 05-Jul-2018 |
Daniel Stenberg |
libssh: include line number in state change debug messages Closes #2713 |
75105480 | 05-Jul-2018 |
Daniel Stenberg |
KNOWN_BUGS: Borland support is dropped, AIX problem is too old |
74e0bde7 | 03-Jul-2018 |
Jeroen Ooms |
example/crawler.c: simple crawler based on libxml2 Closes #2706 |
b0e4598f | 05-Jul-2018 |
Daniel Stenberg |
RELEASE-NOTES: synced |
91d03fce | 02-Jul-2018 |
Daniel Stenberg |
DEPRECATE: include year when specifying date |
9aabe91c | 02-Jul-2018 |
Daniel Stenberg |
DEPRECATE: linkified |
d56feb61 | 02-Jul-2018 |
Daniel Stenberg |
DEPRECATE: mention the PR that disabled axTLS |
6b919801 | 02-Jul-2018 |
Daniel Stenberg |
docs/DEPRECATE.md: spelling and minor formatting |
f5ba9cea | 01-Jul-2018 |
Daniel Stenberg |
DEPRECATE: new doc describing planned item removals Closes #2704 |
ab4cf996 | 29-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 ...
|
9679790b | 30-Jun-2018 |
Daniel Stenberg |
docs: fix missed option name markups |
09a72f5d | 29-Jun-2018 |
Gaurav Malhotra |
openssl: Remove some dead code Closes #2698 |
6015cefb | 28-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 ...
|
b83e3e60 | 29-Jun-2018 |
Daniel Stenberg |
RELEASE-NOTES: synced |
08c845cf | 28-Jun-2018 |
Daniel Stenberg |
openssl: allow TLS 1.3 by default Reported-by: Andreas Olsson Fixes #2692 Closes #2693 |
24cb114c | 28-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 ...
|
eebd3bb6 | 27-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 |
a10c974e | 27-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 |
0aeca417 | 27-Jun-2018 |
Daniel Stenberg |
getnameinfo: not used Closes #2687 |
3ef67c68 | 26-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 ...
|
b0a365f8 | 26-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 ...
|
be231ef8 | 27-Jun-2018 |
Daniel Stenberg |
GOVERNANCE: linkify, changed some titles |
a5ed2a2c | 27-Jun-2018 |
Daniel Stenberg |
GOVERNANCE: add maintainer details/duties |