1. 28 Jun, 2015 6 commits
  2. 27 Jun, 2015 6 commits
  3. 26 Jun, 2015 2 commits
  4. 24 Jun, 2015 7 commits
  5. 22 Jun, 2015 6 commits
  6. 21 Jun, 2015 1 commit
  7. 20 Jun, 2015 3 commits
  8. 17 Jun, 2015 2 commits
  9. 15 Jun, 2015 5 commits
  10. 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
  11. 12 Jun, 2015 1 commit
    • Vittorio Giovara's avatar
      fft-test: Use the float fabs() version · 3b73d5c9
      Vittorio Giovara authored
      Fixes clang warning "absolute value function 'fabsf' given an argument
      of type 'double' but has parameter of type 'float' which may cause
      truncation of value [-Wabsolute-value]".
      3b73d5c9