summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: error on --alt-svc use w/o supportbagder/curl-no-altsvcDaniel Stenberg2020-02-042-4/+4
* altsvc: improved header parserHarry Sintonen2020-02-041-73/+98
* ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6Harry Sintonen2020-02-041-0/+2
* docs/HTTP3: update the OpenSSL branch to use for ngtcp2Daniel Stenberg2020-02-041-1/+1
* ntlm: Pass the Curl_easy structure to the private winbind functionsSteve Holme2020-02-041-14/+21
* RELEASE-NOTES: syncedDaniel Stenberg2020-02-041-9/+40
* tool_operhlp: Copyright year out of date, should be 2020Daniel Stenberg2020-02-041-1/+1
* curl: avoid using strlen for testing if a string is emptyOrgad Shaneh2020-02-042-2/+2
* 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
* travis: update non-OpenSSL Linux jobs to BionicMarcel Raad2020-02-031-20/+20
* cirrus: Add some missing semicolonsDan Fandrich2020-02-031-3/+3
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-0215-24/+24
* 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
* KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: headerDaniel Stenberg2020-01-291-0/+8
* oauth2-bearer.d: works for HTTP tooDaniel Stenberg2020-01-291-1/+1
* multi_done: if multiplexed, make conn->data point to another transferDaniel Stenberg2020-01-282-0/+5
* location.d: the method change is from POST to GET onlyDaniel Stenberg2020-01-282-9/+11
* urlapi: guess scheme correct even with credentials givenDaniel Stenberg2020-01-282-32/+46
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-288-25/+27
* README: mention that the docs is in docs/Jay Satiro2020-01-271-0/+2
* curl.h: define CURL_WIN32 on windowsDaniel Stenberg2020-01-272-6/+16
* RELEASE-NOTES: syncedDaniel Stenberg2020-01-272-5/+29
* urldata: do string enums without #ifdefs for build scriptsJon Rumsey2020-01-274-26/+99
* curl: make the -# spaceship bar not wrap the lineDaniel Stenberg2020-01-261-20/+27
* global_init: assume the EINTR bit by defaultDaniel Stenberg2020-01-265-167/+78
* conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski2020-01-241-2/+31
* llist: removed unused Curl_llist_move()Daniel Stenberg2020-01-243-107/+3
* 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
* singleuse.pl: support new API functions, fix curl_dbg_ handlingDaniel Stenberg2020-01-241-7/+12
* wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg2020-01-242-7/+5
* form.d: fix two minor typosAron Rotteveel2020-01-231-2/+2
* openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg2020-01-231-25/+6
* CURLOPT_PROXY_SSL_OPTIONS.3: Sync with CURLOPT_SSL_OPTIONS.3Jay Satiro2020-01-231-16/+22
* mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTERDaniel Stenberg2020-01-221-8/+54
* RELEASE-NOTES: syncedDaniel Stenberg2020-01-211-5/+17
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-2122-26/+483
* copyright: fix year rangesDaniel Stenberg2020-01-212-2/+2
* http: move "oauth_bearer" from connectdata to Curl_easynao2020-01-214-23/+13
* curl: Let -D merge headers in one file againEmil Engler2020-01-216-1/+22
* data.d: remove "Multiple files can also be specified"Daniel Stenberg2020-01-211-6/+5
* CMake: support specifying the target Windows versionMarcel Raad2020-01-201-10/+10
* http.h: Copyright year out of date, should be 2020Daniel Stenberg2020-01-201-1/+1
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-209-15/+12