summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman2020-01-111-20/+130
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-112-13/+16
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-112-0/+6
* cmake: Enable SMB for Windows buildsMarc Aldorasi2020-01-112-1/+4
* vtls: Refactor Curl_multissl_version to make the code clearerJay Satiro2020-01-111-16/+21
* fix: Copyright year out of date, should be 2020Daniel Stenberg2020-01-104-4/+4
* hostip: move code to resolve IP address literals to `Curl_resolv`Marcel Raad2020-01-104-223/+175
* multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg2020-01-061-1/+5
* file: fix copyright year rangeDaniel Stenberg2020-01-061-1/+1
* file: on Windows, refuse paths that start with \\Daniel Stenberg2020-01-061-2/+4
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-034-10/+15
* bearssl: Improve I/O handlingMichael Forney2019-12-311-85/+77
* lib: remove erroneous +x file permission on some c filesXiang Xiao2019-12-272-0/+0