aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-02-26smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme
2020-02-26smtp: Support UTF-8 based host names in the VRFY commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the MAIL commandSteve Holme
2020-02-26url: Make the IDN conversion functions available to othersSteve Holme
2020-02-24ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme
2020-02-23md4: Use const for the length input parameterSteve Holme
2020-02-23ntlm: Removed the dependency on the TLS libaries when using MD5Steve Holme
2020-02-23md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme
2020-02-23digest: Corrected the name of the local HTTP digest functionSteve Holme
2020-02-22tests: Added a unit test for SHA256 digest generationSteve Holme
2020-02-22md4: Fixed compilation issues when using GNU TLS gcryptSteve Holme
2020-02-21http2: now require nghttp2 >= 1.12.0Daniel Stenberg
2020-02-21gtls: fix the copyright yearDaniel Stenberg
2020-02-21GnuTLS: Always send client certjethrogb
2020-02-21cleanup: comment typosDaniel Stenberg
2020-02-20win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme
2020-02-19connect: remove some spurious infof() callsDaniel Stenberg
2020-02-19nit: Copyright year out of dateDaniel Stenberg
2020-02-18tool_util: Improve Windows version of tvnow()Jay Satiro
2020-02-18SOCKS: fix typo in printf formattingDaniel Stenberg
2020-02-18altsvc: make saving the cache an atomic operationDaniel Stenberg
2020-02-18rename: a new file for Curl_rename()Daniel Stenberg
2020-02-17cookies: make saving atomic with a renameDaniel Stenberg
2020-02-17socks: make the connect phase non-blockingDaniel Stenberg
2020-02-16multi: if Curl_readwrite sets 'comeback' use expire, not loopDaniel Stenberg
2020-02-16ftp: convert 'sock_accepted' to a plain booleanDaniel Stenberg
2020-02-13tool_home: Fix the copyright year being out of dateSteve Holme
2020-02-12tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro
2020-02-12strerror.h: Copyright year out of dateDaniel Stenberg
2020-02-12strerror: Increase STRERROR_LEN 128 -> 256Jay Satiro
2020-02-12multi: fix outdated commentJay Satiro
2020-02-12easy: remove dead codeJay Satiro
2020-02-09smtp: Simplify the MAIL command and avoid a duplication of send stringsSteve Holme
2020-02-09altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg
2020-02-09url: Include the failure reason when curl_win32_idn_to_ascii() failsSteve Holme
2020-02-09asyn-thread: remove dead codeJay Satiro
2020-02-07digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan
2020-02-07ftp: remove the duplicated user/password struct fieldsDaniel Stenberg
2020-02-07ftp: remove superfluous checking for crlf in user or pwdDaniel Stenberg
2020-02-06ntlm_wb: Use Curl_socketpair() for greater portabilitySteve Holme
2020-02-05ftp: shrink temp buffers used for PORTDaniel Stenberg
2020-02-04altsvc: set h3 version at a common single spotDaniel Stenberg
2020-02-04altsvc: improved header parserHarry Sintonen
2020-02-04ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6Harry Sintonen
2020-02-04ntlm: Pass the Curl_easy structure to the private winbind functionsSteve Holme
2020-02-03ntlm: Ensure the HTTP header data is not stored in the challenge/responseSteve Holme
2020-02-03openssl: remove redundant assignmentMarcel Raad
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-02-02ntlm: Move the winbind data into the NTLM data structureSteve Holme