Age | Commit message (Expand) | Author |
2016-11-01 | curl.1: typo | Daniel Stenberg |
2016-11-01 | curl.1: expand on how multiple uses of -o looks | Daniel Stenberg |
2016-10-31 | tests/util: get a private strncasecompare clone | Daniel Stenberg |
2016-10-31 | strcase: make the tool use curl_str[n]equal instead | Daniel Stenberg |
2016-10-31 | gskit, nss: do not include strequal.h | Kamil Dudka |
2016-10-31 | strcasecompare: include curl.h in strcase.c | Dan Fandrich |
2016-10-31 | strcase: fix the remaining rawstr users | Daniel Stenberg |
2016-10-31 | msvc builds: s/rawstr/strcase | Daniel Stenberg |
2016-10-31 | strcasecompare: replaced remaining rawstr.h with strcase.h | Dan Fandrich |
2016-10-31 | digest_sspi: fix include | Marcel Raad |
2016-10-31 | libauthretry: use the external function curl_strequal | Dan Fandrich |
2016-10-31 | RELEASE-NOTES: synced with d14538d2501ef0da | Daniel Stenberg |
2016-10-31 | configure: raise the default minimum version for macos to 10.8 | Daniel Stenberg |
2016-10-31 | unit1301: keep testing curl_strequal | Daniel Stenberg |
2016-10-31 | ldap: fix include | Daniel Stenberg |
2016-10-31 | url: remove unconditional idn2.h include | Daniel Stenberg |
2016-10-31 | curl_strequal: part of public API/ABI, needs to be kept | Daniel Stenberg |
2016-10-31 | strcase: s/strequal/strcasecompare | Daniel Stenberg |
2016-10-31 | ldap: fix strcase use | Daniel Stenberg |
2016-10-31 | test165: adapted to the libidn2 use and IDNA2008 fix | Daniel Stenberg |
2016-10-31 | cookie: replace use of fgets() with custom version | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | ftp: check for previous patch must be case sensitive! | Daniel Stenberg |
2016-10-31 | SSH: check md5 fingerprint case sensitively | Daniel Stenberg |
2016-10-31 | connectionexists: use case sensitive user/password comparisons | Daniel Stenberg |
2016-10-31 | base64: check for integer overflow on large input | Daniel Stenberg |
2016-10-31 | krb5: avoid realloc(0) | Daniel Stenberg |
2016-10-31 | aprintf: detect wrap-around when growing allocation | Daniel Stenberg |
2016-10-31 | range: reject char globs with missing end like '[L-]' | Daniel Stenberg |
2016-10-31 | glob_next_url: make sure to stay within the given output buffer | Daniel Stenberg |
2016-10-31 | range: prevent negative end number in a glob range | Daniel Stenberg |
2016-10-31 | parsedate: handle cut off numbers better | Daniel Stenberg |
2016-10-31 | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg |
2016-10-31 | unescape: avoid integer overflow | Daniel Stenberg |
2016-10-31 | cookies: getlist() now holds deep copies of all cookies | Daniel Stenberg |
2016-10-31 | TODO: remove IDNA2008 | Daniel Stenberg |
2016-10-31 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-10-31 | test1246: verify URL parsing with host name ending with '#' | Daniel Stenberg |
2016-10-31 | urlparse: accept '#' as end of host name | Daniel Stenberg |
2016-10-31 | INTERNALS: better markdown (follow-up) | Jay Satiro |
2016-10-30 | INTERNALS: better markdown | Daniel Stenberg |
2016-10-30 | mk-ca-bundle.vbs: Fix UTF-8 output | Jay Satiro |
2016-10-28 | BINDINGS: converted to markdown | Daniel Stenberg |
2016-10-27 | CURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for HTTP/2 | Jay Satiro |
2016-10-27 | KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted | Daniel Stenberg |
2016-10-27 | KNOWN_BUGS: c-ares deviates from stock resolver on http://1346569778 | Daniel Stenberg |
2016-10-27 | configure.in: Fix test syntax | Michael Osipov |
2016-10-27 | SECURITY: minor updates | Daniel Stenberg |
2016-10-27 | docs: fix req->data in multi-uv example | Andrei Sedoi |