1. 11 Jul, 2018 1 commit
  2. 10 Jul, 2018 2 commits
  3. 09 Jul, 2018 9 commits
  4. 08 Jul, 2018 1 commit
  5. 06 Jul, 2018 6 commits
  6. 05 Jul, 2018 3 commits
  7. 02 Jul, 2018 5 commits
  8. 01 Jul, 2018 1 commit
    • 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
  9. 30 Jun, 2018 1 commit
  10. 29 Jun, 2018 4 commits
  11. 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
  12. 27 Jun, 2018 6 commits