summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* smb_getsock: always wait for write socket tooDaniel Stenberg2018-07-201-7/+1
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-2/+2
* darwinssl: add support for ALPN negotiationRodger Combs2018-07-141-0/+62
* content_encoding: accept up to 4 unknown trailer bytes after raw deflate dataPatrick Monnerat2018-07-121-11/+15
* smb: fix memory-leak in URL parse error pathDaniel Stenberg2018-07-121-8/+3
* schannel: enable CALG_TLS1PRF for w32api >= 5.1Marcel Raad2018-07-121-2/+6
* multi: always do the COMPLETED procedure/stateDaniel Stenberg2018-07-111-23/+30
* Curl_getoff_all_pipelines: improved for multiplexedDaniel Stenberg2018-07-111-9/+19
* ares: check for NULL in completed-callbackDaniel Stenberg2018-07-111-8/+10
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-116-78/+74
* openssl: assume engine support in 1.0.0 or laterPaul Howarth2018-07-111-1/+1
* schannel: fix MinGW compile breakMarcel Raad2018-07-111-0/+4
* lib/curl_setup.h: remove unicode characterJay Satiro2018-07-091-1/+1
* lib/curl_setup.h: remove unicode bom from 8272ec50f02Daniel Stenberg2018-07-091-1/+1
* schannel: fix -Wsign-compare warningMarcel Raad2018-07-091-1/+1
* schannel: workaround for wrong function signature in w32apiMarcel Raad2018-07-091-1/+2
* schannel: make more cipher options conditionalMarcel Raad2018-07-091-0/+28
* curl_setup: include <winerror.h> before <windows.h>Marcel Raad2018-07-091-1/+2
* smtp: use the upload buffer size for scratch buffer mallocDaniel Stenberg2018-07-091-1/+2
* darwinssl: allow High Sierra users to build the code using GCCNick Zitzmann2018-07-061-8/+9
* libssh: goto DISCONNECT state on error, not SSH_SESSION_FREEDaniel Stenberg2018-07-061-1/+1
* libssh: include line number in state change debug messagesDaniel Stenberg2018-07-061-3/+14
* telnet: fix clang warningsGisle Vanem2018-07-011-2/+3
* openssl: Remove some dead codeGaurav Malhotra2018-06-291-10/+0
* openssl: make the requested TLS version the *minimum* wantedDaniel Stenberg2018-06-291-9/+5
* openssl: allow TLS 1.3 by defaultDaniel Stenberg2018-06-291-1/+1
* getnameinfo: not usedDaniel Stenberg2018-06-272-42/+2
* easy_perform: use *multi_timeout() to get wait timesDaniel Stenberg2018-06-272-20/+9
* url: check Curl_conncache_add_conn return codeDaniel Stenberg2018-06-253-15/+12
* netrc: use a larger bufferDaniel Stenberg2018-06-231-2/+2
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-231-0/+5
* ConnectionExists: make sure conn->data is set when "taking" a connectionDaniel Stenberg2018-06-221-0/+1
* cmake: allow multiple SSL backendsRaphael Gozzo2018-06-211-0/+3
* url: fix dangling conn->data pointerDaniel Stenberg2018-06-213-4/+7
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-163-21/+38
* mk-ca-bundle.pl: make -u delete certdata.txt if found not changedMatteo Bignotti2018-06-141-0/+3
* progress: remove a set of unused definesDaniel Stenberg2018-06-131-13/+0
* Curl_init_do: handle NULL connection pointer passed inLyman Epp2018-06-131-6/+8
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-1212-74/+30
* schannel: avoid incompatible pointer warningViktor Szakats2018-06-121-1/+1
* schannel: support selecting ciphersRobert Prag2018-06-121-0/+121
* cppcheck: fix warningsMarian Klymov2018-06-1132-163/+130
* openssl: assume engine support in 1.0.1 or laterDaniel Stenberg2018-06-112-12/+15
* boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem2018-06-082-9/+19
* mk-ca-bundle.pl: leave certificate name untouched in decode()Vladimir Kotal2018-06-081-1/+3
* spelling fixesViktor Szakats2018-06-037-9/+9
* axtls: follow-up spell fix of commentDaniel Stenberg2018-06-021-1/+1
* axTLS: not considered fit for useDaniel Stenberg2018-06-021-0/+5
* build: remove the Borland specific makefilesDaniel Stenberg2018-06-022-187/+2
* curl_addrinfo: use same #ifdef conditions in source as headerDaniel Stenberg2018-06-011-1/+2