summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* README.md: add LGTM.com code quality grade for C/C++Bas van Schaik2018-08-091-1/+3
* test1531: Add timeoutRikard Falkeborn2018-08-091-1/+10
* test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn2018-08-091-2/+0
* asyn-thread: Remove unused macroRikard Falkeborn2018-08-091-2/+0
* http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn2018-08-091-1/+0
* formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULTRikard Falkeborn2018-08-091-4/+0
* telnet: Remove unused macros TELOPTS and TELCMDSRikard Falkeborn2018-08-091-4/+0
* openssl: fix debug messagesDaniel Jelinski2018-08-091-1/+9
* configure: fix for -lpthread detection with OpenSSL and pkg-configDaniel Stenberg2018-08-091-1/+4
* RELEASE-NOTES: syncedDaniel Stenberg2018-08-081-7/+26
* windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg2018-08-081-1/+5
* windows: implement send buffer tuningDaniel Jelinski2018-08-081-1/+18
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-086-1/+109
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-084-28/+31
* cmake: bumped minimum version to 3.4John Butterfield2018-08-081-1/+1
* cmake: link curl to the OpenSSL targets instead of lib absolute pathsJohn Butterfield2018-08-083-5/+10
* travis: build darwinssl on macos 10.12Daniel Stenberg2018-08-071-0/+1
* DEPRECATE: remove release date from 7.62.0Daniel Stenberg2018-08-041-4/+3
* lib/Makefile: only do symbol hiding if told toDaniel Stenberg2018-08-031-0/+3
* hostip: fix unused variable warningMarcel Raad2018-08-021-0/+4
* test1307: disabledDaniel Stenberg2018-08-021-0/+2
* smb: don't mark it done in smb_doDaniel Stenberg2018-08-011-1/+1
* general: fix printf specifiersRikard Falkeborn2018-08-012-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2018-07-311-4/+52
* mailmap: Daniel JelinskiDaniel Stenberg2018-07-311-0/+1
* HTTP: Don't attempt to needlessly decompress redirect bodyHarry Sintonen2018-07-311-1/+1
* curl: use Content-Disposition before the "URL end" for -OJDaniel Stenberg2018-07-311-3/+2
* retry: return error if rewind was necessary but didn't happenDaniel Jelinski2018-07-311-0/+2
* http2: clear the drain counter in Curl_http2_doneDaniel Stenberg2018-07-301-13/+30
* smb: fix memory leak on early failureDaniel Stenberg2018-07-302-33/+37
* travis: run a 'make checksrc' tooDaniel Stenberg2018-07-301-1/+4
* examples/ephiperfifo: checksrc complianceJay Satiro2018-07-291-19/+26
* sws: handle EINTR when calling select()Michael Kaufmann2018-07-291-11/+14
* test1157: follow-up to 35ecffb9Daniel Stenberg2018-07-291-0/+3
* tests/http_pipe.py: Use /usr/bin/env to find pythonMichael Kaufmann2018-07-291-1/+1
* TODO: Support Authority Information Access certificate extension (AIA)Daniel Stenberg2018-07-281-0/+12
* conn_free: updated comment to clarifyDaniel Stenberg2018-07-281-1/+1
* test1157: test -H from empty fileDaniel Stenberg2018-07-282-1/+56
* curl: Fix segfault when -H @headerfile is emptyTobias Blomberg2018-07-281-1/+1
* mime: check Curl_rand_hex's return codeDaniel Stenberg2018-07-281-2/+7
* docs/examples: add hiperfifo example using linux epoll/timerfdJosh Bialkowski2018-07-282-1/+541
* docs/INSTALL.md: minor formatting fixesDarío Hereñú2018-07-261-2/+2
* docs/CURLOPT_URL: fix indentationChristopher Head2018-07-261-0/+1
* docs/CURLOPT_WRITEFUNCTION: size is always 1Christopher Head2018-07-261-1/+1
* wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_randomCarie Pointer2018-07-261-0/+2
* reuse_conn(): free old_conn->optionsEven Rouault2018-07-261-0/+1
* system_win32: fix version checkingdjelinski2018-07-251-4/+6
* auth: pick Bearer authentication whenever a token is availableJohannes Schindelin2018-07-241-1/+1
* auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer tokenJohannes Schindelin2018-07-241-4/+9
* test320: treat curl320.out file as binaryMarcel Raad2018-07-221-1/+1