summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* multi_done: if multiplexed, make conn->data point to another transferDaniel Stenberg2020-01-282-0/+5
* urlapi: guess scheme correct even with credentials givenDaniel Stenberg2020-01-281-31/+37
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-287-23/+27
* urldata: do string enums without #ifdefs for build scriptsJon Rumsey2020-01-271-10/+17
* global_init: assume the EINTR bit by defaultDaniel Stenberg2020-01-264-163/+72
* conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski2020-01-241-2/+31
* llist: removed unused Curl_llist_move()Daniel Stenberg2020-01-242-56/+2
* conncache: removed unused Curl_conncache_bundle_size()Daniel Stenberg2020-01-242-15/+2