aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-06-12schannel: support selecting ciphersRobert Prag
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-11openssl: assume engine support in 1.0.1 or laterDaniel Stenberg
2018-06-08boringssl + schannel: undef X509_NAME in lib/schannel.hGisle Vanem
2018-06-08mk-ca-bundle.pl: leave certificate name untouched in decode()Vladimir Kotal
2018-06-03spelling fixesViktor Szakats
2018-06-02axtls: follow-up spell fix of commentDaniel Stenberg
2018-06-02axTLS: not considered fit for useDaniel Stenberg
2018-06-02build: remove the Borland specific makefilesDaniel Stenberg
2018-06-01curl_addrinfo: use same #ifdef conditions in source as headerDaniel Stenberg
2018-06-01multi: remove a DEBUGF()Daniel Stenberg
2018-06-01CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev
2018-06-01fnmatch: use the system one if availableDaniel Stenberg
2018-05-31configure: check for declaration of getpwuid_rBernhard Walle
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-28fnmatch: insist on escaped bracket to matchDaniel Stenberg
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
2018-05-28cmake: check for getpwuid_rBernhard Walle
2018-05-27schannel: add failf calls for client certificate failuresralcock
2018-05-25content_encoding: handle zlib versions too old for Z_BLOCKAlejandro R. Sedeño
2018-05-24multi: provide a socket to wait for in Curl_protocol_getsockDaniel Stenberg
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-05-22http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat