summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-265-8/+87
* smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme2020-02-264-5/+85
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-264-7/+187
* url: Make the IDN conversion functions available to othersSteve Holme2020-02-262-19/+23
* smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme2020-02-258-1/+359
* ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test caseSteve Holme2020-02-242-6/+15
* ftpserver: Corrected the e-mail address regex in MAIL_smtp() and RCTP_smtp()Steve Holme2020-02-241-3/+3
* hmac: Added a unit test for the HMAC hash generationSteve Holme2020-02-244-2/+96
* ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme2020-02-243-31/+56
* tests: Added a unit test for MD4 digest generationSteve Holme2020-02-234-2/+89
* md4: Use const for the length input parameterSteve Holme2020-02-232-3/+6
* test1610: Fixed the link to the unit testSteve Holme2020-02-231-1/+1
* ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme2020-02-232-12/+11
* md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme2020-02-237-48/+45
* digest: Corrected the name of the local HTTP digest functionSteve Holme2020-02-231-12/+12
* tests: Added a unit test for SHA256 digest generationSteve Holme2020-02-226-6/+126
* md4: Fixed compilation issues when using GNU TLS gcryptSteve Holme2020-02-221-4/+7
* RELEASE-NOTES: syncedDaniel Stenberg2020-02-211-4/+27
* http2: now require nghttp2 >= 1.12.0Daniel Stenberg2020-02-213-52/+10
* gtls: fix the copyright yearDaniel Stenberg2020-02-211-1/+1
* GnuTLS: Always send client certjethrogb2020-02-211-1/+1
* github action: add CIFuzzLeo Neat2020-02-211-0/+24
* cleanup: comment typosDaniel Stenberg2020-02-215-7/+5
* win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme2020-02-203-5/+7
* connect: remove some spurious infof() callsDaniel Stenberg2020-02-191-7/+0
* HTTP-COOKIES: mention that a trailing newline is requiredDaniel Stenberg2020-02-191-11/+14
* nit: Copyright year out of dateDaniel Stenberg2020-02-196-6/+6
* tool_util: Improve Windows version of tvnow()Jay Satiro2020-02-186-33/+72
* SOCKS: fix typo in printf formattingDaniel Stenberg2020-02-181-1/+1
* CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT sectionDaniel Stenberg2020-02-181-2/+5
* docs/GOVERNANCE: refreshed + added "donations" and "commercial support"Daniel Stenberg2020-02-181-3/+26
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-184-19/+41
* rename: a new file for Curl_rename()Daniel Stenberg2020-02-184-28/+93
* cookies: make saving atomic with a renameDaniel Stenberg2020-02-171-16/+63
* RELEASE-NOTES: syncedDaniel Stenberg2020-02-171-12/+35
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-1713-553/+817
* multi: if Curl_readwrite sets 'comeback' use expire, not loopDaniel Stenberg2020-02-161-2/+7
* ftp: convert 'sock_accepted' to a plain booleanDaniel Stenberg2020-02-163-6/+5
* CURLINFO_COOKIELIST.3: Fix exampleJay Satiro2020-02-151-3/+3
* TODO: Paged searches on LDAP serverDaniel Stenberg2020-02-141-0/+5
* TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPSDaniel Stenberg2020-02-141-0/+8
* azure: disable brotli on the macos debug-buildsDaniel Stenberg2020-02-141-1/+1
* tool_home: Fix the copyright year being out of dateSteve Holme2020-02-132-2/+2
* tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro2020-02-122-42/+58
* strerror.h: Copyright year out of dateDaniel Stenberg2020-02-121-1/+1
* strerror: Increase STRERROR_LEN 128 -> 256Jay Satiro2020-02-121-1/+1
* multi: fix outdated commentJay Satiro2020-02-121-2/+2
* easy: remove dead codeJay Satiro2020-02-121-4/+0
* create-dirs.d: mention the modeDaniel Stenberg2020-02-121-0/+2
* CURLOPT_ALTSVC_CTRL.3: fix the DEFAULT wordingDaniel Stenberg2020-02-111-2/+5