summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hyper: disable test 1294 since hyper doesn't allow such crazy headersbagder/en-hyper-testsDaniel Stenberg2021-10-253-1/+3
* c-hyper: make CURLOPT_SUPPRESS_CONNECT_HEADERS workDaniel Stenberg2021-10-253-17/+23
* test1287: make work on hyperDaniel Stenberg2021-10-252-1/+2
* test1266/1267: disabled on hyper: no HTTP/0.9 supportDaniel Stenberg2021-10-253-2/+8
* docs: consistent use of "Added in"Daniel Stenberg2021-10-2528-41/+41
* man pages: require all to use the same section header orderDaniel Stenberg2021-10-2574-271/+709
* docs/HTTP3: improve build instructionsDavid Hu2021-10-251-7/+14
* CMake: restore support for SecureTransport on iOSRicardo Martins2021-10-251-18/+26
* tests: enable more tests with hyperDaniel Stenberg2021-10-254-33/+31
* docs: provide "RETURN VALUE" section for more func manpagesDaniel Stenberg2021-10-254-4/+11
* curl_multi_socket_action.3: add a "RETURN VALUE" sectionJay Satiro2021-10-251-0/+3
* RELEASE-NOTES: syncedDaniel Stenberg2021-10-241-9/+39
* tests: use python3 in test 1451Samuel Henrique2021-10-241-1/+1
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-2210-15/+15
* openssl: if verifypeer is not requested, skip the CA loadingDaniel Stenberg2021-10-221-44/+20
* curl-confopts.m4: remove --enable/disable-hidden-symbolsDaniel Stenberg2021-10-221-4/+0
* c-hyper: don't abort CONNECT responses early when auth-in-progressDaniel Stenberg2021-10-222-1/+3
* hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODINGDaniel Stenberg2021-10-225-2/+10
* test262: don't attempt with hyperDaniel Stenberg2021-10-222-1/+0
* c-hyper: make test 217 runDaniel Stenberg2021-10-223-2/+8
* DISABLED: enable test 209+213 for hyperDaniel Stenberg2021-10-221-2/+0
* test207: accept a different error code for hyperDaniel Stenberg2021-10-222-1/+5
* INSTALL: update symbol hiding optionÉrico Nogueira2021-10-221-1/+1
* http_proxy: multiple CONNECT with hyper done betterDaniel Stenberg2021-10-212-3/+17
* hyper: pass the CONNECT line to the debug callbackDaniel Stenberg2021-10-211-0/+9
* mailmap: Malik Idrees Hasan KhanDaniel Stenberg2021-10-211-0/+1
* build: fix typosMalikIdreesHasa2021-10-212-2/+2
* URL-SYNTAX: add IMAP UID SEARCH exampleJay Satiro2021-10-211-5/+24
* manpage: adjust the asterisk in some SYNOPSIS sectionsDaniel Stenberg2021-10-204-10/+11
* curl_multi_perform.3: polish wordingDaniel Stenberg2021-10-201-66/+25
* docs/THANKS: removed on requestDaniel Stenberg2021-10-201-1/+0
* FAQ: polish the explanation of libcurlDaniel Stenberg2021-10-201-2/+2
* curl_easy_perform.3: minor wording tweakDaniel Stenberg2021-10-201-3/+3
* mime: mention CURL_DISABLE_MIME in commentErik Stenlund2021-10-201-1/+2
* tls: remove newline from three infof() callsDaniel Stenberg2021-10-193-3/+3
* RELEASE-NOTES: syncedDaniel Stenberg2021-10-191-11/+34
* curl_gssapi: fix build warnings by removing constDaniel Stenberg2021-10-191-2/+2
* curl_gssapi: fix link error on macOS MontereyBo Anderson2021-10-191-4/+6
* test1185: verify checksrcDaniel Stenberg2021-10-182-1/+185
* checksrc: improve the SPACESEMICOLON error messageDaniel Stenberg2021-10-181-6/+2
* url: set "k->size" -1 at start of requestDaniel Stenberg2021-10-181-1/+1
* doh: remove experimental code for DoH with GETDaniel Gustafsson2021-10-182-24/+2
* cirrus: remove FreeBSD 11.4 from the matrixDaniel Stenberg2021-10-181-3/+0
* cirrus: switch to openldap24-clientDaniel Stenberg2021-10-181-1/+1
* checksrc: ignore preprocessor linesDaniel Stenberg2021-10-173-13/+29
* urlapi: skip a strlen(), pass in zeroDaniel Stenberg2021-10-152-3/+2
* misc: update copyright yearsDaniel Stenberg2021-10-157-7/+7
* examples/htmltidy: correct wrong printf() useDaniel Stenberg2021-10-151-4/+4
* http: set content length earlierJay Satiro2021-10-153-45/+41
* aws-sigv4: make signature work when post data is binaryAbhinav Singh2021-10-158-3/+219