summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtests: run the http2 tests on a random port numberbagder/http2-random-portDaniel Stenberg2020-08-051-16/+23
* gtls: survive not being able to get name/issuerDaniel Stenberg2020-08-051-10/+13
* runtests: move the gnutls-serv tests to a dynamic portDaniel Stenberg2020-08-051-38/+26
* runtests: support dynamicly base64 encoded sections in testsDaniel Stenberg2020-08-0415-91/+77
* curl.1: add a few missing valid exit codesDaniel Stenberg2020-08-041-0/+10
* TODO: Use multiple parallel transfers for a single downloadDaniel Stenberg2020-08-041-0/+22
* TODO: Set the modification date on an uploaded fileDaniel Stenberg2020-08-041-0/+8
* CI: Add muse CI configThomas M. DuBuisson2020-08-042-0/+7
* travis/script.sh: fix use of `-n' with unquoted envvarThomas M. DuBuisson2020-08-041-1/+1
* h2: repair trailer handlingDaniel Stenberg2020-08-033-10/+31
* windows: disable Unix Sockets for old mingwViktor Szakats2020-08-031-1/+5
* test1908: treat file as textMarcel Raad2020-08-031-1/+1
* TrackMemory tests: ignore realloc and free in getenv.cMarcel Raad2020-08-032-0/+4
* tests/FILEFORMAT.md: mention %HTTP2PORTDaniel Stenberg2020-08-031-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-08-031-11/+41
* tlsv1.3.d. only for TLS-using connectionsDaniel Stenberg2020-08-021-4/+6
* tls-max.d: this option is only for TLS-using connectionsDaniel Stenberg2020-08-021-0/+3
* tool_doswin: Simplify Windows version detectionCameron Cawley2020-08-021-14/+3
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-0213-238/+316
* runtests.pl: treat LibreSSL and BoringSSL as OpenSSLMarcel Raad2020-08-021-1/+1
* multi: Condition 'extrawait' is always trueDaniel Stenberg2020-08-011-1/+1
* openssl: fix build with LibreSSL < 2.9.1Marcel Raad2020-08-011-1/+3
* multi_remove_handle: close unused connect-only connectionsMarc Aldorasi2020-08-012-4/+36
* checksrc: invoke script with -D to find .checksrc properDaniel Stenberg2020-08-012-2/+2
* buildconf: retire ares buildconf invocationCarlo Marcelo Arenas Belón2020-08-011-7/+0
* buildconf: excempt defunct reference to ACLOCAL_FLAGSCarlo Marcelo Arenas Belón2020-08-011-0/+1
* buildconf: avoid array concatenation in die()Carlo Marcelo Arenas Belón2020-08-011-1/+1
* travis: add ppc64le and s390x buildsDaniel Stenberg2020-07-312-14/+52
* connect: remove redundant message about connect failureMarc Hoersken2020-07-311-2/+2
* tests/sshserver.pl: fix compatibility with OpenSSH for WindowsMarc Hoersken2020-07-311-0/+5
* CI/azure: install libssh2 for use with msys2-based buildsMarc Hoersken2020-07-311-8/+16
* CI/azure: increase Windows job timeout once againMarc Hoersken2020-07-311-1/+1
* TODO: Schannel: 'Add option to allow abrupt server closure'Jay Satiro2020-07-301-0/+10
* url: fix CURLU and location followingJay Satiro2020-07-305-4/+133
* RELEASE-NOTES: syncedDaniel Stenberg2020-07-301-8/+46
* docs: add date of 7.20 to CURLM_CALL_MULTI_PERFORM mentionsdivinity762020-07-302-2/+2
* tool_cb_wrt: fix outfile mode flags for WindowsJay Satiro2020-07-291-3/+6
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-286-3/+9
* transfer: fix data_pending for builds with both h2 and h3 enabledDaniel Stenberg2020-07-281-2/+6
* curl_multi_setopt: fix compiler warning "result is always false"Daniel Stenberg2020-07-281-3/+1
* curl: improve the existing file check with -JDaniel Stenberg2020-07-283-10/+36
* multi: update comment to say easyp list is linearJonathan Nieder2020-07-281-1/+1
* CURLOPT_NOBODY.3: fix the syntax for referring to optionsDaniel Stenberg2020-07-271-3/+3
* ngtcp2: store address in sockaddr_storageDaniel Stenberg2020-07-271-2/+3
* CURLOPT_NOBODY.3: clarify what setting to 0 meansDaniel Stenberg2020-07-271-6/+16
* setopt: unset NOBODY switches to GET if still HEADDaniel Stenberg2020-07-271-0/+2
* configure: cleanup wolfssl + pkg-config conflicts when cross compiling.Ehren Bendler2020-07-272-10/+21
* configure: show zstd "no" in summary when built without itDaniel Stenberg2020-07-271-0/+1
* quiche: handle calling disconnect twiceDaniel Stenberg2020-07-271-2/+8
* getinfo: reset retry-after value in initinfoNicolas Sterchele2020-07-275-2/+130