Age | Commit message (Expand) | Author |
2020-02-26 | smtp: Support the SMTPUTF8 extension in the MAIL command | Steve Holme |
2020-02-26 | smtp: Detect server support for the UTF-8 extension as defined in RFC-6531 | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the VRFY command | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the RCPT TO command | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the MAIL command | Steve Holme |
2020-02-26 | url: Make the IDN conversion functions available to others | Steve Holme |
2020-02-25 | smtp: Added UTF-8 mailbox tests to verify existing behaviour | Steve Holme |
2020-02-24 | ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test case | Steve Holme |
2020-02-24 | ftpserver: Corrected the e-mail address regex in MAIL_smtp() and RCTP_smtp() | Steve Holme |
2020-02-24 | hmac: Added a unit test for the HMAC hash generation | Steve Holme |
2020-02-24 | ntlm: Moved the HMAC MD5 function into the HMAC module as a generic function | Steve Holme |
2020-02-23 | tests: Added a unit test for MD4 digest generation | Steve Holme |
2020-02-23 | md4: Use const for the length input parameter | Steve Holme |
2020-02-23 | test1610: Fixed the link to the unit test | Steve Holme |
2020-02-23 | ntlm: Removed the dependency on the TLS libaries when using MD5 | Steve Holme |
2020-02-23 | md5/sha256: Updated the functions to allow non-string data to be hashed | Steve Holme |
2020-02-23 | digest: Corrected the name of the local HTTP digest function | Steve Holme |
2020-02-22 | tests: Added a unit test for SHA256 digest generation | Steve Holme |
2020-02-22 | md4: Fixed compilation issues when using GNU TLS gcrypt | Steve Holme |
2020-02-21 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-02-21 | http2: now require nghttp2 >= 1.12.0 | Daniel Stenberg |
2020-02-21 | gtls: fix the copyright year | Daniel Stenberg |
2020-02-21 | GnuTLS: Always send client cert | jethrogb |
2020-02-21 | github action: add CIFuzz | Leo Neat |
2020-02-21 | cleanup: comment typos | Daniel Stenberg |
2020-02-20 | win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functions | Steve Holme |
2020-02-19 | connect: remove some spurious infof() calls | Daniel Stenberg |
2020-02-19 | HTTP-COOKIES: mention that a trailing newline is required | Daniel Stenberg |
2020-02-19 | nit: Copyright year out of date | Daniel Stenberg |
2020-02-18 | tool_util: Improve Windows version of tvnow() | Jay Satiro |
2020-02-18 | SOCKS: fix typo in printf formatting | Daniel Stenberg |
2020-02-18 | CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT section | Daniel Stenberg |
2020-02-18 | docs/GOVERNANCE: refreshed + added "donations" and "commercial support" | Daniel Stenberg |
2020-02-18 | altsvc: make saving the cache an atomic operation | Daniel Stenberg |
2020-02-18 | rename: a new file for Curl_rename() | Daniel Stenberg |
2020-02-17 | cookies: make saving atomic with a rename | Daniel Stenberg |
2020-02-17 | RELEASE-NOTES: synced | Daniel Stenberg |
2020-02-17 | socks: make the connect phase non-blocking | Daniel Stenberg |
2020-02-16 | multi: if Curl_readwrite sets 'comeback' use expire, not loop | Daniel Stenberg |
2020-02-16 | ftp: convert 'sock_accepted' to a plain boolean | Daniel Stenberg |
2020-02-15 | CURLINFO_COOKIELIST.3: Fix example | Jay Satiro |
2020-02-14 | TODO: Paged searches on LDAP server | Daniel Stenberg |
2020-02-14 | TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPS | Daniel Stenberg |
2020-02-14 | azure: disable brotli on the macos debug-builds | Daniel Stenberg |
2020-02-13 | tool_home: Fix the copyright year being out of date | Steve Holme |
2020-02-12 | tool_homedir: Change GetEnv() to use libcurl's curl_getenv() | Jay Satiro |
2020-02-12 | strerror.h: Copyright year out of date | Daniel Stenberg |
2020-02-12 | strerror: Increase STRERROR_LEN 128 -> 256 | Jay Satiro |
2020-02-12 | multi: fix outdated comment | Jay Satiro |
2020-02-12 | easy: remove dead code | Jay Satiro |