summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dist: make the hugehelp.c not get regenerated unnecessarilybagder/maketgz-hugehelpDaniel Stenberg2017-06-132-1/+4
* libressl: OCSP and intermediate certs workaround no longer neededStuart Henderson2017-06-131-1/+2
* url: fix buffer overwrite with file protocol (CVE-2017-9502)Daniel Stenberg2017-06-131-5/+22
* urlglob: fix division by zeroDaniel Stenberg2017-06-131-1/+5
* configure: update the copyright year in the outputDaniel Stenberg2017-06-121-1/+1
* BINDINGS: update SP-Forth and OCaml urlsygrek2017-06-121-2/+2
* FindWin32CACert: Use a temporary buffer on the stackMichael Kaufmann2017-06-111-8/+2
* test1521: fixed OOM handlingDan Fandrich2017-06-111-752/+759
* RELEASE-PROCEDURE: updated future release datesDaniel Stenberg2017-06-091-4/+5
* gitignore: ignore all vim swap filesPaul Harris2017-06-091-1/+1
* lib1521: fix compiler warnings on the use of bad 'long' valuesbagder/lib1521-long-warningsDaniel Stenberg2017-06-092-7/+7
* setopt: check CURLOPT_ADDRESS_SCOPE option rangeDaniel Stenberg2017-06-091-1/+4
* cmake: Fix inconsistency regarding mbed TLS include directoryTheAssassin2017-06-081-3/+3
* examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA2017-06-081-1/+1
* asyn-ares: s/Curl_expire_latest/Curl_expireDaniel Stenberg2017-06-081-1/+1
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-084-53/+8
* configure: fix link with librtmp when specifying pathChris Carlmar2017-06-071-0/+1
* file: make speedcheck use current time for checksDaniel Stenberg2017-06-071-4/+2
* metalink: remove unused printf() argumentDaniel Stenberg2017-06-071-2/+2
* travis: let some builds *not* use --enable-debugDaniel Stenberg2017-06-061-3/+9
* README.md: show the coverall coverage on githubDaniel Stenberg2017-06-061-0/+1
* lib1521: fix compiler warningsDaniel Stenberg2017-06-062-54/+86
* test1521: make the code < 80 columns wideDaniel Stenberg2017-06-052-21/+41
* test1121: use stricter types to work with typcheck-gccDaniel Stenberg2017-06-052-36/+116
* typecheck-gcc: allow CURLOPT_STDERR to be NULL tooDaniel Stenberg2017-06-051-2/+3
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-057-30/+999
* test1538: added "verbose logs" keywordDan Fandrich2017-06-051-0/+1
* test1262: verify ftp download with -z for "if older than this"Daniel Stenberg2017-06-052-1/+41
* curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad2017-06-051-1/+1
* RELEASE-NOTES: synced with 65ba92650Daniel Stenberg2017-06-041-8/+48
* curl_ntlm_core: pass unsigned char to toupperMarcel Raad2017-06-041-1/+1
* BINDINGS: add Ring bindingMahmoud Samir Fayed2017-06-031-0/+2
* CONTRIBUTE.md: mention tests done on pull requestsDaniel Stenberg2017-06-041-7/+25
* travis: add coverage, distcheck and cmake buildsDaniel Stenberg2017-06-041-11/+73
* libtest: fix int-in-bool-context warningsMarcel Raad2017-06-032-2/+2
* libtest: fix implicit-fallthrough warnings with GCC 7Marcel Raad2017-06-032-0/+2
* x509asn1: fix implicit-fallthrough warning with GCC 7Marcel Raad2017-06-031-0/+1
* curl_sasl: fix unused-variable warningMarcel Raad2017-06-031-1/+4
* updatemanpages.pl: error out on too old git versionDaniel Stenberg2017-06-031-1/+8
* cyassl: define build macros before including ssl.hMarcel Raad2017-06-031-32/+32
* tool_util: remove unused tvdiff_secs and remove tool_ prefixDaniel Stenberg2017-06-032-39/+9
* dedotdot: fixed output for ".." and "." only inputDaniel Stenberg2017-06-032-2/+10
* mbedtls: make TU-local variable staticMarcel Raad2017-06-021-1/+1
* MD(4|5): silence cast-align clang warningMarcel Raad2017-06-022-2/+2
* test1538: fix typoDaniel Stenberg2017-06-021-1/+1
* test1538: verify the libcurl strerror API callsDaniel Stenberg2017-06-024-2/+205
* curl_endian: remove unused functionsDaniel Stenberg2017-06-022-138/+2
* test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg2017-06-024-2/+134
* coverage: run event tests tooDaniel Stenberg2017-06-023-0/+12
* build: provide easy code coverage measuringDaniel Stenberg2017-06-027-7/+246