Age | Commit message (Expand) | Author |
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 |
2019-10-02 | CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt | Kunal Ekawde |
2019-10-02 | chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error | Daniel Stenberg |
2019-10-01 | checksrc: fix uninitialized variable warning | Marcel Raad |
2019-10-01 | urlapi: fix unused variable warning | Marcel Raad |
2019-10-01 | lib: silence conversion warnings | Marcel Raad |
2019-09-30 | altsvc: accept quoted ma and persist values | Daniel Stenberg |
2019-09-29 | quiche: update HTTP/3 config creation to new API | lucas |
2019-09-28 | cookies: using a share with cookies shouldn't enable the cookie engine | Daniel Stenberg |
2019-09-27 | setopt: handle ALTSVC set to NULL | Daniel Stenberg |
2019-09-27 | FTP: url-decode path before evaluation | Zenju |
2019-09-27 | vtls: Fix comment typo about macosx-version-min compiler flag | julian |
2019-09-26 | quiche: don't close connection at end of stream! | Daniel Stenberg |
2019-09-26 | quiche: set 'drain' when returning without having drained the queues | Daniel Stenberg |
2019-09-26 | Revert "FTP: url-decode path before evaluation" | Daniel Stenberg |
2019-09-26 | FTP: url-decode path before evaluation | Zenju |
2019-09-26 | openssl: use strerror on SSL_ERROR_SYSCALL | Daniel Stenberg |