Age | Commit message (Expand) | Author |
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 |
2019-09-23 | vauth: The parameter 'status' must be surrounded by parentheses | Daniel Stenberg |
2019-09-23 | doh: allow only http and https in debug mode | Paul Dreik |
2019-09-23 | doh: return early if there is no time left | Paul Dreik |
2019-09-23 | http: lowercase headernames for HTTP/2 and HTTP/3 | Barry Pollard |
2019-09-23 | vtls: fix narrowing conversion warnings | Marcel Raad |
2019-09-22 | openssl: fix compiler warning with LibreSSL | Marcel Raad |
2019-09-21 | socks: Fix destination host shown on SOCKS5 error | Jay Satiro |
2019-09-21 | altsvc: both backends run h3-23 now | Daniel Stenberg |
2019-09-21 | http: fix warning on conversion from int to bit | Daniel Stenberg |
2019-09-21 | urldata: use 'bool' for the bit type on MSVC compilers | Daniel Stenberg |
2019-09-21 | FTP: FTPFILE_NOCWD: avoid redundant CWDs | Zenju |
2019-09-21 | cookie: pass in the correct cookie amount to qsort() | Daniel Stenberg |
2019-09-21 | urlapi: avoid index underflow for short ipv6 hostnames | Paul Dreik |
2019-09-21 | ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23 | Tatsuhiro Tsujikawa |
2019-09-20 | libssh2: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-20 | urlapi: Expression 'storep' is always true | Daniel Stenberg |
2019-09-20 | urlapi: 'scheme' is always true | Daniel Stenberg |
2019-09-20 | urlapi: part of conditional expression is always true: (relurl[0] == '/') | Daniel Stenberg |
2019-09-20 | setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly | Daniel Stenberg |
2019-09-20 | mime: make Curl_mime_duppart() assert if called without valid dst | Daniel Stenberg |