summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg2016-10-314-9/+20
* strcase: s/strequal/strcasecompareDaniel Stenberg2016-10-313-16/+16
* ldap: fix strcase useDaniel Stenberg2016-10-311-1/+1
* test165: adapted to the libidn2 use and IDNA2008 fixDaniel Stenberg2016-10-311-2/+8
* cookie: replace use of fgets() with custom versionDaniel Stenberg2016-10-311-1/+30
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-3153-410/+291
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-3136-111/+98
* ftp: check for previous patch must be case sensitive!Daniel Stenberg2016-10-311-1/+1
* SSH: check md5 fingerprint case sensitivelyDaniel Stenberg2016-10-311-1/+1
* connectionexists: use case sensitive user/password comparisonsDaniel Stenberg2016-10-311-6/+6
* base64: check for integer overflow on large inputDaniel Stenberg2016-10-311-0/+5
* krb5: avoid realloc(0)Daniel Stenberg2016-10-311-3/+6