summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* asyn-ares: call ares_freeaddrinfo() to clean up addrinfo resultsbagder/ares_freeaddrinfoDaniel Stenberg2021-08-201-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-08-201-9/+34
* http_proxy: fix user-agent and custom headers for CONNECT with hyperDaniel Stenberg2021-08-202-4/+5
* c-hyper: initial support for "dumping" 1xx HTTP responsesDaniel Stenberg2021-08-202-4/+47
* tests/*server.pl: flush output before executing subprocessMarc Hoersken2021-08-186-3/+18
* CI: use GitHub Container Registry instead of Docker HubMarc Hoersken2021-08-182-14/+14
* openssl: when creating a new context, there cannot be an old oneDaniel Stenberg2021-08-181-2/+1
* KNOWN_BUGS: Renegotiate from server may cause hang for OpenSSL backendJay Satiro2021-08-181-0/+12
* docs/BINDINGS: URL updateViktor Szakats2021-08-171-1/+1
* tests/server/*.c: align handling of portfile argument and fileMarc Hoersken2021-08-176-25/+47
* KNOWN_BUGS: Fix a number of typos in KNOWN_BUGSDaniel Gustafsson2021-08-171-5/+5
* getparameter: fix the --local-port number parserDaniel Stenberg2021-08-171-2/+3
* KNOWN_BUGS: Can't use Secure Transport with Crypto Token KitDaniel Stenberg2021-08-171-0/+4
* curl: add warning for ignored data after quoted form parameterJan Verbeek2021-08-171-9/+17
* codeql: fix error "Resource not accessible by integration"Jay Satiro2021-08-171-0/+3
* tool_operate: Fix --fail-early with parallel transfersJay Satiro2021-08-173-1/+43
* sectransp: support CURLINFO_CERTINFOSergey Markelov2021-08-175-52/+91
* ngtcp2: remove the acked_crypto_offset struct field initDaniel Stenberg2021-08-161-1/+0
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-1613-13/+13
* KNOWN_BUGS: HTTP/3 quiche upload large file failsDaniel Stenberg2021-08-161-0/+5
* KNOWN_BUGS: CMake build with MIT Kerberos does not workDaniel Stenberg2021-08-161-0/+12
* TODO: add asynch getaddrinfo supportDaniel Stenberg2021-08-161-0/+10
* RELEASE-NOTES: syncedDaniel Stenberg2021-08-161-10/+49
* http2: revert call the handle-closed function correctly on closed streamArtur Sinila2021-08-161-4/+0
* auth: do not append zero-terminator to authorisation id in kerberosPatrick Monnerat2021-08-162-14/+8
* auth: use sasl authzid option in kerberosPatrick Monnerat2021-08-164-70/+38
* auth: we do not support a security layer after kerberos authenticationPatrick Monnerat2021-08-162-0/+2
* auth: properly handle byte order in kerberos security messagePatrick Monnerat2021-08-162-25/+30
* x509asn1: fix heap over-read when parsing x509 certificatesz2_2021-08-161-9/+10
* KNOWN_BUGS: Disconnects don't do verboseDaniel Stenberg2021-08-141-0/+19
* mailmap: fixup MichaƂ AntoniakDaniel Stenberg2021-08-142-1/+1
* build: fix compiler warningsMAntoniak2021-08-143-8/+10
* CODE_STYLE-md: fix bold font stylei-ky2021-08-141-1/+1
* CODE_STYLE-md: add missing commai-ky2021-08-141-1/+1
* examples/ephiperfifo.c: simplify signal handlerDaniel Gustafsson2021-08-131-5/+3
* c-hyper: initial step for 100-continue supportDaniel Stenberg2021-08-133-4/+57
* vtls: fix typo in schannel_verify.cIkko Ashimine2021-08-131-1/+1
* curl_url_get.3: clarify about path and queryEmil Engler2021-08-131-0/+9
* c-hyper: fix header value passed to debug callbackDaniel Stenberg2021-08-131-1/+1
* cleanup: URL updatesViktor Szakats2021-08-123-3/+4
* DEPRECATE.md: linkify curl-library mailing listApril King2021-08-121-3/+4
* output.d: add method to suppress response bodiesBarry Pollard2021-08-121-0/+8
* TODO: remove 'c-ares deviates on http://1346569778'Daniel Stenberg2021-08-121-13/+0
* BINDINGS.md: update links to use https where availableColin O'Dell2021-08-121-4/+4
* asyn-ares.c: move all version number checks to the topDaniel Stenberg2021-08-111-10/+29
* ares: use ares_getaddrinfo()Daniel Stenberg2021-08-111-2/+115
* ngtcp2: utilize crypto API functions to simplifyTatsuhiro Tsujikawa2021-08-101-57/+11
* ngtcp2: reset the oustanding send buffer again when drainedmegatronking2021-08-101-0/+6
* progress: fix a compile warning on some systemsMichael Kaufmann2021-08-101-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-08-101-8/+26