summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* typecheck: add 3 missing strings and a callback data pointerbagder/typecheck-strings-dataDaniel Stenberg2019-06-201-2/+5
* typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg2019-06-203-12/+16
* tests: support non-localhost HOSTIP for dict/smb serversStephan Szabo2019-06-203-4/+10
* test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg2019-06-184-2/+136
* configure: --disable-progress-meterDaniel Stenberg2019-06-182-55/+94
* curl: improved skip-setopt-options when built with disabled featuresDaniel Stenberg2019-06-183-35/+80
* netrc: Return the correct error code when out of memorySteve Holme2019-06-181-1/+1
* config-os400: add getpeername and getsockname definesDaniel Stenberg2019-06-181-0/+6
* runtests: keep logfiles around by defaultDaniel Stenberg2019-06-181-7/+3
* openssl: fix pubkey/signature algorithm detection in certinfoGergely Nagy2019-06-181-10/+17
* conn_maxage: move the check to prune_dead_connections()Daniel Stenberg2019-06-171-27/+25
* tests: have runtests figure out disabled featuresDaniel Stenberg2019-06-174-315/+168
* test188/189: fix Content-LengthDaniel Stenberg2019-06-172-4/+4
* winbuild: use WITH_PREFIX if givenThomas Gamper2019-06-173-3/+13
* openssl: remove outdated commentDaniel Gustafsson2019-06-171-8/+2
* RELEASE-NOTES: syncedDaniel Stenberg2019-06-161-4/+22
* os400: make vsetopt() non-static as Curl_vsetopt() for os400 support.Patrick Monnerat2019-06-163-10/+9
* runtests: report single test time + total durationDaniel Stenberg2019-06-151-20/+23
* multi: fix the transfer hash functionDaniel Stenberg2019-06-141-1/+1
* unit1654: cleanup on memory failureDaniel Stenberg2019-06-131-1/+3
* krb5: fix compiler warningMarcel Raad2019-06-131-4/+2
* quote.d: asterisk prefix works for SFTP as wellDaniel Stenberg2019-06-131-3/+4
* multi: fix the transfer hashes in the socket hash entriesDaniel Stenberg2019-06-122-61/+22
* url: Fix CURLOPT_MAXAGE_CONN time comparisonCliff Crosland2019-06-121-1/+1
* test1165: verify that CURL_DISABLE_ symbols are in syncDaniel Stenberg2019-06-113-2/+123
* configure: remove CURL_DISABLE_TLS_SRPDaniel Stenberg2019-06-111-1/+0
* Revert "cmake: add SMB to list of disabled protocols if HTTP_ONLY is specified"Daniel Stenberg2019-06-111-4/+0
* cmake: add SMB to list of disabled protocols if HTTP_ONLY is specifiedsergey-raevskiy2019-06-111-0/+4
* RELEASE-NOTES: syncedDaniel Stenberg2019-06-111-3/+15
* http2: remove CURL_DISABLE_TYPECHECK defineDaniel Stenberg2019-06-111-2/+0
* configure: more --disable switches to toggle off individual featuresDaniel Stenberg2019-06-111-1/+109
* wolfssl: fix key pinning build errorDaniel Stenberg2019-06-111-1/+1
* CURLMOPT_SOCKETFUNCTION.3: clarifiedDaniel Stenberg2019-06-102-76/+26
* wolfssl: fixup for SNI useDaniel Stenberg2019-06-101-1/+1
* CURLOPT_CAINFO.3: polished wordingDaniel Stenberg2019-06-101-11/+9
* SECURITY.md: createdDaniel Stenberg2019-06-101-0/+10
* tool_cb_prg: Fix integer overflow in progress barDaniel Gustafsson2019-06-101-4/+9
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-1017-221/+182
* RELEASE-NOTES: syncedDaniel Stenberg2019-06-101-5/+19
* bindlocal: detect and avoid IP version mismatches in bind()Daniel Stenberg2019-06-101-0/+5
* multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg2019-06-103-75/+95
* libcurl-tutorial.3: Fix small typo (mutipart -> multipart)Sorcus2019-06-091-3/+3
* unpause: trigger a timeout for event-based transfersDaniel Stenberg2019-06-093-27/+31
* travis: use xenial LLVM package for scan-buildMarcel Raad2019-06-091-1/+1
* travis: update scan-build job to xenialMarcel Raad2019-06-091-1/+2
* bump: start working on 7.65.2Daniel Stenberg2019-06-082-83/+10
* examples/htmltitle: use C++ casts between pointer typesMarcel Raad2019-06-051-7/+7
* examples/fopen: fix comparisonMarcel Raad2019-06-051-1/+1
* build: fix Codacy warningsMarcel Raad2019-06-0523-123/+80
* sws: remove unused variablesMarcel Raad2019-06-051-17/+8