summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup a torture test triggerDaniel Stenberg2020-02-091-1/+1
* 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
* strcase: turn Curl_raw_tolower into staticDaniel Stenberg2020-01-242-5/+6
* wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg2020-01-242-7/+5
* openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg2020-01-231-25/+6
* mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTERDaniel Stenberg2020-01-221-8/+54
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-214-10/+53
* copyright: fix year rangesDaniel Stenberg2020-01-212-2/+2
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-214-23/+13
* http.h: Copyright year out of date, should be 2020Daniel Stenberg2020-01-201-1/+1
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-201-1/+1
* wolfssl: use the wc-prefixed symbol alternativesDaniel Stenberg2020-01-161-6/+6
* polarssl: removedDaniel Stenberg2020-01-168-1021/+51
* libssh2: fix variable typeMarcel Raad2020-01-161-1/+1
* wolfssh: set the password correctly for PASSWORD authDaniel Stenberg2020-01-151-3/+4
* wolfssh: remove fprintf() calls (and uses of __func__)Daniel Stenberg2020-01-151-4/+4
* schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro2020-01-131-1/+1
* CMake: Add support for CMAKE_LTO option.Tobias Hieta2020-01-131-0/+6
* ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg2020-01-135-16/+22
* wolfSSH: new SSH backendDaniel Stenberg2020-01-127-13/+1211
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-126-6/+6
* libssh2: add support for forcing a hostkey typeSantino Keupp2020-01-111-0/+130