Skip to content
  1. Jul 09, 2018
  2. Jul 08, 2018
  3. Jul 06, 2018
  4. Jul 05, 2018
  5. Jul 02, 2018
  6. Jul 01, 2018
    • Gisle Vanem's avatar
      telnet: fix clang warnings · ab4cf996
      Gisle Vanem authored
      telnet.c(1401,28): warning: cast from function call of type 'int' to
      non-matching type 'HANDLE' (aka 'void *') [-Wbad-function-cast]
      
      Fixes #2696
      Closes #2700
      ab4cf996
  7. Jun 30, 2018
  8. Jun 29, 2018
  9. 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
  10. Jun 27, 2018
  11. Jun 25, 2018
  12. Jun 24, 2018
  13. Jun 23, 2018
    • Daniel Stenberg's avatar
      netrc: use a larger buffer · a3b7cb7e
      Daniel Stenberg authored
      ... to work with longer passwords etc. Grow it from a 256 to a 4096
      bytes buffer.
      
      Reported-by: Dario Nieuwenhuis
      Fixes #2676
      Closes #2680
      a3b7cb7e