summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* config: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-296-20/+0
* lib: remove `HAVE_WINSOCK_H` usageMarcel Raad2021-09-293-12/+3
* easyoptions: add the two new PRE* optionsDaniel Stenberg2021-09-292-1/+3
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-2910-3/+35
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-299-65/+67
* config-win32ce: enable WinSock 2Marcel Raad2021-09-281-2/+2
* build: remove checks for WinSock 1Marcel Raad2021-09-2810-35/+3
* NTLM: use DES_set_key_unchecked with OpenSSLDaniel Stenberg2021-09-271-1/+1
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-274-1/+31
* urlapi: support UNC paths in file: URLs on WindowsSergey Markelov2021-09-271-6/+34
* urlapi: add curl_url_strerror()i-ky2021-09-272-1/+74
* libssh2: add SHA256 fingerprint supportMats Lindestam2021-09-264-24/+143
* libcurl.rc: switch out the copyright symbol for plain ASCIIDaniel Stenberg2021-09-261-2/+2
* ngtcp2: fix QUIC transport parameter versionJun-ya Kato2021-09-251-6/+5
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-2410-16/+36
* llist: remove redundant code, branch will not be executedh1zzz2021-09-241-3/+1
* libssh2: Get the version at runtime if possibleJoel Depooter2021-09-241-1/+1
* schannel: fix typoJoel Depooter2021-09-241-2/+2
* misc: fix typos in docs and commentsa13460542021-09-233-3/+3
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-233-3/+3
* http: fix the broken >3 digit response code detectionDaniel Stenberg2021-09-171-5/+5
* strerror: use sys_errlist instead of strerror on WindowsJay Satiro2021-09-171-2/+2
* dist: provide lib/.checksrc in the tarballDaniel Stenberg2021-09-161-2/+2
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-163-3/+3
* Curl_http2_setup: don't change connection data on repeat invokesDaniel Stenberg2021-09-161-6/+6
* hsts: handle unlimited expiryDaniel Stenberg2021-09-151-15/+25
* curl_multi_fdset: make FD_SET() not operate on sockets out of rangeDaniel Stenberg2021-09-152-13/+21
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-134-0/+15
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-133-36/+30
* mqtt: clear the leftovers pointer when sending succeedsz2_ on hackerone2021-09-131-0/+4
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-131-18/+21