summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* aprintf: detect wrap-around when growing allocationDaniel Stenberg2016-10-311-3/+6
* range: reject char globs with missing end like '[L-]'Daniel Stenberg2016-10-311-15/+19
* glob_next_url: make sure to stay within the given output bufferDaniel Stenberg2016-10-311-6/+11
* range: prevent negative end number in a glob rangeDaniel Stenberg2016-10-311-0/+7
* parsedate: handle cut off numbers betterDaniel Stenberg2016-10-313-6/+20
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-317-86/+90
* unescape: avoid integer overflowDaniel Stenberg2016-10-313-9/+18
* cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg2016-10-313-24/+43
* TODO: remove IDNA2008Daniel Stenberg2016-10-311-7/+0
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-318-254/+66
* test1246: verify URL parsing with host name ending with '#'Daniel Stenberg2016-10-312-1/+65
* urlparse: accept '#' as end of host nameDaniel Stenberg2016-10-311-5/+5
* INTERNALS: better markdown (follow-up)Jay Satiro2016-10-311-35/+36