aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-11FindWin32CACert: Use a temporary buffer on the stackMichael Kaufmann
2017-06-11test1521: fixed OOM handlingDan Fandrich
2017-06-09RELEASE-PROCEDURE: updated future release datesDaniel Stenberg
2017-06-09gitignore: ignore all vim swap filesPaul Harris
2017-06-09lib1521: fix compiler warnings on the use of bad 'long' valuesDaniel Stenberg
2017-06-09setopt: check CURLOPT_ADDRESS_SCOPE option rangeDaniel Stenberg
2017-06-08cmake: Fix inconsistency regarding mbed TLS include directoryTheAssassin
2017-06-08examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA
2017-06-08asyn-ares: s/Curl_expire_latest/Curl_expireDaniel Stenberg
2017-06-08expire: remove Curl_expire_latest()Daniel Stenberg
2017-06-07configure: fix link with librtmp when specifying pathChris Carlmar
2017-06-07file: make speedcheck use current time for checksDaniel Stenberg
2017-06-07metalink: remove unused printf() argumentDaniel Stenberg
2017-06-06travis: let some builds *not* use --enable-debugDaniel Stenberg
2017-06-06README.md: show the coverall coverage on githubDaniel Stenberg
2017-06-06lib1521: fix compiler warningsDaniel Stenberg
2017-06-05test1521: make the code < 80 columns wideDaniel Stenberg
2017-06-05test1121: use stricter types to work with typcheck-gccDaniel Stenberg
2017-06-05typecheck-gcc: allow CURLOPT_STDERR to be NULL tooDaniel Stenberg
2017-06-05test1521: test *all* curl_easy_setopt optionsDaniel Stenberg
2017-06-05test1538: added "verbose logs" keywordDan Fandrich
2017-06-05test1262: verify ftp download with -z for "if older than this"Daniel Stenberg
2017-06-05curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad
2017-06-04RELEASE-NOTES: synced with 65ba92650Daniel Stenberg
2017-06-04curl_ntlm_core: pass unsigned char to toupperMarcel Raad
2017-06-03BINDINGS: add Ring bindingMahmoud Samir Fayed
2017-06-04CONTRIBUTE.md: mention tests done on pull requestsDaniel Stenberg
2017-06-04travis: add coverage, distcheck and cmake buildsDaniel Stenberg
2017-06-03libtest: fix int-in-bool-context warningsMarcel Raad
2017-06-03libtest: fix implicit-fallthrough warnings with GCC 7Marcel Raad
2017-06-03x509asn1: fix implicit-fallthrough warning with GCC 7Marcel Raad
2017-06-03curl_sasl: fix unused-variable warningMarcel Raad
2017-06-03updatemanpages.pl: error out on too old git versionDaniel Stenberg
2017-06-03cyassl: define build macros before including ssl.hMarcel Raad
2017-06-03tool_util: remove unused tvdiff_secs and remove tool_ prefixDaniel Stenberg
2017-06-03dedotdot: fixed output for ".." and "." only inputDaniel Stenberg
2017-06-02mbedtls: make TU-local variable staticMarcel Raad
2017-06-02MD(4|5): silence cast-align clang warningMarcel Raad
2017-06-02test1538: fix typoDaniel Stenberg
2017-06-02test1538: verify the libcurl strerror API callsDaniel Stenberg
2017-06-02curl_endian: remove unused functionsDaniel Stenberg
2017-06-02test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg
2017-06-02coverage: run event tests tooDaniel Stenberg
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-06-01typecheck-gcc.h: check CURLINFO_CERTINFODaniel Stenberg
2017-06-01typecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and CURLINFO_TLS_SESSIONDaniel Stenberg
2017-06-01typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg
2017-06-01curl-compilers.m4: escape square brackets in regexMarcel Raad
2017-06-01curl-compilers.m4: fix compiler_num for clangMarcel Raad
2017-05-31examples/externalsocket.c: s/closesocket/closecbDaniel Stenberg