aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-01-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
2019-12-31bearssl: Improve I/O handlingMichael Forney
2019-12-27lib: remove erroneous +x file permission on some c filesXiang Xiao
2019-12-27lib: fix warnings found when porting to NuttXXiang Xiao
2019-12-20ngtcp2: Support the latest update key callback typeJay Satiro
2019-12-19create_conn: prefer multiplexing to using new connectionsDaniel Stenberg
2019-12-18strerror: Fix compiler warning "empty expression"Gisle Vanem
2019-12-17define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymoreDaniel Stenberg
2019-12-17lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg
2019-12-16Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg
2019-12-15libssh2: add support for ECDSA and ed25519 knownhost keysSantino Keupp
2019-12-13multi: free sockhash on OOMDaniel Stenberg
2019-12-13hostip: suppress compiler warningMarcel Raad
2019-12-13ntlm_wb: fix double-free in OOMDaniel Stenberg
2019-12-12altsvc: make the save function ignore NULL filenamesDaniel Stenberg
2019-12-12doh: make it behave when built without proxy supportDaniel Stenberg
2019-12-11conncache: CONNECT_ONLY connections assumed always in-useDaniel Stenberg
2019-12-10vtls: make BearSSL possible to set with CURL_SSL_BACKENDGisle Vanem
2019-12-09conn: always set bits.close with connclose()Daniel Stenberg
2019-12-09conncache: fix multi-thread use of shared connection cacheDaniel Stenberg
2019-12-05lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAINJay Satiro
2019-12-05setopt: Fix ALPN / NPN user option when built without HTTP2Jay Satiro
2019-12-05curl_setup: fix `CURLRES_IPV6` conditionMarcel Raad
2019-12-04CMake: add support for building with the NSS vtls backendPeter Wu
2019-12-03hostip4.c: bump copyright year rangeDaniel Stenberg
2019-12-03curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad
2019-12-03openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg
2019-12-03openssl: set X509_V_FLAG_PARTIAL_CHAINDaniel Stenberg
2019-12-02copyright: fix the year ranges for two filesDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-12-01openssl: retrieve reported LibreSSL version at runtimeJay Satiro
2019-12-01strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro
2019-12-02global_init: undo the "intialized" bump in case of failureDaniel Stenberg
2019-11-29parsedate: offer a getdate_capped() alternativeDaniel Stenberg
2019-11-28sha256: bump the copyright year rangeDaniel Stenberg
2019-11-28curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson
2019-11-28http_ntlm: Remove duplicate NSS initialisationSteve Holme
2019-11-28checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson
2019-11-28doh: use dedicated probe slotsNiall
2019-11-28ngtcp2: fix thread-safety bug in error-handlingDavid Benjamin
2019-11-26XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUEJohn Schroeder
2019-11-26TLS: add BearSSL vtls implementationMichael Forney
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2019-11-24schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu
2019-11-22openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro
2019-11-22openssl: improve error message for SYSCALL during connectDaniel Stenberg
2019-11-21include: make CURLE_HTTP3 use a new error codeDaniel Stenberg
2019-11-18ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez
2019-11-18altsvc: bump to h3-24Daniel Stenberg
2019-11-18ngtcp2: free used resources on disconnectDaniel Stenberg