aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-31strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich
2016-10-31digest_sspi: fix includeMarcel Raad
2016-10-31libauthretry: use the external function curl_strequalDan Fandrich
2016-10-31RELEASE-NOTES: synced with d14538d2501ef0daDaniel Stenberg
2016-10-31configure: raise the default minimum version for macos to 10.8Daniel Stenberg
2016-10-31unit1301: keep testing curl_strequalDaniel Stenberg
2016-10-31ldap: fix includeDaniel Stenberg
2016-10-31url: remove unconditional idn2.h includeDaniel Stenberg
2016-10-31curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg
2016-10-31strcase: s/strequal/strcasecompareDaniel Stenberg
2016-10-31ldap: fix strcase useDaniel Stenberg
2016-10-31test165: adapted to the libidn2 use and IDNA2008 fixDaniel Stenberg
2016-10-31cookie: replace use of fgets() with custom versionDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31ftp: check for previous patch must be case sensitive!Daniel Stenberg
2016-10-31SSH: check md5 fingerprint case sensitivelyDaniel Stenberg
2016-10-31connectionexists: use case sensitive user/password comparisonsDaniel Stenberg
2016-10-31base64: check for integer overflow on large inputDaniel Stenberg
2016-10-31krb5: avoid realloc(0)Daniel Stenberg
2016-10-31aprintf: detect wrap-around when growing allocationDaniel Stenberg
2016-10-31range: reject char globs with missing end like '[L-]'Daniel Stenberg
2016-10-31glob_next_url: make sure to stay within the given output bufferDaniel Stenberg
2016-10-31range: prevent negative end number in a glob rangeDaniel Stenberg
2016-10-31parsedate: handle cut off numbers betterDaniel Stenberg
2016-10-31escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2016-10-31unescape: avoid integer overflowDaniel Stenberg
2016-10-31cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg
2016-10-31TODO: remove IDNA2008Daniel Stenberg
2016-10-31idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2016-10-31test1246: verify URL parsing with host name ending with '#'Daniel Stenberg
2016-10-31urlparse: accept '#' as end of host nameDaniel Stenberg
2016-10-31INTERNALS: better markdown (follow-up)Jay Satiro
2016-10-30INTERNALS: better markdownDaniel Stenberg
2016-10-30mk-ca-bundle.vbs: Fix UTF-8 outputJay Satiro
2016-10-28BINDINGS: converted to markdownDaniel Stenberg
2016-10-27CURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for HTTP/2Jay Satiro
2016-10-27KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be acceptedDaniel Stenberg
2016-10-27KNOWN_BUGS: c-ares deviates from stock resolver on http://1346569778Daniel Stenberg
2016-10-27configure.in: Fix test syntaxMichael Osipov
2016-10-27SECURITY: minor updatesDaniel Stenberg
2016-10-27docs: fix req->data in multi-uv exampleAndrei Sedoi
2016-10-26mbedtls: stop using deprecated include fileDaniel Stenberg
2016-10-25nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl
2016-10-25mk-ca-bundle: Update the vbscript versionJay Satiro
2016-10-24TODO: indent code to make it render properlyDaniel Stenberg
2016-10-24TODO: Remove the generated include fileDaniel Stenberg
2016-10-24TODO: add "--retry should resume"Daniel Stenberg
2016-10-24mk-ca-bundle.1: document -kDaniel Stenberg
2016-10-24mk-ca-bundle: Change URL retrieval to HTTPS-only by defaultJay Satiro