aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-08-09asyn-thread: Remove unused macroRikard Falkeborn
2018-08-09http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn
2018-08-09formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn
2018-08-09telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn
2018-08-09openssl: fix debug messagesDaniel Jelinski
2018-08-08windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg
2018-08-08windows: implement send buffer tuningDaniel Jelinski
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov
2018-08-03lib/Makefile: only do symbol hiding if told toDaniel Stenberg
2018-08-02hostip: fix unused variable warningMarcel Raad
2018-08-01smb: don't mark it done in smb_doDaniel Stenberg
2018-08-01general: fix printf specifiersRikard Falkeborn
2018-07-31HTTP: Don't attempt to needlessly decompress redirect bodyHarry Sintonen
2018-07-31retry: return error if rewind was necessary but didn't happenDaniel Jelinski
2018-07-30http2: clear the drain counter in Curl_http2_doneDaniel Stenberg
2018-07-30smb: fix memory leak on early failureDaniel Stenberg
2018-07-28conn_free: updated comment to clarifyDaniel Stenberg
2018-07-28mime: check Curl_rand_hex's return codeDaniel Stenberg
2018-07-26wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_randomCarie Pointer
2018-07-26reuse_conn(): free old_conn->optionsEven Rouault
2018-07-25system_win32: fix version checkingdjelinski
2018-07-24auth: pick Bearer authentication whenever a token is availableJohannes Schindelin
2018-07-24auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer tokenJohannes Schindelin
2018-07-22vtls: set conn->data when closing TLSDaniel Stenberg
2018-07-20http2: several cleanupsDaniel Stenberg
2018-07-20smb_getsock: always wait for write socket tooDaniel Stenberg
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-07-14darwinssl: add support for ALPN negotiationRodger Combs
2018-07-12content_encoding: accept up to 4 unknown trailer bytes after raw deflate dataPatrick Monnerat
2018-07-12smb: fix memory-leak in URL parse error pathDaniel Stenberg
2018-07-12schannel: enable CALG_TLS1PRF for w32api >= 5.1Marcel Raad
2018-07-11multi: always do the COMPLETED procedure/stateDaniel Stenberg
2018-07-11Curl_getoff_all_pipelines: improved for multiplexedDaniel Stenberg
2018-07-11ares: check for NULL in completed-callbackDaniel Stenberg
2018-07-11conn: remove the boolean 'inuse' fieldDaniel Stenberg
2018-07-11openssl: assume engine support in 1.0.0 or laterPaul Howarth
2018-07-11schannel: fix MinGW compile breakMarcel Raad
2018-07-09lib/curl_setup.h: remove unicode characterJay Satiro
2018-07-09lib/curl_setup.h: remove unicode bom from 8272ec50f02Daniel Stenberg
2018-07-09schannel: fix -Wsign-compare warningMarcel Raad
2018-07-09schannel: workaround for wrong function signature in w32apiMarcel Raad
2018-07-09schannel: make more cipher options conditionalMarcel Raad
2018-07-09curl_setup: include <winerror.h> before <windows.h>Marcel Raad
2018-07-09smtp: use the upload buffer size for scratch buffer mallocDaniel Stenberg
2018-07-06darwinssl: allow High Sierra users to build the code using GCCNick Zitzmann
2018-07-06libssh: goto DISCONNECT state on error, not SSH_SESSION_FREEDaniel Stenberg
2018-07-06libssh: include line number in state change debug messagesDaniel Stenberg
2018-07-01telnet: fix clang warningsGisle Vanem
2018-06-29openssl: Remove some dead codeGaurav Malhotra