aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-04dist: add CMakeLists.txt to the tarballJakub Zakrzewski
2016-11-04mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg
2016-11-03configure: verify that compiler groks -Werror=partial-availabilityDaniel Stenberg
2016-11-03docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg
2016-11-03docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi
2016-11-03docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi
2016-11-03docs: remove unused variables in multi-uv exampleAndrei Sedoi
2016-11-03bump: start working on 7.51.1Daniel Stenberg
2016-11-02winbuild: remove strcase.obj from curl buildDaniel Stenberg
2016-11-02msvc: removed a straggling reference to strequal.cDan Fandrich
2016-11-02THANKS: synced with 7.51.0Daniel Stenberg
2016-11-02RELEASE-NOTES: 7.51.0Daniel Stenberg
2016-11-02ftp_done: don't clobber the passed in error codeDaniel Stenberg
2016-11-02ftp: remove dead code in ftp_doneDaniel Stenberg
2016-11-01generate.bat: Include include/curl in libcurl VS projectsJay Satiro
2016-11-01generate.bat: Remove strcase.[ch] from curl tool VS projectsJay Satiro
2016-11-02metalink: simplify the hex parsing functionDaniel Stenberg
2016-11-01file: fix compiler warningMichael Kaufmann
2016-11-01strcase: fixed Metalink builds by redefining checkprefix()Dan Fandrich
2016-11-01curl.1: typoDaniel Stenberg
2016-11-01curl.1: expand on how multiple uses of -o looksDaniel Stenberg
2016-10-31tests/util: get a private strncasecompare cloneDaniel Stenberg
2016-10-31strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg
2016-10-31gskit, nss: do not include strequal.hKamil Dudka
2016-10-31strcasecompare: include curl.h in strcase.cDan Fandrich
2016-10-31strcase: fix the remaining rawstr usersDaniel Stenberg
2016-10-31msvc builds: s/rawstr/strcaseDaniel Stenberg
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