summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme2020-02-271-1/+5
* Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg2020-02-272-2/+4
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-274-38/+100
* libssh: improve known hosts handlingAnderson Toshiyuki Sasaki2020-02-271-6/+92
* cookie: remove unnecessary check for 'out != 0'Daniel Stenberg2020-02-261-1/+1
* http: added 417 response treatmentDaniel Stenberg2020-02-262-2/+13
* smtp: Tidy up, following recent changes, to maintain the coding styleSteve Holme2020-02-261-4/+4
* smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme2020-02-261-9/+16
* smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme2020-02-261-2/+15
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-261-1/+18
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-261-13/+36
* smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme2020-02-262-0/+7
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-261-6/+28
* smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme2020-02-261-5/+19
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-261-6/+121
* url: Make the IDN conversion functions available to othersSteve Holme2020-02-262-19/+23
* 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