summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* url: use the URL API internally as wellDaniel Stenberg2018-09-2222-918/+376
* URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats2018-09-2217-101/+21
* RELEASE-NOTES: syncedDaniel Stenberg2018-09-221-4/+17
* configure: force-use -lpthreads on HPUXDaniel Stenberg2018-09-211-0/+10
* Curl_saferealloc: Fixed typo in docblockErik Minekus2018-09-211-1/+1
* urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg2018-09-213-6/+9
* GnutTLS: TLS 1.3 supportLoganaden Velvindron2018-09-211-9/+62
* TODO: c-ares and CURLOPT_OPENSOCKETFUNCTIONDaniel Stenberg2018-09-201-7/+8
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-208-18/+1
* certs: generate tests certs with sha256 digest algorithmDaniel Stenberg2018-09-2038-825/+835
* urlapi: document the error codes, remove two unused onesDaniel Stenberg2018-09-194-28/+59
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-195-12/+79
* nss: try to connect even if libnssckbi.so fails to loadKamil Dudka2018-09-191-2/+3
* urlapi: don't set value which is never readDaniel Gustafsson2018-09-191-1/+0
* todo: Update reference to already done itemDaniel Gustafsson2018-09-191-1/+2
* RELEASE-NOTES: syncedDaniel Stenberg2018-09-181-9/+58
* cmake: don't require OpenSSL if USE_OPENSSL=OFFslodki2018-09-181-2/+2
* curl_multi_wait: call getsock before figuring out timeoutDaniel Stenberg2018-09-181-7/+7
* examples/http2-pushinmemory: receive HTTP/2 pushed files in memoryDaniel Stenberg2018-09-182-1/+189
* darwinssl: Fix realloc memleakDaniel Gustafsson2018-09-181-1/+2
* examples: Fix memory leaks from realloc errorsKruzya2018-09-175-12/+29
* memory: add missing curl_printf headerDaniel Gustafsson2018-09-171-1/+3
* curl: update --tlsv* descriptions in --help outputSi2018-09-165-8/+8
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-165-105/+141
* http2: fix memory leaks on error-pathDaniel Stenberg2018-09-161-2/+8
* libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn2018-09-151-0/+1
* secure Openwall URLsViktor Szakats2018-09-143-3/+3
* openssl: show "proper" version number for libressl buildsDaniel Stenberg2018-09-141-6/+5
* openssl: assume engine support in 0.9.8 or laterRainer Jung2018-09-141-1/+1
* sendf: use failf() rather than Curl_failf()Daniel Gustafsson2018-09-131-3/+2
* sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson2018-09-132-2/+2
* krb5: fix memory leak in krb_authDaniel Gustafsson2018-09-131-0/+1
* ftp: include command in Curl_ftpsend sendbufferDaniel Gustafsson2018-09-131-1/+5
* ntlm_wb: Fix memory leaks in ntlm_wb_responseDaniel Gustafsson2018-09-131-0/+1
* travis: build the MesaLink vtls backend with MesaLink 0.7.1Yiming Jing2018-09-131-0/+27
* runtests.pl: run tests against the MesaLink vtls backendYiming Jing2018-09-131-0/+5
* vtls: add a MesaLink vtls backendYiming Jing2018-09-135-1/+666
* configure.ac: add a MesaLink vtls backendYiming Jing2018-09-132-5/+97
* curl_url_set.3: properly escape \n in example codeDave Reisner2018-09-131-1/+1
* curl_url_set.3: fix typo in reference to CURLU_APPENDQUERYDave Reisner2018-09-131-1/+1
* urlglob: improve error messageDaniel Stenberg2018-09-132-6/+9
* tests/certs: rebuild certs with 2048-bit RSA keysYiming Jing2018-09-1243-787/+1065
* TODO: fix typo in itemDaniel Gustafsson2018-09-121-1/+1
* anyauthput: fix compiler warning on 64-bit WindowsMarcel Raad2018-09-121-5/+8
* lib: fix gcc8 warning on WindowsViktor Szakats2018-09-121-2/+3
* openssl: fix gcc8 warningJay Satiro2018-09-121-1/+1
* libcurl-url.3: overview man page for the URL APIDaniel Stenberg2018-09-102-0/+138
* example/asiohiper: insert warning comment about its statusDaniel Stenberg2018-09-101-1/+11
* docs/cmdline-opts: update the documentation of --tlsv1.0Kamil Dudka2018-09-101-1/+1
* docs/examples: do not wait when no transfers are runningKamil Dudka2018-09-108-24/+24