summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http2: check nghttp2_session_set_stream_user_data return codeDaniel Stenberg2018-08-151-7/+32
* CMake: CMake config files are defining CURL_STATICLIB for static buildsAdrien2018-08-151-0/+4
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-141-0/+1
* ssh-libssh: reduce excessive verbose output about pubkey authKamil Dudka2018-08-141-2/+1
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-135-39/+57
* GCC: silence -Wcast-function-type uniformlyMarcel Raad2018-08-111-16/+22
* Silence GCC 8 cast-function-type warningsMarcel Raad2018-08-114-3/+13
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-111-0/+2
* openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg2018-08-101-6/+1
* asyn-thread: Remove unused macroRikard Falkeborn2018-08-091-2/+0
* http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn2018-08-091-1/+0
* formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn2018-08-091-4/+0
* telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn2018-08-091-4/+0
* openssl: fix debug messagesDaniel Jelinski2018-08-091-1/+9
* 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