summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* http: consider cookies over localhost to be secureDaniel Stenberg2021-08-104-88/+154
* TODO: erase secrets from heap/stack after useDaniel Stenberg2021-08-101-0/+10
* hostip: Make Curl_ipv6works function independent of getaddrinfoJay Satiro2021-08-103-32/+36
* test1565: fix windows build errorsJay Satiro2021-08-101-4/+7
* winbuild/README.md: clarify GEN_PDB optionJeremy Falcon2021-08-091-1/+2
* ngtcp2: replace deprecated functions with nghttp3_conn_shutdown_stream_readTatsuhiro Tsujikawa2021-08-091-2/+2
* ngtcp2: rework the return value handling of ngtcp2_conn_writev_streamTatsuhiro Tsujikawa2021-08-091-6/+14
* configure: error out if both ngtcp2 and quiche are specifiedDaniel Stenberg2021-08-091-0/+5
* easy: use a custom implementation of wcsdup on WindowsJeff Mears2021-08-093-1/+30
* zuul: add an mbedtls3 CI jobDaniel Stenberg2021-08-092-0/+27
* mbedTLS: initial 3.0.0 supportBenau2021-08-095-21/+77
* RELEASE-NOTES: syncedDaniel Stenberg2021-08-081-6/+26