summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg2018-08-081-1/+5
* windows: implement send buffer tuningDaniel Jelinski2018-08-081-1/+18
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-081-0/+38
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-081-11/+10
* lib/Makefile: only do symbol hiding if told toDaniel Stenberg2018-08-031-0/+3
* hostip: fix unused variable warningMarcel Raad2018-08-021-0/+4
* smb: don't mark it done in smb_doDaniel Stenberg2018-08-011-1/+1
* general: fix printf specifiersRikard Falkeborn2018-08-011-1/+1
* HTTP: Don't attempt to needlessly decompress redirect bodyHarry Sintonen2018-07-311-1/+1
* retry: return error if rewind was necessary but didn't happenDaniel Jelinski2018-07-311-0/+2
* http2: clear the drain counter in Curl_http2_doneDaniel Stenberg2018-07-301-13/+30
* smb: fix memory leak on early failureDaniel Stenberg2018-07-302-33/+37
* conn_free: updated comment to clarifyDaniel Stenberg2018-07-281-1/+1
* mime: check Curl_rand_hex's return codeDaniel Stenberg2018-07-281-2/+7
* wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_randomCarie Pointer2018-07-261-0/+2
* reuse_conn(): free old_conn->optionsEven Rouault2018-07-261-0/+1
* system_win32: fix version checkingdjelinski2018-07-251-4/+6
* auth: pick Bearer authentication whenever a token is availableJohannes Schindelin2018-07-241-1/+1
* auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer tokenJohannes Schindelin2018-07-241-4/+9
* vtls: set conn->data when closing TLSDaniel Stenberg2018-07-222-1/+4
* http2: several cleanupsDaniel Stenberg2018-07-207-70/+43
* 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