Skip to content
  1. Feb 27, 2019
  2. Feb 26, 2019
  3. Feb 25, 2019
  4. Feb 24, 2019
    • Daniel Stenberg's avatar
      multi: call multi_done on connect timeouts · aa7b813a
      Daniel Stenberg authored
      Failing to do so would make the CURLINFO_TOTAL_TIME timeout to not get
      updated correctly and could end up getting reported to the application
      completely wrong (way too small).
      
      Reported-by: accountantM on github
      Fixes #3602
      Closes #3605
      aa7b813a
  5. Feb 23, 2019
  6. Feb 22, 2019
  7. Feb 21, 2019
  8. Feb 20, 2019
  9. Feb 19, 2019
  10. Feb 18, 2019
  11. Feb 16, 2019
    • Daniel Gustafsson's avatar
      cookie: Add support for cookie prefixes · e6522522
      Daniel Gustafsson authored
      
      
      The draft-ietf-httpbis-rfc6265bis-02 draft, specify a set of prefixes
      and how they should affect cookie initialization, which has been
      adopted by the major browsers. This adds support for the two prefixes
      defined, __Host- and __Secure, and updates the testcase with the
      supplied examples from the draft.
      
      Closes #3554
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      e6522522