1. 24 Jun, 2015 4 commits
  2. 22 Jun, 2015 6 commits
  3. 21 Jun, 2015 1 commit
  4. 20 Jun, 2015 3 commits
  5. 17 Jun, 2015 2 commits
  6. 15 Jun, 2015 5 commits
  7. 14 Jun, 2015 1 commit
    • wm4's avatar
      tls_gnutls: fix hang on disconnection · 74ea1167
      wm4 authored
      GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server's
      termination reply. But since we don't shutdown the TCP connection at
      this point yet, GnuTLS will just keep skipping actual data from the
      server, which basically is perceived as hang.
      
      Use GNUTLS_SHUT_WR instead, which doesn't have this problem.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      74ea1167
  8. 12 Jun, 2015 14 commits
  9. 10 Jun, 2015 4 commits