Age | Commit message (Expand) | Author |
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 |
2019-09-26 | url: don't set appconnect time for non-ssl/non-ssh connections | Jay Satiro |
2019-09-25 | ngtcp2: remove fprintf() calls | Daniel Stenberg |
2019-09-25 | url: fix the NULL hostname compiler warning case | Jay Satiro |
2019-09-25 | altsvc: correct the #ifdef for the ngtcp2 backend | Daniel Stenberg |
2019-09-25 | altsvc: save h3 as h3-23 | Daniel Stenberg |
2019-09-24 | urlapi: question mark within fragment is still fragment | Daniel Stenberg |
2019-09-24 | os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr, | Patrick Monnerat |
2019-09-24 | strcase: fix raw lowercasing the letter X | Lucas Pardue |
2019-09-23 | http2: Expression 'stream->stream_id != - 1' is always true | Daniel Stenberg |
2019-09-23 | http2: A value is being subtracted from the unsigned variable | Daniel Stenberg |
2019-09-23 | libssh: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-23 | libssh: part of conditional expression is always true | Daniel Stenberg |
2019-09-23 | libssh: The expression is excessive or contains a misprint | Daniel Stenberg |
2019-09-23 | quiche: The expression must be surrounded by parentheses | Daniel Stenberg |