summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* header output: switch off all styles, not just unboldbagder/unbold-fixDaniel Stenberg2018-07-121-1/+4
* multi: always do the COMPLETED procedure/stateDaniel Stenberg2018-07-112-28/+40
* 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-117-84/+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
* examples/crawler.c: move #ifdef to column 0Daniel Stenberg2018-07-111-3/+3
* release: 7.61.0curl-7_61_0Daniel Stenberg2018-07-112-10/+56
* TODO: Configurable loading of OpenSSL configuration fileDaniel Stenberg2018-07-101-0/+12
* post303.d: clarify that this is an RFC violationDaniel Stenberg2018-07-101-5/+4
* CMake: remove redundant and old end-of-block syntaxRuslan Baratov2018-07-094-102/+96
* 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
* schannel: workaround for wrong function signature in w32apiMarcel Raad2018-07-091-1/+2
* schannel: make more cipher options conditionalMarcel Raad2018-07-091-0/+28
* curl_setup: include <winerror.h> before <windows.h>Marcel Raad2018-07-091-1/+2
* examples: fix -Wformat warningsMarcel Raad2018-07-096-13/+13
* smtp: use the upload buffer size for scratch buffer mallocDaniel Stenberg2018-07-091-1/+2
* scripts: include _curl as part of CLEANFILESDave Reisner2018-07-081-0/+2
* darwinssl: allow High Sierra users to build the code using GCCNick Zitzmann2018-07-061-8/+9
* CMake: Remove unused 'output_var' from 'collect_true'Ruslan Baratov2018-07-062-8/+7
* CMake: Remove unused functionsRuslan Baratov2018-07-061-30/+0
* KNOWN_BUGS: Stick to same family over SOCKS proxyDaniel Stenberg2018-07-061-0/+10
* libssh: goto DISCONNECT state on error, not SSH_SESSION_FREEDaniel Stenberg2018-07-061-1/+1
* libssh: include line number in state change debug messagesDaniel Stenberg2018-07-061-3/+14
* KNOWN_BUGS: Borland support is dropped, AIX problem is too oldDaniel Stenberg2018-07-051-14/+0
* example/crawler.c: simple crawler based on libxml2Jeroen Ooms2018-07-052-1/+211
* RELEASE-NOTES: syncedDaniel Stenberg2018-07-051-9/+18
* DEPRECATE: include year when specifying dateDaniel Stenberg2018-07-021-4/+5
* DEPRECATE: linkifiedDaniel Stenberg2018-07-021-12/+6
* DEPRECATE: mention the PR that disabled axTLSDaniel Stenberg2018-07-021-2/+3
* docs/DEPRECATE.md: spelling and minor formattingDaniel Stenberg2018-07-021-15/+15
* DEPRECATE: new doc describing planned item removalsDaniel Stenberg2018-07-022-0/+78
* telnet: fix clang warningsGisle Vanem2018-07-011-2/+3
* docs: fix missed option name markupsDaniel Stenberg2018-06-304-31/+32
* openssl: Remove some dead codeGaurav Malhotra2018-06-291-10/+0
* openssl: make the requested TLS version the *minimum* wantedDaniel Stenberg2018-06-295-30/+32
* RELEASE-NOTES: syncedDaniel Stenberg2018-06-291-12/+26
* openssl: allow TLS 1.3 by defaultDaniel Stenberg2018-06-292-3/+3
* CURLINFO_TLS_SSL_PTR.3: improve the exampleAdrian Peniak2018-06-281-8/+27
* travis: add a build using the synchronous name resolverDaniel Stenberg2018-06-271-0/+4
* configure: remove CURL_CHECK_NI_WITHSCOPEID tooDaniel Stenberg2018-06-272-102/+0
* getnameinfo: not usedDaniel Stenberg2018-06-274-252/+2
* easy_perform: use *multi_timeout() to get wait timesDaniel Stenberg2018-06-272-20/+9
* configure: Add dependent libraries after cryptoMax Dymond2018-06-271-3/+3
* GOVERNANCE: linkify, changed some titlesDaniel Stenberg2018-06-271-12/+9
* GOVERNANCE: add maintainer details/dutiesDaniel Stenberg2018-06-271-0/+59
* url: check Curl_conncache_add_conn return codeDaniel Stenberg2018-06-253-15/+12