summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: support latest QUIC TLS RFC9001Amaury Denoyelle2021-11-051-1/+1
* schannel: fix memory leak due to failed SSL connectionJay Satiro2021-11-021-19/+24
* Curl_updateconninfo: store addresses for QUIC connections tooDaniel Stenberg2021-11-021-8/+6
* ngtcp2: specify the missing required callback functionsTatsuhiro Tsujikawa2021-11-011-2/+16
* imap: display quota informationAxel Morawietz2021-10-281-0/+1
* url: check the return value of curl_url()x20182021-10-281-0/+5
* http: reject HTTP response codes < 100Daniel Stenberg2021-10-271-2/+6
* sendf: accept zero-length data in Curl_client_write()Patrick Monnerat2021-10-251-3/+5
* c-hyper: make CURLOPT_SUPPRESS_CONNECT_HEADERS workDaniel Stenberg2021-10-252-16/+23
* Makefile.m32: fix to not require OpenSSL with -libssh2 or -rtmp optionsViktor Szakats2021-10-251-3/+8
* 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
* 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-221-0/+4
* c-hyper: make test 217 runDaniel Stenberg2021-10-222-1/+8
* http_proxy: multiple CONNECT with hyper done betterDaniel Stenberg2021-10-211-2/+17
* hyper: pass the CONNECT line to the debug callbackDaniel Stenberg2021-10-211-0/+9
* mime: mention CURL_DISABLE_MIME in commentErik Stenlund2021-10-201-1/+2
* tls: remove newline from three infof() callsDaniel Stenberg2021-10-193-3/+3
* 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
* 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
* checksrc: ignore preprocessor linesDaniel Stenberg2021-10-171-9/+28
* urlapi: skip a strlen(), pass in zeroDaniel Stenberg2021-10-151-2/+1
* misc: update copyright yearsDaniel Stenberg2021-10-152-2/+2
* http: set content length earlierJay Satiro2021-10-153-45/+41
* aws-sigv4: make signature work when post data is binaryAbhinav Singh2021-10-151-1/+6
* openssl: with OpenSSL 1.1.0+ a failed RAND_status means goawayDaniel Stenberg2021-10-141-12/+23
* http: remove assert that breaks hyperDaniel Stenberg2021-10-141-1/+1
* http_proxy: fix one more result assign for hyperDaniel Stenberg2021-10-141-1/+1
* c-hyper: make Curl_http propagate errors betterDaniel Stenberg2021-10-141-41/+78
* http_proxy: make hyper CONNECT() return the correct error codeDaniel Stenberg2021-10-141-12/+39
* http2: make getsock not wait for write if there's no remote windowDaniel Stenberg2021-10-121-5/+21
* urlapi: URL decode percent-encoded host namesDaniel Stenberg2021-10-111-19/+90
* c-hyper: use hyper_request_set_uri_parts to make h2 betterDaniel Stenberg2021-10-081-6/+31
* sha256: use high-level EVP interface for OpenSSLMarcel Raad2021-10-071-41/+70
* curl_ntlm_core: use OpenSSL only if DES is availableMarcel Raad2021-10-071-5/+12
* md5: fix compilation with OpenSSL 3.0 APIMarcel Raad2021-10-071-7/+15
* version_win32: use actual version instead of manifested versionJay Satiro2021-10-072-5/+48
* http: fix Basic auth with empty name field in URLDaniel Stenberg2021-10-061-1/+1
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-064-5/+30
* sasl: binary messagesPatrick Monnerat2021-10-025-225/+304
* wolfssl: use for SHA256, MD4, MD5, and setting DES odd parityHayden Roche2021-10-025-7/+37
* lib/mk-ca-bundle.pl: skip certs passed Not Valid After dateDaniel Stenberg2021-09-301-2/+18
* wolfssl: allow setting of groups/curvesAnthony Hu2021-09-301-1/+70
* connnect: use sysaddr_un fron sys/un.h or custom-defined for windowsJan Mazur2021-09-302-2/+3
* hostip: Move allocation to clarify there is no memleakRikard Falkeborn2021-09-301-3/+3
* CMake: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-291-3/+0