summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* connect: remove spurious infof() callsbagder/remove-infof-callsDaniel Stenberg2020-02-191-7/+0
* HTTP-COOKIES: mention that a trailing newline is requiredDaniel Stenberg2020-02-191-11/+14
* nit: Copyright year out of dateDaniel Stenberg2020-02-196-6/+6
* tool_util: Improve Windows version of tvnow()Jay Satiro2020-02-186-33/+72
* SOCKS: fix typo in printf formattingDaniel Stenberg2020-02-181-1/+1
* CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT sectionDaniel Stenberg2020-02-181-2/+5
* docs/GOVERNANCE: refreshed + added "donations" and "commercial support"Daniel Stenberg2020-02-181-3/+26
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-184-19/+41
* 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
* RELEASE-NOTES: syncedDaniel Stenberg2020-02-171-12/+35
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-1713-553/+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
* CURLINFO_COOKIELIST.3: Fix exampleJay Satiro2020-02-151-3/+3
* TODO: Paged searches on LDAP serverDaniel Stenberg2020-02-141-0/+5
* TODO: CURLOPT_SSL_CTX_FUNCTION for LDAPSDaniel Stenberg2020-02-141-0/+8
* azure: disable brotli on the macos debug-buildsDaniel Stenberg2020-02-141-1/+1
* tool_home: Fix the copyright year being out of dateSteve Holme2020-02-132-2/+2
* tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro2020-02-122-42/+58
* 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
* create-dirs.d: mention the modeDaniel Stenberg2020-02-121-0/+2
* CURLOPT_ALTSVC_CTRL.3: fix the DEFAULT wordingDaniel Stenberg2020-02-111-2/+5
* RELEASE-NOTES: syncedDaniel Stenberg2020-02-101-8/+42
* 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-096-4/+143
* 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
* github: Instructions to post "uname -a" on Unix systems in issuesEmil Engler2020-02-081-0/+2
* configure.ac: fix comments about --with-quicheCristian Greco2020-02-081-2/+2
* checksrc.bat: Fix not being able to run script from the main curl directorySteve Holme2020-02-071-2/+20
* digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan2020-02-0715-16/+16
* 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-073-19/+38
* ntlm_wb: Use Curl_socketpair() for greater portabilitySteve Holme2020-02-061-1/+1
* contributors: Also include people who contributed to curl-wwwFrank Gevaerts2020-02-052-2/+27
* contrithanks: Use the most recent tag by defaultFrank Gevaerts2020-02-051-1/+5
* scripts: use last set tag if none givenDaniel Stenberg2020-02-052-6/+14
* ftp: shrink temp buffers used for PORTDaniel Stenberg2020-02-051-5/+6
* curl: error on --alt-svc use w/o supportDaniel Stenberg2020-02-052-4/+4
* docs/HTTP3: add --enable-alt-svc to curl's configureDaniel Stenberg2020-02-051-3/+3
* RELEASE-PROCEDURE: feature win is closed post-release a few daysDaniel Stenberg2020-02-041-5/+13
* 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
* 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