summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* file: refuse "getting" a directorybagder/file-dirDaniel Stenberg2020-12-301-0/+11
* cleanup: fix two empty expression statement has no effectDaniel Stenberg2020-12-302-6/+9
* configure: set -Wextra-semi-stmt for clang with --enable-debugDaniel Stenberg2020-12-291-0/+1
* tests/unit: fix empty statements with no effectDaniel Stenberg2020-12-291-37/+47
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-296-40/+82
* schannel: fix "empty expression statement has no effect"Daniel Stenberg2020-12-291-8/+6
* docs: remove redundant "better" in --fail helpDenis Laxalde2020-12-291-1/+1
* curl.1: fix typo microsft -> microsoftKevin Ushey2020-12-271-1/+1
* misc: assorted typo fixesXhmikosR2020-12-268-11/+11
* RELEASE-NOTES: syncedDaniel Stenberg2020-12-261-7/+24
* tool_operate: avoid NULL dereference of first_argDaniel Stenberg2020-12-261-1/+1
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-2611-70/+85
* KNOWN_BUGS: 6.10 curl never completes Negotiate over HTTPDaniel Stenberg2020-12-261-0/+7
* writeout: fix NULL dereference for "this url"Daniel Stenberg2020-12-261-1/+2
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-2524-56/+57
* CI: fix warning with the latest versionsXhmikosR2020-12-251-9/+0
* INSTALL: update the list known OSes and CPU archs curl has run onDaniel Stenberg2020-12-251-74/+21
* curl: fix handling of -q optionCherish982020-12-231-1/+1
* tests/badsymbols.pl: ignore stand-alone single hash linesDaniel Stenberg2020-12-221-0/+3
* curl_easy_pause.3: add multiplexed pause effectsDaniel Stenberg2020-12-221-23/+23
* curl_easy_pause.3: fix man page referenceJay Satiro2020-12-221-1/+1
* EXPERIMENTAL: add the Hyper backend to the listDaniel Stenberg2020-12-221-1/+1
* speedcheck: exclude paused transfersDaniel Stenberg2020-12-223-0/+11
* h2: do not wait for RECV on paused transfersDaniel Stenberg2020-12-221-3/+4
* RELEASE-NOTES: syncedDaniel Stenberg2020-12-211-7/+27
* cmdline-opts/gen.pl: return hard on errorsDaniel Stenberg2020-12-211-2/+4
* examples/libtest: add .checksrc to distDaniel Stenberg2020-12-212-3/+3
* test: verify new --write-out variablesDaniel Stenberg2020-12-213-2/+51
* test970: adapted to the new internal order of variablesDaniel Stenberg2020-12-211-1/+1
* curl: add variables to --write-outDaniel Stenberg2020-12-217-104/+128
* tests: add very simple AWS HTTP v4 Signature testMatthias Gatto2020-12-214-2/+136
* docs: add AWS HTTP v4 SignatureMatthias Gatto2020-12-217-0/+102
* tool: add AWS HTTP v4 Signature supportMatthias Gatto2020-12-215-0/+12
* http: Make the call to v4 signatureMatthias Gatto2020-12-213-1/+27
* http: introduce AWS HTTP v4 SignatureMatthias Gatto2020-12-216-0/+371
* http: add hmac support for sha256Matthias Gatto2020-12-212-0/+23
* connect: on linux, enable reporting of all ICMP errors on UDP socketsCristian Rodríguez2020-12-211-0/+14
* curl: add --create-file-mode [mode]Daniel Stenberg2020-12-2110-4/+49
* c-hyper: fix compiler warningsDaniel Stenberg2020-12-201-7/+6
* KNOWN_BUGS: Remote recursive folder creation with SFTPDaniel Stenberg2020-12-201-0/+9
* badsymbols.pl: Add verbose mode -vJay Satiro2020-12-201-1/+20
* KNOWN_BUGS: Secure Transport disabling hostname validation also disables SNIJay Satiro2020-12-201-0/+15
* TODO: alt-svc should fallback if alt-svc doesn't workDaniel Stenberg2020-12-181-0/+8
* travis: restrict the openssl3 job to only run https and ftps testsDaniel Stenberg2020-12-181-1/+1
* build: repair http disabled but mqtt enabled buildDaniel Stenberg2020-12-182-13/+15
* cookie: avoid the C1001 internal compiler error with MSVC 14Jon Wilkes2020-12-181-0/+9
* RELEASE-NOTES: syncedDaniel Stenberg2020-12-181-4/+22
* mqtt: handle POST/PUBLISH without a set POSTFIELDSIZEDaniel Stenberg2020-12-188-4/+191
* travis: add CI job for Hyper buildDaniel Stenberg2020-12-182-0/+19
* tests: updated tests for HyperDaniel Stenberg2020-12-1810-5/+73