summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson2019-11-282-2/+1
* doh: use dedicated probe slotsNiall2019-11-282-41/+63
* ngtcp2: fix thread-safety bug in error-handlingDavid Benjamin2019-11-281-2/+3
* XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUEJohn Schroeder2019-11-261-7/+11
* TLS: add BearSSL vtls implementationMichael Forney2019-11-267-4/+918
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-253-3/+124
* schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu2019-11-241-4/+0
* openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro2019-11-221-13/+59
* openssl: improve error message for SYSCALL during connectDaniel Stenberg2019-11-221-1/+6
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-0/+1