Age | Commit message (Expand) | Author |
2020-01-28 | urlapi: guess scheme correct even with credentials given | Daniel Stenberg |
2020-01-28 | global_init: move the IPv6 works status bool to multi handle | Daniel Stenberg |
2020-01-27 | urldata: do string enums without #ifdefs for build scripts | Jon Rumsey |
2020-01-26 | global_init: assume the EINTR bit by default | Daniel Stenberg |
2020-01-24 | conn: do not reuse connection if SOCKS proxy credentials differ | Peter Piekarski |
2020-01-24 | llist: removed unused Curl_llist_move() | Daniel Stenberg |
2020-01-24 | conncache: removed unused Curl_conncache_bundle_size() | Daniel Stenberg |
2020-01-24 | strcase: turn Curl_raw_tolower into static | Daniel Stenberg |
2020-01-24 | wolfssh: make it init properly via Curl_ssh_init() | Daniel Stenberg |
2020-01-23 | openssl: make CURLINFO_CERTINFO not truncate x509v3 fields | Daniel Stenberg |
2020-01-22 | mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTER | Daniel Stenberg |
2020-01-21 | smtp: Allow RCPT TO command to fail for some recipients | Pavel Volgarev |
2020-01-21 | copyright: fix year ranges | Daniel Stenberg |
2020-01-21 | http: move "oauth_bearer" from connectdata to Curl_easy | nao |
2020-01-20 | http.h: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-20 | HTTP: increase EXPECT_100_THRESHOLD to 1Mb | 加藤郁之 |
2020-01-16 | wolfssl: use the wc-prefixed symbol alternatives | Daniel Stenberg |
2020-01-16 | polarssl: removed | Daniel Stenberg |
2020-01-16 | libssh2: fix variable type | Marcel Raad |
2020-01-15 | wolfssh: set the password correctly for PASSWORD auth | Daniel Stenberg |
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 |