1. 30 Jun, 2018 1 commit
  2. 29 Jun, 2018 4 commits
  3. 28 Jun, 2018 1 commit
    • Adrian Peniak's avatar
      CURLINFO_TLS_SSL_PTR.3: improve the example · 24cb114c
      Adrian Peniak authored
      The previous example was a little bit confusing, because SSL* structure
      (or other "in use" SSL connection pointer) is not accessible after the
      transfer is completed, therefore working with the raw TLS library
      specific pointer needs to be done during transfer.
      
      Closes #2690
      24cb114c
  4. 27 Jun, 2018 7 commits
  5. 25 Jun, 2018 2 commits
  6. 24 Jun, 2018 2 commits
  7. 23 Jun, 2018 3 commits
  8. 22 Jun, 2018 1 commit
  9. 21 Jun, 2018 3 commits
  10. 18 Jun, 2018 1 commit
  11. 17 Jun, 2018 1 commit
  12. 16 Jun, 2018 1 commit
    • Daniel Stenberg's avatar
      multi: fix memory leak when stopped during name resolve · ac9a179f
      Daniel Stenberg authored
      When the application just started the transfer and then stops it while
      the name resolve in the background thread hasn't completed, we need to
      wait for the resolve to complete and then cleanup data accordingly.
      
      Enabled test 1553 again and added test 1590 to also check when the host
      name resolves successfully.
      
      Detected by OSS-fuzz.
      Closes #1968
      ac9a179f
  13. 15 Jun, 2018 7 commits
  14. 14 Jun, 2018 6 commits