Age | Commit message (Expand) | Author |
2019-11-18 | ngtcp2: use overflow buffer for extra HTTP/3 data | Javier Blazquez |
2019-11-18 | altsvc: bump to h3-24 | Daniel Stenberg |
2019-11-18 | ngtcp2: free used resources on disconnect | Daniel Stenberg |
2019-11-18 | ngtcp2: handle key updates as ngtcp2 master branch tells us | Daniel Stenberg |
2019-11-17 | multi: Fix curl_multi_poll wait when extra_fds && !extra_nfds | Gergely Nagy |
2019-11-17 | lib: Move lib/ssh.h -> lib/vssh/ssh.h | Jay Satiro |
2019-11-16 | doh: improced both encoding and decoding | Niall |
2019-11-16 | ngtcp2: increase QUIC window size when data is consumed | Daniel Stenberg |
2019-11-14 | config-win32: cpu-machine-OS for Windows on ARM | Melissa Mears |
2019-11-14 | multi_poll: avoid busy-loop when called without easy handles attached | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-11-12 | openssl: prevent recursive function calls from ctx callbacks | Daniel Stenberg |
2019-11-11 | remove_handle: clear expire timers after multi_done() | Daniel Stenberg |
2019-11-10 | pause: avoid updating socket if done was already called | Daniel Stenberg |
2019-11-09 | strerror: Fix an error looking up some Windows error strings | Jay Satiro |
2019-11-08 | checksrc: repair the copyrightyear check | Daniel Stenberg |
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg |
2019-11-07 | ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set | Christian Schmitz |
2019-11-06 | build: fix for CURL_DISABLE_DOH | Wyatt O'Day |
2019-11-02 | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz |
2019-11-02 | mbedtls: add error message for cert validity starting in the future | Bastien Bouclet |
2019-11-01 | schannel_verify: Fix concurrent openings of CA file | Jay Satiro |
2019-10-31 | gtls: make gnutls_bye() not wait for response on shutdown | Daniel Stenberg |
2019-10-30 | url: make Curl_close() NULLify the pointer too | Daniel Stenberg |
2019-10-29 | url: Curl_free_request_state() should also free doh handles | Daniel Stenberg |
2019-10-28 | HTTP3: fix invalid use of sendto for connected UDP socket | Javier Blazquez |
2019-10-28 | HTTP3: fix Windows build | Javier Blazquez |
2019-10-24 | schannel: reverse the order of certinfo insertions | Francois Rivard |
2019-10-23 | conn-reuse: requests wanting NTLM can reuse non-NTLM connections | Daniel Stenberg |
2019-10-18 | http2_recv: a closed stream trumps pause state | Daniel Stenberg |
2019-10-18 | http2: expire a timeout at end of stream | Daniel Stenberg |
2019-10-16 | url: normalize CURLINFO_EFFECTIVE_URL | Daniel Stenberg |
2019-10-13 | security: silence conversion warning | Marcel Raad |
2019-10-13 | connect: silence sign-compare warning | Marcel Raad |
2019-10-10 | socketpair: fix include and define for older TCP header systems | Harry Sintonen |
2019-10-10 | socketpair: fix double-close in error case | Daniel Stenberg |
2019-10-10 | gskit: use the generic Curl_socketpair | Daniel Stenberg |
2019-10-10 | asyn-thread: make use of Curl_socketpair() where available | Daniel Stenberg |
2019-10-10 | socketpair: an implemention for Windows and more | Daniel Stenberg |
2019-10-09 | connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT | Daniel Stenberg |
2019-10-05 | ldap: fix OOM error on missing query string | Nicolas |
2019-10-05 | build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines | Paul B. Omta |
2019-10-04 | ngtcp2: adapt to API change | Daniel Stenberg |
2019-10-03 | cookies: change argument type for Curl_flush_cookies | Daniel Stenberg |
2019-10-03 | http2: move state-init from creation to pre-transfer | Daniel Stenberg |
2019-10-03 | urlapi: fix use-after-free bug | Daniel Stenberg |
2019-10-03 | cookie: avoid harmless use after free | Paul Dreik |
2019-10-02 | ESNI: initial build/setup | Niall |
2019-10-02 | redirect: when following redirects to an absolute URL, URL encode it | Daniel Stenberg |
2019-10-02 | urlapi: fix URL encoding when setting a full URL | Daniel Stenberg |