summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* h2: do not wait for RECV on paused transfersbagder/h2-pauseDaniel 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
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-187-1105/+2441
* tool_setopt: provide helper output in debug buildsDaniel Stenberg2020-12-181-1/+6
* setopt: adjust to Hyper and disabled HTTP buildsDaniel Stenberg2020-12-181-1/+3
* rtsp: disable if Hyper is usedDaniel Stenberg2020-12-182-2/+6
* getinfo: build with disabled HTTP supportDaniel Stenberg2020-12-181-0/+2
* version: include hyper versionDaniel Stenberg2020-12-183-5/+24
* docs: add HYPER.mdDaniel Stenberg2020-12-182-0/+48
* configure: add --with-hyperDaniel Stenberg2020-12-181-4/+98
* test1522: add debug tracingDaniel Stenberg2020-12-172-12/+22
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-174-7/+45
* multi: when erroring in TOOFAST state, act as for PERFORMDaniel Stenberg2020-12-171-1/+9
* cmake: enable gophers correctly in curl-configDaniel Stenberg2020-12-171-0/+1
* test1198/9: add two mqtt publish tests without payload lengthsDaniel Stenberg2020-12-173-1/+110
* tests/mqttd: extract the client id from the correct offsetbagder/mqttdDaniel Stenberg2020-12-171-1/+1
* TODO: Prevent terminal injection when writing to terminalDaniel Stenberg2020-12-161-0/+10
* Revert "CI/github: work-around for brew breakage on macOS"Daniel Stenberg2020-12-161-12/+6
* examples: remove superfluous asterisk usesDaniel Stenberg2020-12-163-6/+6
* RELEASE-NOTES: syncedDaniel Stenberg2020-12-162-10/+41
* test1272: fix line endingDaniel Stenberg2020-12-151-1/+1
* URL-SYNTAX: add gophers detailsDaniel Stenberg2020-12-151-7/+8
* test1272: test gophersDaniel Stenberg2020-12-152-1/+41
* runtests: add support for gophers, gopher over TLSDaniel Stenberg2020-12-153-11/+53
* gopher: Implement secure gopher protocol.parazyd2020-12-155-0/+62