summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* wolfSSH: new SSH backendDaniel Stenberg2020-01-127-13/+1211
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-126-6/+6
* libssh2: add support for forcing a hostkey typeSantino Keupp2020-01-111-0/+130
* schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman2020-01-111-20/+130
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-112-13/+16
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-112-0/+6
* cmake: Enable SMB for Windows buildsMarc Aldorasi2020-01-112-1/+4
* vtls: Refactor Curl_multissl_version to make the code clearerJay Satiro2020-01-111-16/+21
* fix: Copyright year out of date, should be 2020Daniel Stenberg2020-01-104-4/+4
* hostip: move code to resolve IP address literals to `Curl_resolv`Marcel Raad2020-01-104-223/+175
* multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg2020-01-061-1/+5
* file: fix copyright year rangeDaniel Stenberg2020-01-061-1/+1
* file: on Windows, refuse paths that start with \\Daniel Stenberg2020-01-061-2/+4
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-034-10/+15
* bearssl: Improve I/O handlingMichael Forney2019-12-311-85/+77
* lib: remove erroneous +x file permission on some c filesXiang Xiao2019-12-272-0/+0
* lib: fix warnings found when porting to NuttXXiang Xiao2019-12-273-1/+5
* ngtcp2: Support the latest update key callback typeJay Satiro2019-12-202-33/+1
* create_conn: prefer multiplexing to using new connectionsDaniel Stenberg2019-12-191-18/+0
* strerror: Fix compiler warning "empty expression"Gisle Vanem2019-12-181-1/+1
* define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymoreDaniel Stenberg2019-12-176-16/+2
* lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg2019-12-172-5/+14
* Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg2019-12-162-1/+2
* libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp2019-12-151-47/+81
* multi: free sockhash on OOMDaniel Stenberg2019-12-131-0/+1
* hostip: suppress compiler warningMarcel Raad2019-12-131-0/+4
* ntlm_wb: fix double-free in OOMDaniel Stenberg2019-12-131-11/+6
* altsvc: make the save function ignore NULL filenamesDaniel Stenberg2019-12-121-2/+2
* doh: make it behave when built without proxy supportDaniel Stenberg2019-12-121-16/+18
* conncache: CONNECT_ONLY connections assumed always in-useDaniel Stenberg2019-12-111-1/+2
* vtls: make BearSSL possible to set with CURL_SSL_BACKENDGisle Vanem2019-12-101-0/+3
* conn: always set bits.close with connclose()Daniel Stenberg2019-12-092-3/+4
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-097-52/+52
* lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAINJay Satiro2019-12-051-0/+1
* setopt: Fix ALPN / NPN user option when built without HTTP2Jay Satiro2019-12-051-2/+0
* curl_setup: fix `CURLRES_IPV6` conditionMarcel Raad2019-12-051-6/+6
* CMake: add support for building with the NSS vtls backendPeter Wu2019-12-041-0/+3
* hostip4.c: bump copyright year rangeDaniel Stenberg2019-12-031-1/+1
* curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad2019-12-033-3/+23
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-033-6/+10
* openssl: set X509_V_FLAG_PARTIAL_CHAINDaniel Stenberg2019-12-031-9/+17
* copyright: fix the year ranges for two filesDaniel Stenberg2019-12-021-1/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-0121-47/+33
* openssl: retrieve reported LibreSSL version at runtimeJay Satiro2019-12-011-6/+24
* strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro2019-12-013-350/+245
* global_init: undo the "intialized" bump in case of failureDaniel Stenberg2019-12-021-5/+9
* parsedate: offer a getdate_capped() alternativeDaniel Stenberg2019-11-296-9/+36
* sha256: bump the copyright year rangeDaniel Stenberg2019-11-281-1/+1
* curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson2019-11-283-4/+4
* http_ntlm: Remove duplicate NSS initialisationSteve Holme2019-11-281-8/+1