aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-11Silence GCC 8 cast-function-type warningsMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-08-10Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bugDaniel Jelinski
2018-08-10RELEASE-NOTES: syncedDaniel Stenberg
2018-08-10openssl: fix potential NULL pointer deref in is_pkcs11_uriDaniel Stenberg
2018-08-10travis: execute "set -eo pipefail" for coverage buildMarcel Raad
2018-08-10lib1502: fix memory leak in torture testDaniel Stenberg
2018-08-10docs: mention NULL is fine input to several functionsDaniel Stenberg
2018-08-09README.md: add LGTM.com code quality grade for C/C++Bas van Schaik
2018-08-09test1531: Add timeoutRikard Falkeborn
2018-08-09test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn
2018-08-09asyn-thread: Remove unused macroRikard Falkeborn
2018-08-09http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn
2018-08-09formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn
2018-08-09telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn
2018-08-09openssl: fix debug messagesDaniel Jelinski
2018-08-09configure: fix for -lpthread detection with OpenSSL and pkg-configDaniel Stenberg
2018-08-08RELEASE-NOTES: syncedDaniel Stenberg
2018-08-08windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg
2018-08-08windows: implement send buffer tuningDaniel Jelinski
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov
2018-08-08cmake: bumped minimum version to 3.4John Butterfield
2018-08-08cmake: link curl to the OpenSSL targets instead of lib absolute pathsJohn Butterfield
2018-08-07travis: build darwinssl on macos 10.12Daniel Stenberg
2018-08-04DEPRECATE: remove release date from 7.62.0Daniel Stenberg
2018-08-03lib/Makefile: only do symbol hiding if told toDaniel Stenberg
2018-08-02hostip: fix unused variable warningMarcel Raad
2018-08-02test1307: disabledDaniel Stenberg
2018-08-01smb: don't mark it done in smb_doDaniel Stenberg
2018-08-01general: fix printf specifiersRikard Falkeborn
2018-07-31RELEASE-NOTES: syncedDaniel Stenberg
2018-07-31mailmap: Daniel JelinskiDaniel Stenberg
2018-07-31HTTP: Don't attempt to needlessly decompress redirect bodyHarry Sintonen
2018-07-31curl: use Content-Disposition before the "URL end" for -OJDaniel Stenberg
2018-07-31retry: return error if rewind was necessary but didn't happenDaniel Jelinski
2018-07-30http2: clear the drain counter in Curl_http2_doneDaniel Stenberg
2018-07-30smb: fix memory leak on early failureDaniel Stenberg
2018-07-30travis: run a 'make checksrc' tooDaniel Stenberg
2018-07-29examples/ephiperfifo: checksrc complianceJay Satiro
2018-07-29sws: handle EINTR when calling select()Michael Kaufmann
2018-07-29test1157: follow-up to 35ecffb9Daniel Stenberg
2018-07-29tests/http_pipe.py: Use /usr/bin/env to find pythonMichael Kaufmann
2018-07-28TODO: Support Authority Information Access certificate extension (AIA)Daniel Stenberg
2018-07-28conn_free: updated comment to clarifyDaniel Stenberg
2018-07-28test1157: test -H from empty fileDaniel Stenberg
2018-07-28curl: Fix segfault when -H @headerfile is emptyTobias Blomberg
2018-07-28mime: check Curl_rand_hex's return codeDaniel Stenberg
2018-07-28docs/examples: add hiperfifo example using linux epoll/timerfdJosh Bialkowski
2018-07-26docs/INSTALL.md: minor formatting fixesDarío Hereñú