summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtests: ignore disabled even when ranges are givenbagder/runtests-range-disabledDaniel Stenberg2018-10-021-8/+17
* RELEASE-NOTES: syncedDaniel Stenberg2018-10-021-17/+37
* CMake: Improve config installationRuslan Baratov2018-10-014-90/+32
* test1650: make it depend on http/2Daniel Stenberg2018-10-012-0/+12
* MANUAL: minor grammar fixNate Prewitt2018-10-011-1/+1
* doh: only build if h2 enabledDaniel Stenberg2018-09-301-1/+29
* test2100: require http2 to runDaniel Stenberg2018-09-292-1/+1
* multi: fix memory leak in content encoding related error pathDaniel Stenberg2018-09-291-3/+7
* travis: bump the Secure Transport build to use xcode 10Daniel Stenberg2018-09-291-1/+1
* curl: enabled Windows VT Support and UTF-8 outputRich Turner2018-09-293-0/+70
* multi: fix location URL memleak in error pathDaniel Stenberg2018-09-281-1/+4
* cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov2018-09-283-4/+5
* cmake: Backport to work with CMake 3.0 againBrad King2018-09-281-2/+11
* curl_threads: fix classic MinGW compile breakMarcel Raad2018-09-271-3/+11
* configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg2018-09-263-11/+11
* example/htmltidy: fix include paths of tidy librariesDoron Behar2018-09-261-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2018-09-261-7/+27
* Curl_http2_done: fix memleak in error pathDaniel Stenberg2018-09-251-6/+8
* http: fix memleak in rewind error pathDaniel Stenberg2018-09-251-8/+7
* test320: fix regression in [ci skip]Viktor Szakats2018-09-241-2/+2
* Curl_retry_request: fix memory leakDaniel Stenberg2018-09-241-2/+7
* openssl: load built-in engines tooDaniel Stenberg2018-09-241-1/+1
* OpenSSL: enable TLS 1.3 post-handshake authChristian Heimes2018-09-241-0/+6
* Curl_dedotdotify(): always nul terminate returned string.Even Rouault2018-09-242-0/+5
* update URLs in testsViktor Szakats2018-09-235-6/+6
* whitespace fixesViktor Szakats2018-09-23231-983/+772
* http: add missing return code checkDaniel Stenberg2018-09-231-6/+3
* ftp: don't access pointer before NULL checkDaniel Stenberg2018-09-231-2/+1
* unit1650: fix out of boundary accessDaniel Stenberg2018-09-231-4/+4
* docs/examples: URL updatesViktor Szakats2018-09-2336-113/+114
* examples/Makefile.m32: sync with core [ci skip]Viktor Szakats2018-09-222-56/+127
* examples/parseurl.c: show off the URL API a bitDaniel Stenberg2018-09-222-1/+79
* SECURITY-PROCESS: mention the bountygraph program [ci skip]Daniel Stenberg2018-09-221-4/+21
* 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