aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-11-18ngtcp2: handle key updates as ngtcp2 master branch tells usDaniel Stenberg
2019-11-17multi: Fix curl_multi_poll wait when extra_fds && !extra_nfdsGergely Nagy
2019-11-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-11-16doh: improced both encoding and decodingNiall
2019-11-16ngtcp2: increase QUIC window size when data is consumedDaniel Stenberg
2019-11-14config-win32: cpu-machine-OS for Windows on ARMMelissa Mears
2019-11-14multi_poll: avoid busy-loop when called without easy handles attachedDaniel Stenberg
2019-11-12quiche: reject headers in the wrong orderDaniel Stenberg
2019-11-12openssl: prevent recursive function calls from ctx callbacksDaniel Stenberg
2019-11-11remove_handle: clear expire timers after multi_done()Daniel Stenberg
2019-11-10pause: avoid updating socket if done was already calledDaniel Stenberg
2019-11-09strerror: Fix an error looking up some Windows error stringsJay Satiro
2019-11-08checksrc: repair the copyrightyear checkDaniel Stenberg
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2019-11-07ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION setChristian Schmitz
2019-11-06build: fix for CURL_DISABLE_DOHWyatt O'Day
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
2019-11-02mbedtls: add error message for cert validity starting in the futureBastien Bouclet