summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Curl_hsts_loadcb: don't attempt to load if hsts wasn't initedDaniel Stenberg2021-09-121-1/+3
* ngtcp2: fix build with ngtcp2 and nghttp3Tatsuhiro Tsujikawa2021-09-121-2/+6
* http2: Curl_http2_setup needs to init stream data in all invokesDaniel Stenberg2021-09-111-12/+17
* url: fix compiler warning in no-verbose buildsDaniel Stenberg2021-09-101-0/+2
* non-ascii: fix build errors from strerror fixDaniel Stenberg2021-09-101-12/+10
* ngtcp2: adapt to new size defintions upstreamDaniel Stenberg2021-09-101-16/+3
* rustls: add strerror.h includeDaniel Stenberg2021-09-101-1/+1
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-0912-13/+1
* lib: don't use strerror()Daniel Stenberg2021-09-098-22/+71
* copyrights: update copyright year rangesDaniel Stenberg2021-09-081-1/+1
* mbedtls: avoid using a large buffer on the stackMAntoniak2021-09-061-13/+17
* connect: get local port + ip also when reusing connectionsDaniel Stenberg2021-09-021-3/+2