summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-11release: 7.61.0curl-7_61_0Daniel Stenberg
2018-07-10TODO: Configurable loading of OpenSSL configuration fileDaniel Stenberg
2018-07-10post303.d: clarify that this is an RFC violationDaniel Stenberg
2018-07-09CMake: remove redundant and old end-of-block syntaxRuslan Baratov
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-09examples: fix -Wformat warningsMarcel Raad
2018-07-09smtp: use the upload buffer size for scratch buffer mallocDaniel Stenberg
2018-07-08scripts: include _curl as part of CLEANFILESDave Reisner
2018-07-06darwinssl: allow High Sierra users to build the code using GCCNick Zitzmann
2018-07-06CMake: Remove unused 'output_var' from 'collect_true'Ruslan Baratov
2018-07-06CMake: Remove unused functionsRuslan Baratov
2018-07-06KNOWN_BUGS: Stick to same family over SOCKS proxyDaniel Stenberg
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-05KNOWN_BUGS: Borland support is dropped, AIX problem is too oldDaniel Stenberg
2018-07-05example/crawler.c: simple crawler based on libxml2Jeroen Ooms
2018-07-05RELEASE-NOTES: syncedDaniel Stenberg
2018-07-02DEPRECATE: include year when specifying dateDaniel Stenberg
2018-07-02DEPRECATE: linkifiedDaniel Stenberg
2018-07-02DEPRECATE: mention the PR that disabled axTLSDaniel Stenberg
2018-07-02docs/DEPRECATE.md: spelling and minor formattingDaniel Stenberg
2018-07-02DEPRECATE: new doc describing planned item removalsDaniel Stenberg
2018-07-01telnet: fix clang warningsGisle Vanem
2018-06-30docs: fix missed option name markupsDaniel Stenberg
2018-06-29openssl: Remove some dead codeGaurav Malhotra
2018-06-29openssl: make the requested TLS version the *minimum* wantedDaniel Stenberg
2018-06-29RELEASE-NOTES: syncedDaniel Stenberg
2018-06-29openssl: allow TLS 1.3 by defaultDaniel Stenberg
2018-06-28CURLINFO_TLS_SSL_PTR.3: improve the exampleAdrian Peniak
2018-06-27travis: add a build using the synchronous name resolverDaniel Stenberg
2018-06-27configure: remove CURL_CHECK_NI_WITHSCOPEID tooDaniel Stenberg
2018-06-27getnameinfo: not usedDaniel Stenberg
2018-06-27easy_perform: use *multi_timeout() to get wait timesDaniel Stenberg
2018-06-27configure: Add dependent libraries after cryptoMax Dymond
2018-06-27GOVERNANCE: linkify, changed some titlesDaniel Stenberg
2018-06-27GOVERNANCE: add maintainer details/dutiesDaniel Stenberg
2018-06-25url: check Curl_conncache_add_conn return codeDaniel Stenberg
2018-06-25include/README: remove "hacking" advice, not the right placeDaniel Stenberg
2018-06-24RELEASE-NOTES: syncedDaniel Stenberg
2018-06-24CURLOPT_SSL_VERIFYPEER.3: fix syntax mistakeDaniel Stenberg
2018-06-23netrc: use a larger bufferDaniel Stenberg
2018-06-23CURLOPT_SSL_VERIFYPEER.3: Add performance notePatrick Schlangen
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-22system.h: fix for gcc on 32 bit OpenServerKevin R. Bulgrien