summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* winbuild: Add a Visual Studio example to the READMEJay Satiro2022-03-221-0/+58
* docs/opts: Mention Schannel client cert type is P12Jay Satiro2022-03-227-16/+28
* lib1945: fix compiler warning 4706 on MSVCDaniel Stenberg2022-03-221-0/+4
* ci/event-based.yml: improve impacket installPhilip H2022-03-221-2/+2
* test1459: disable for oldlibsshDaniel Stenberg2022-03-221-0/+1
* test1135: sync with recent API updatesDaniel Stenberg2022-03-223-80/+110
* curl_easy_nextheader.3: fix two typosDaniel Stenberg2022-03-221-2/+2
* options: remove mistaken space before paren in prototypeDaniel Stenberg2022-03-221-2/+2
* cirrus: add --enable-headers-api for some windows buildsDaniel Stenberg2022-03-221-4/+4
* GHA: --enable-headers-api in all workflowsDaniel Stenberg2022-03-226-6/+6
* lib: make the headers API depend on --enable-headers-apiDaniel Stenberg2022-03-222-4/+8
* configure: add --enable-headers-api to enable the headers APIDaniel Stenberg2022-03-2212-1/+45
* test1671: verify -w '%{header_json}Daniel Stenberg2022-03-223-6/+86
* test1670: verify -w %header{}Daniel Stenberg2022-03-223-3/+64
* curl: add %{header_json} support in -w handlingDaniel Stenberg2022-03-226-10/+66
* curl: add %header{name} support in -w handlingDaniel Stenberg2022-03-222-1/+19
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-2238-301/+1793
* test1459: remove the different exit code for oldlibsshDaniel Stenberg2022-03-211-4/+0
* libssh: unstick SFTP transfers when done event-basedDaniel Stenberg2022-03-211-0/+3
* gha: move the event-based test over from ZuulDaniel Stenberg2022-03-213-24/+42
* RELEASE-NOTES: syncedDaniel Stenberg2022-03-211-7/+34
* http: return error on colon-less HTTP headersDaniel Stenberg2022-03-213-7/+91
* test718: edited slightly to return better HTTPDaniel Stenberg2022-03-202-1/+2
* hyper: no h2c supportDaniel Stenberg2022-03-2010-16/+32
* configure: bump the copyright year range int the generated outputDaniel Stenberg2022-03-191-1/+1
* BINDINGS.md: add Hollywood bindingAndreas Falkenhahn2022-03-181-0/+2
* HISTORY: add some 2022 dataDaniel Stenberg2022-03-181-0/+14
* scripts/copyright.pl: ignore the new mlc_config.json fileDaniel Stenberg2022-03-181-0/+3
* mlc_config.json: add file to ignore known troublesome URLsPhilip H2022-03-181-0/+8
* winbuild/README.md: fixup dead linkPhilip H2022-03-181-1/+1
* rtsp: don't let CSeq error override earlier errorsJay Satiro2022-03-181-1/+1
* lib: fix some misuse of curlx_convert_wchar_to_UTF8Jay Satiro2022-03-183-18/+25
* mk-ca-bundle.pl: Use stricter logic to process the certificatesJay Satiro2022-03-181-102/+188
* test375: fix line endings on WindowsMarcel Raad2022-03-171-1/+1
* http: reject header contents with nul bytesDaniel Stenberg2022-03-172-0/+7
* CI: Do not use buildconf. Instead, just use: autoreconf -fiPhilip H2022-03-1514-29/+29
* RELEASE-NOTES: syncedDaniel Stenberg2022-03-151-5/+19
* libssh: Improve fix for missing SSH_S_ stat macrosJay Satiro2022-03-141-2/+3
* tool and tests: force flush of all buffers at end of programMarc Hoersken2022-03-134-5/+20
* BearSSL: add CURLOPT_SSL_CTX_FUNCTION supportJan Venekamp2022-03-123-9/+23
* BearSSL: add CURLOPT_SSL_CIPHER_LIST supportJan Venekamp2022-03-124-1/+295
* tool_cb_hdr: Turn the Location: into a terminal hyperlinkDan Fandrich2022-03-111-0/+100
* keepalive-time.d: It takes many probes to detect brokennessDan Fandrich2022-03-111-2/+5
* curl: add --no-clobberHexTheDragon2022-03-1116-34/+333
* RELEASE-NOTES: syncedDaniel Stenberg2022-03-112-10/+47
* openssl: check SSL_get_peer_cert_chain return valueJean-Philippe Menil2022-03-111-0/+5
* mk-ca-bundle.vbs: delete this script in favor of mk-ca-bundle.plJay Satiro2022-03-102-432/+1
* CURLSHOPT_UNLOCKFUNC.3: fix the callback prototypeDaniel Stenberg2022-03-101-3/+2
* remove-on-error.d: typoDaniel Stenberg2022-03-101-1/+1
* curl: add --remove-on-errorDaniel Stenberg2022-03-109-2/+93