Age | Commit message (Expand) | Author |
2018-12-20 | http2: clear pause stream id if it gets closed | Daniel Stenberg |
2018-12-20 | wolfssl: Perform cleanup | David Garske |
2018-12-20 | mbedtls: follow-up VERIFYHOST fix from f097669248 | Daniel Stenberg |
2018-12-19 | cookies: extend domain checks to non psl builds | Daniel Gustafsson |
2018-12-19 | smb: fix incorrect path in request if connection reused | Matus Uzak |
2018-12-17 | mbedtls: use VERIFYHOST | Daniel Stenberg |
2018-12-17 | pingpong: change default response timeout to 120 seconds | Daniel Stenberg |
2018-12-17 | pingpong: ignore regular timeout in disconnect phase | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-14 | darwinssl: accept setting max-tls with default min-tls | Daniel Stenberg |
2018-12-13 | gopher: fix memory leak from 9026083ddb2a9 | Daniel Stenberg |
2018-12-13 | gopher: always include the entire gopher-path in request | Leonardo Taccari |
2018-12-13 | urlapi: distinguish possibly empty query | Leonardo Taccari |
2018-12-13 | cookies: leave secure cookies alone | Daniel Gustafsson |
2018-12-12 | urlapi: Fix port parsing of eol colon | Daniel Gustafsson |
2018-12-12 | Curl_follow: extract the Location: header field unvalidated | Daniel Stenberg |
2018-12-11 | multi: convert two timeout variables to timediff_t | Daniel Stenberg |
2018-12-11 | tests: add urlapi unittest | Daniel Gustafsson |
2018-12-11 | urlapi: fix portnumber parsing for ipv6 zone index | Daniel Gustafsson |
2018-12-11 | http: fix HTTP auth to include query in URI | Jay Satiro |
2018-12-11 | http: don't set CURLINFO_CONDITION_UNMET for http status code 204 | Michael Kaufmann |
2018-12-11 | ldap: fix LDAP URL parsing regressions | Samuel Surtees |
2018-12-10 | (lib)curl.rc: fixup for minor bugs | Stefan Kanthak |
2018-12-09 | cookies: expire "Max-Age=0" immediately | Daniel Stenberg |
2018-12-08 | Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1 | Johannes Schindelin |
2018-12-07 | openssl: fix unused variable compiler warning with old openssl | Ben Greear |
2018-12-07 | NTLM: force the connection to HTTP/1.1 | Johannes Schindelin |
2018-12-07 | curl_global_sslset(): id == -1 is not necessarily an error | Johannes Schindelin |
2018-12-06 | doh: fix memory leak in OOM situation | Daniel Stenberg |
2018-12-05 | doh: make it work for h2-disabled builds too | Daniel Stenberg |
2018-12-05 | openssl: do not use file BIOs if not requested | Gergely Nagy |
2018-12-05 | nss: Fix compatibility with nss versions 3.14 to 3.15 | Paul Howarth |
2018-12-05 | nss: Improve info message when falling back SSL protocol | Paul Howarth |
2018-12-05 | nss: Fall back to latest supported SSL version | Paul Howarth |
2018-12-03 | checksrc: add COPYRIGHTYEAR check | Daniel Gustafsson |
2018-11-29 | connect: fix building for recent versions of Minix | Sevan Janiyan |
2018-11-26 | doh: fix typo in infof call | Daniel Gustafsson |
2018-11-25 | curl_easy_perform: fix timeout handling | Daniel Stenberg |
2018-11-23 | cookies: create the cookiejar even if no cookies to save | Daniel Stenberg |
2018-11-23 | checksrc: ban snprintf use, add command line flag to override warns | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-22 | host names: allow trailing dot in name resolve, then strip it | Tobias Hintze |
2018-11-21 | openssl: support session resume with TLS 1.3 | Michael Kaufmann |
2018-11-21 | ssl: fix compilation with OpenSSL 0.9.7 | Michael Kaufmann |
2018-11-21 | openssl: disable TLS renegotiation with BoringSSL | Daniel Stenberg |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
2018-11-20 | ntlm: Remove redundant ifdef USE_OPENSSL | pkubaj |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-17 | openssl: Remove SSLEAY leftovers | Daniel Gustafsson |
2018-11-16 | http_negotiate: do not close connection until negotiation is completed | Elia Tufarolo |