summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme2020-02-243-31/+56
* md4: Use const for the length input parameterSteve Holme2020-02-232-3/+6
* 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-235-37/+32
* 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-222-4/+10
* md4: Fixed compilation issues when using GNU TLS gcryptSteve Holme2020-02-221-4/+7
* http2: now require nghttp2 >= 1.12.0Daniel Stenberg2020-02-211-47/+5
* gtls: fix the copyright yearDaniel Stenberg2020-02-211-1/+1
* GnuTLS: Always send client certjethrogb2020-02-211-1/+1
* cleanup: comment typosDaniel Stenberg2020-02-214-5/+3
* win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme2020-02-202-3/+5
* connect: remove some spurious infof() callsDaniel Stenberg2020-02-191-7/+0
* nit: Copyright year out of dateDaniel Stenberg2020-02-192-2/+2
* tool_util: Improve Windows version of tvnow()Jay Satiro2020-02-182-1/+2
* SOCKS: fix typo in printf formattingDaniel Stenberg2020-02-181-1/+1
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-183-17/+39
* 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
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-1711-535/+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
* tool_home: Fix the copyright year being out of dateSteve Holme2020-02-131-1/+1
* tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro2020-02-121-11/+34
* 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
* smtp: Simplify the MAIL command and avoid a duplication of send stringsSteve Holme2020-02-091-12/+7
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-091-1/+16
* url: Include the failure reason when curl_win32_idn_to_ascii() failsSteve Holme2020-02-091-1/+3
* asyn-thread: remove dead codeJay Satiro2020-02-091-3/+0
* digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan2020-02-071-2/+2
* ftp: remove the duplicated user/password struct fieldsDaniel Stenberg2020-02-072-14/+3
* ftp: remove superfluous checking for crlf in user or pwdDaniel Stenberg2020-02-071-17/+0
* ntlm_wb: Use Curl_socketpair() for greater portabilitySteve Holme2020-02-061-1/+1
* ftp: shrink temp buffers used for PORTDaniel Stenberg2020-02-051-5/+6
* altsvc: set h3 version at a common single spotDaniel Stenberg2020-02-041-11/+8
* altsvc: improved header parserHarry Sintonen2020-02-041-73/+98
* ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6Harry Sintonen2020-02-041-0/+2
* ntlm: Pass the Curl_easy structure to the private winbind functionsSteve Holme2020-02-041-14/+21
* ntlm: Ensure the HTTP header data is not stored in the challenge/responseSteve Holme2020-02-032-14/+14
* openssl: remove redundant assignmentMarcel Raad2020-02-031-1/+0
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-025-7/+7
* ntlm: Move the winbind data into the NTLM data structureSteve Holme2020-02-023-41/+54
* quiche: Copyright year out of dateDaniel Stenberg2020-01-301-1/+1
* altsvc: use h3-25Daniel Stenberg2020-01-301-2/+2
* quiche: update to draft-25Alessandro Ghedini2020-01-301-1/+1
* ngtcp2: update to git master and its draft-25 supportDaniel Stenberg2020-01-291-1/+3
* cookie: check __Secure- and __Host- case sensitivelyDaniel Stenberg2020-01-291-3/+3