aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-06-29openssl: make the requested TLS version the *minimum* wantedDaniel Stenberg
2018-06-29openssl: allow TLS 1.3 by defaultDaniel Stenberg
2018-06-27getnameinfo: not usedDaniel Stenberg
2018-06-27easy_perform: use *multi_timeout() to get wait timesDaniel Stenberg
2018-06-25url: check Curl_conncache_add_conn return codeDaniel Stenberg
2018-06-23netrc: use a larger bufferDaniel Stenberg
2018-06-23multi: fix crash due to dangling entry in connect-pending listJavier Blazquez
2018-06-22ConnectionExists: make sure conn->data is set when "taking" a connectionDaniel Stenberg
2018-06-21cmake: allow multiple SSL backendsRaphael Gozzo
2018-06-21url: fix dangling conn->data pointerDaniel Stenberg
2018-06-16multi: fix memory leak when stopped during name resolveDaniel Stenberg
2018-06-14mk-ca-bundle.pl: make -u delete certdata.txt if found not changedMatteo Bignotti
2018-06-13progress: remove a set of unused definesDaniel Stenberg
2018-06-13Curl_init_do: handle NULL connection pointer passed inLyman Epp
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-12schannel: avoid incompatible pointer warningViktor Szakats