Skip to content
  1. Jun 30, 2018
  2. Jun 29, 2018
  3. Jun 28, 2018
    • 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. Jun 27, 2018
  5. Jun 25, 2018
  6. Jun 24, 2018
  7. Jun 23, 2018
  8. Jun 22, 2018
  9. Jun 21, 2018
  10. Jun 18, 2018
  11. Jun 17, 2018
  12. Jun 16, 2018
    • 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. Jun 15, 2018
  14. Jun 14, 2018