summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* examples/fileupload.c: fclose the file as wellDaniel Stenberg2016-11-081-7/+4
* printf: fix ".*f" handlingDaniel Stenberg2016-11-081-1/+0
* curl_formadd.3: *_FILECONTENT and *_FILE need the file to be keptDaniel Stenberg2016-11-081-0/+4
* nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka2016-11-071-0/+5
* openssl: initial TLS 1.3 adaptionsDaniel Stenberg2016-11-071-0/+20
* ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg2016-11-071-1/+1
* curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka2016-11-075-3/+15
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-0711-0/+39
* nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka2016-11-072-1/+14
* s/cURL/curlDaniel Stenberg2016-11-0732-52/+52
* http2: Don't send header fields prohibited by HTTP/2 specTatsuhiro Tsujikawa2016-11-071-14/+85
* curl.1: explain the SMTP data expected for -TDaniel Stenberg2016-11-071-0/+5
* cmake: disable poll for macOSPeter Wu2016-11-062-12/+19
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-058-6/+197
* curl -w: added more decimal digits to timing countersMauro Rappa2016-11-051-7/+7
* dist: add CMakeLists.txt to the tarballJakub Zakrzewski2016-11-041-1/+1
* mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg2016-11-041-1/+5
* configure: verify that compiler groks -Werror=partial-availabilityDaniel Stenberg2016-11-031-0/+7
* docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg2016-11-031-9/+3
* docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi2016-11-031-12/+13
* docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi2016-11-031-5/+12
* docs: remove unused variables in multi-uv exampleAndrei Sedoi2016-11-031-5/+0
* bump: start working on 7.51.1Daniel Stenberg2016-11-032-121/+9
* winbuild: remove strcase.obj from curl buildDaniel Stenberg2016-11-021-3/+0
* msvc: removed a straggling reference to strequal.cDan Fandrich2016-11-021-1/+0
* THANKS: synced with 7.51.0curl-7_51_0Daniel Stenberg2016-11-021-1/+23
* RELEASE-NOTES: 7.51.0Daniel Stenberg2016-11-022-7/+8
* ftp_done: don't clobber the passed in error codeDaniel Stenberg2016-11-021-4/+5
* ftp: remove dead code in ftp_doneDaniel Stenberg2016-11-021-2/+0
* generate.bat: Include include/curl in libcurl VS projectsJay Satiro2016-11-011-0/+1
* generate.bat: Remove strcase.[ch] from curl tool VS projectsJay Satiro2016-11-011-2/+0
* metalink: simplify the hex parsing functionDaniel Stenberg2016-11-021-14/+8
* file: fix compiler warningMichael Kaufmann2016-11-011-1/+1
* strcase: fixed Metalink builds by redefining checkprefix()Dan Fandrich2016-11-011-1/+1
* curl.1: typoDaniel Stenberg2016-11-011-1/+1
* curl.1: expand on how multiple uses of -o looksDaniel Stenberg2016-11-011-1/+11
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-315-9/+93
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-318-31/+27
* gskit, nss: do not include strequal.hKamil Dudka2016-10-312-2/+2
* strcasecompare: include curl.h in strcase.cDan Fandrich2016-10-311-0/+3
* strcase: fix the remaining rawstr usersDaniel Stenberg2016-10-314-7/+7
* msvc builds: s/rawstr/strcaseDaniel Stenberg2016-10-312-9/+9
* strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich2016-10-316-7/+6
* digest_sspi: fix includeMarcel Raad2016-10-311-1/+1
* libauthretry: use the external function curl_strequalDan Fandrich2016-10-311-4/+3
* RELEASE-NOTES: synced with d14538d2501ef0daDaniel Stenberg2016-10-311-4/+37
* configure: raise the default minimum version for macos to 10.8Daniel Stenberg2016-10-311-1/+1
* unit1301: keep testing curl_strequalDaniel Stenberg2016-10-311-7/+7
* ldap: fix includeDaniel Stenberg2016-10-311-1/+0
* url: remove unconditional idn2.h includeDaniel Stenberg2016-10-311-2/+0