1. 14 Oct, 2017 3 commits
  2. 13 Oct, 2017 3 commits
  3. 12 Oct, 2017 5 commits
  4. 11 Oct, 2017 3 commits
  5. 10 Oct, 2017 4 commits
  6. 09 Oct, 2017 7 commits
  7. 08 Oct, 2017 10 commits
  8. 07 Oct, 2017 3 commits
  9. 06 Oct, 2017 2 commits
    • Daniel Stenberg's avatar
      pingpong: return error when trying to send without connection · 5b54df06
      Daniel Stenberg authored
      When imap_done() got called before a connection is setup, it would try
      to "finish up" and dereffed a NULL pointer.
      
      Test case 1553 managed to reproduce. I had to actually use a host name
      to try to resolve to slow it down, as using the normal local server IP
      will make libcurl get a connection in the first curl_multi_perform()
      loop and then the bug doesn't trigger.
      
      Fixes #1953
      Assisted-by: Max Dymond
      5b54df06
    • Dan Fandrich's avatar
      tests: added flaky keyword to tests 587 and 644 · 0af5ac27
      Dan Fandrich authored
      These are around 5% flaky in my Linux x86 autobuilds.
      0af5ac27