Age | Commit message (Expand) | Author |
2020-01-15 | wolfssh: remove fprintf() calls (and uses of __func__) | Daniel Stenberg |
2020-01-13 | schannel_verify: Fix alt names manual verify for UNICODE builds | Jay Satiro |
2020-01-13 | CMake: Add support for CMAKE_LTO option. | Tobias Hieta |
2020-01-13 | ConnectionExists: respect the max_concurrent_streams limits | Daniel Stenberg |
2020-01-12 | wolfSSH: new SSH backend | Daniel Stenberg |
2020-01-12 | misc: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-11 | libssh2: add support for forcing a hostkey type | Santino Keupp |
2020-01-11 | schannel: Make CURLOPT_CAINFO work better on Windows 7 | Faizur Rahman |
2020-01-11 | ngtcp2: Add an error code for QUIC connection errors | Emil Engler |
2020-01-11 | multi: Change curl_multi_wait/poll to error on negative timeout | Jay Satiro |
2020-01-11 | cmake: Enable SMB for Windows builds | Marc Aldorasi |
2020-01-11 | vtls: Refactor Curl_multissl_version to make the code clearer | Jay Satiro |
2020-01-10 | fix: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-10 | hostip: move code to resolve IP address literals to `Curl_resolv` | Marcel Raad |
2020-01-06 | multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public header | Daniel Stenberg |
2020-01-06 | file: fix copyright year range | Daniel Stenberg |
2020-01-06 | file: on Windows, refuse paths that start with \\ | Daniel Stenberg |
2020-01-03 | lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS` | Marcel Raad |
2019-12-31 | bearssl: Improve I/O handling | Michael Forney |
2019-12-27 | lib: remove erroneous +x file permission on some c files | Xiang Xiao |
2019-12-27 | lib: fix warnings found when porting to NuttX | Xiang Xiao |
2019-12-20 | ngtcp2: Support the latest update key callback type | Jay Satiro |
2019-12-19 | create_conn: prefer multiplexing to using new connections | Daniel Stenberg |
2019-12-18 | strerror: Fix compiler warning "empty expression" | Gisle Vanem |
2019-12-17 | define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymore | Daniel Stenberg |
2019-12-17 | lib: remove ASSIGNWITHINCONDITION exceptions, use our code style | Daniel Stenberg |
2019-12-16 | Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION" | Daniel Stenberg |
2019-12-15 | libssh2: add support for ECDSA and ed25519 knownhost keys | Santino Keupp |
2019-12-13 | multi: free sockhash on OOM | Daniel Stenberg |
2019-12-13 | hostip: suppress compiler warning | Marcel Raad |
2019-12-13 | ntlm_wb: fix double-free in OOM | Daniel Stenberg |
2019-12-12 | altsvc: make the save function ignore NULL filenames | Daniel Stenberg |
2019-12-12 | doh: make it behave when built without proxy support | Daniel Stenberg |
2019-12-11 | conncache: CONNECT_ONLY connections assumed always in-use | Daniel Stenberg |
2019-12-10 | vtls: make BearSSL possible to set with CURL_SSL_BACKEND | Gisle Vanem |
2019-12-09 | conn: always set bits.close with connclose() | Daniel Stenberg |
2019-12-09 | conncache: fix multi-thread use of shared connection cache | Daniel Stenberg |
2019-12-05 | lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAIN | Jay Satiro |
2019-12-05 | setopt: Fix ALPN / NPN user option when built without HTTP2 | Jay Satiro |
2019-12-05 | curl_setup: fix `CURLRES_IPV6` condition | Marcel Raad |
2019-12-04 | CMake: add support for building with the NSS vtls backend | Peter Wu |
2019-12-03 | hostip4.c: bump copyright year range | Daniel Stenberg |
2019-12-03 | curl_setup: disable IPv6 resolver without `getaddrinfo` | Marcel Raad |
2019-12-03 | openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains | Daniel Stenberg |
2019-12-03 | openssl: set X509_V_FLAG_PARTIAL_CHAIN | Daniel Stenberg |
2019-12-02 | copyright: fix the year ranges for two files | Daniel Stenberg |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-12-01 | openssl: retrieve reported LibreSSL version at runtime | Jay Satiro |
2019-12-01 | strerror: Add Curl_winapi_strerror for Win API specific errors | Jay Satiro |
2019-12-02 | global_init: undo the "intialized" bump in case of failure | Daniel Stenberg |