aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-07digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan
2020-02-07ftp: remove the duplicated user/password struct fieldsDaniel Stenberg
2020-02-07ftp: remove superfluous checking for crlf in user or pwdDaniel Stenberg
2020-02-06ntlm_wb: Use Curl_socketpair() for greater portabilitySteve Holme
2020-02-05contributors: Also include people who contributed to curl-wwwFrank Gevaerts
2020-02-05contrithanks: Use the most recent tag by defaultFrank Gevaerts
2020-02-05scripts: use last set tag if none givenDaniel Stenberg
2020-02-05ftp: shrink temp buffers used for PORTDaniel Stenberg
2020-02-05curl: error on --alt-svc use w/o supportDaniel Stenberg
2020-02-05docs/HTTP3: add --enable-alt-svc to curl's configureDaniel Stenberg
2020-02-04RELEASE-PROCEDURE: feature win is closed post-release a few daysDaniel Stenberg
2020-02-04altsvc: set h3 version at a common single spotDaniel Stenberg
2020-02-04altsvc: improved header parserHarry Sintonen
2020-02-04ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6Harry Sintonen
2020-02-04docs/HTTP3: update the OpenSSL branch to use for ngtcp2Daniel Stenberg
2020-02-04ntlm: Pass the Curl_easy structure to the private winbind functionsSteve Holme
2020-02-04RELEASE-NOTES: syncedDaniel Stenberg
2020-02-04tool_operhlp: Copyright year out of date, should be 2020Daniel Stenberg
2020-02-04curl: avoid using strlen for testing if a string is emptyOrgad Shaneh
2020-02-03ntlm: Ensure the HTTP header data is not stored in the challenge/responseSteve Holme
2020-02-03openssl: remove redundant assignmentMarcel Raad
2020-02-03travis: update non-OpenSSL Linux jobs to BionicMarcel Raad
2020-02-03cirrus: Add some missing semicolonsDan Fandrich
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-02-02ntlm: Move the winbind data into the NTLM data structureSteve Holme
2020-01-30quiche: Copyright year out of dateDaniel Stenberg
2020-01-30altsvc: use h3-25Daniel Stenberg
2020-01-30quiche: update to draft-25Alessandro Ghedini
2020-01-29ngtcp2: update to git master and its draft-25 supportDaniel Stenberg
2020-01-29cookie: check __Secure- and __Host- case sensitivelyDaniel Stenberg
2020-01-29KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: headerDaniel Stenberg
2020-01-29oauth2-bearer.d: works for HTTP tooDaniel Stenberg
2020-01-28multi_done: if multiplexed, make conn->data point to another transferDaniel Stenberg
2020-01-28location.d: the method change is from POST to GET onlyDaniel Stenberg
2020-01-28urlapi: guess scheme correct even with credentials givenDaniel Stenberg
2020-01-28global_init: move the IPv6 works status bool to multi handleDaniel Stenberg
2020-01-27README: mention that the docs is in docs/Jay Satiro
2020-01-27curl.h: define CURL_WIN32 on windowsDaniel Stenberg
2020-01-27RELEASE-NOTES: syncedDaniel Stenberg
2020-01-27urldata: do string enums without #ifdefs for build scriptsJon Rumsey
2020-01-26curl: make the -# spaceship bar not wrap the lineDaniel Stenberg
2020-01-26global_init: assume the EINTR bit by defaultDaniel Stenberg
2020-01-24conn: do not reuse connection if SOCKS proxy credentials differPeter Piekarski
2020-01-24llist: removed unused Curl_llist_move()Daniel Stenberg
2020-01-24conncache: removed unused Curl_conncache_bundle_size()Daniel Stenberg
2020-01-24strcase: turn Curl_raw_tolower into staticDaniel Stenberg
2020-01-24singleuse.pl: support new API functions, fix curl_dbg_ handlingDaniel Stenberg
2020-01-24wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg
2020-01-23form.d: fix two minor typosAron Rotteveel
2020-01-23openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg