Age | Commit message (Expand) | Author |
2016-11-07 | openssl: initial TLS 1.3 adaptions | Daniel Stenberg |
2016-11-07 | ssh: check md5 fingerprints case insensitively (regression) | Daniel Stenberg |
2016-11-07 | vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 | Kamil Dudka |
2016-11-07 | nss: map CURL_SSLVERSION_DEFAULT to NSS default | Kamil Dudka |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
2016-11-07 | http2: Don't send header fields prohibited by HTTP/2 spec | Tatsuhiro Tsujikawa |
2016-11-05 | easy: Initialize info variables on easy init and duphandle | Jay Satiro |
2016-11-04 | mbedtls: fix build with mbedtls versions < 2.4.0 | Daniel Stenberg |
2016-11-02 | msvc: removed a straggling reference to strequal.c | Dan Fandrich |
2016-11-02 | ftp_done: don't clobber the passed in error code | Daniel Stenberg |
2016-11-02 | ftp: remove dead code in ftp_done | Daniel Stenberg |
2016-11-01 | file: fix compiler warning | Michael Kaufmann |
2016-11-01 | strcase: fixed Metalink builds by redefining checkprefix() | Dan Fandrich |
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 | strcasecompare: replaced remaining rawstr.h with strcase.h | Dan Fandrich |
2016-10-31 | digest_sspi: fix include | Marcel Raad |
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 | 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 | 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 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-10-31 | urlparse: accept '#' as end of host name | Daniel Stenberg |
2016-10-30 | mk-ca-bundle.vbs: Fix UTF-8 output | Jay Satiro |
2016-10-26 | mbedtls: stop using deprecated include file | Daniel Stenberg |
2016-10-25 | nss: fix tight loop in non-blocking TLS handhsake over proxy | Martin Frodl |
2016-10-25 | mk-ca-bundle: Update the vbscript version | Jay Satiro |
2016-10-24 | mk-ca-bundle: Change URL retrieval to HTTPS-only by default | Jay Satiro |
2016-10-22 | multi: force connections to get closed in close_all_connections | Daniel Stenberg |
2016-10-22 | curl_multi_remove_handle: fix a double-free | Anders Bakken |
2016-10-19 | curl_multi_add_handle: set timeouts in closure handles | Daniel Stenberg |
2016-10-18 | s/cURL/curl | Daniel Stenberg |
2016-10-18 | polarssl: indented code, removed unused variables | Daniel Stenberg |
2016-10-18 | polarssl: reduce #ifdef madness with a macro | Daniel Stenberg |