summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* connect: get local port + ip also when reusing connectionsDaniel Stenberg2021-09-021-3/+2
* multi: fix compiler warning with `CURL_DISABLE_WAKEUP`Marcel Raad2021-09-021-0/+3
* openssl: annotate SSL3_MT_SUPPLEMENTAL_DATAGisle Vanem2021-09-011-0/+4
* progress: make trspeed avoid floatsDaniel Stenberg2021-09-011-1/+6
* http: ignore content-length if any transfer-encoding is usedDaniel Stenberg2021-08-313-14/+31
* Revert "http2: skip immediate parsing of payload following protocol switch"Daniel Stenberg2021-08-301-9/+2
* http_proxy: only wait for writable socket while sending requestDaniel Stenberg2021-08-271-1/+1
* http: disallow >3-digit response codesDaniel Stenberg2021-08-261-3/+13
* ngtcp2: stop buffering crypto dataTatsuhiro Tsujikawa2021-08-262-30/+1
* cmake: sync CURL_DISABLE optionsDon2021-08-251-23/+50
* c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connectionDaniel Stenberg2021-08-233-6/+11
* c-hyper: deal with Expect: 100-continue combined with POSTFIELDSDaniel Stenberg2021-08-231-3/+11
* scripts: invoke interpreters through /usr/bin/enva13460542021-08-231-1/+1
* setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyperDaniel Stenberg2021-08-231-4/+0
* urlapi.c:seturl: assert URL instead of using if-checkDaniel Stenberg2021-08-231-2/+1
* asyn-ares: call ares_freeaddrinfo() to clean up addrinfo resultsDaniel Stenberg2021-08-211-0/+1
* wolfssl: clean up wolfcrypt error queueEhren Bendler2021-08-211-2/+13
* curl_setup.h: sync values for HTTP_ONLYDon2021-08-211-17/+23
* schannel: Work around typo in classic mingw macroJay Satiro2021-08-211-7/+7
* http_proxy: fix user-agent and custom headers for CONNECT with hyperDaniel Stenberg2021-08-201-3/+5
* c-hyper: initial support for "dumping" 1xx HTTP responsesDaniel Stenberg2021-08-201-0/+47
* openssl: when creating a new context, there cannot be an old oneDaniel Stenberg2021-08-181-2/+1
* sectransp: support CURLINFO_CERTINFOSergey Markelov2021-08-173-48/+85
* ngtcp2: remove the acked_crypto_offset struct field initDaniel Stenberg2021-08-161-1/+0
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-163-3/+3
* 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
* build: fix compiler warningsMAntoniak2021-08-143-8/+10
* c-hyper: initial step for 100-continue supportDaniel Stenberg2021-08-132-3/+57
* vtls: fix typo in schannel_verify.cIkko Ashimine2021-08-131-1/+1
* c-hyper: fix header value passed to debug callbackDaniel Stenberg2021-08-131-1/+1
* cleanup: URL updatesViktor Szakats2021-08-122-2/+3
* 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
* http: consider cookies over localhost to be secureDaniel Stenberg2021-08-101-17/+22
* hostip: Make Curl_ipv6works function independent of getaddrinfoJay Satiro2021-08-103-32/+36
* 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
* easy: use a custom implementation of wcsdup on WindowsJeff Mears2021-08-093-1/+30
* mbedTLS: initial 3.0.0 supportBenau2021-08-094-13/+77
* mbedtls_threadlock: fix unused variable warningmodbw2021-08-081-18/+7
* ngtcp2: compile with the latest ngtcp2 and nghttp3Tatsuhiro Tsujikawa2021-08-081-6/+22
* connect: remove superfluous conditionalDaniel Gustafsson2021-07-301-6/+4