1. 27 Mar, 2015 5 commits
  2. 26 Mar, 2015 2 commits
  3. 25 Mar, 2015 10 commits
  4. 24 Mar, 2015 14 commits
  5. 23 Mar, 2015 4 commits
  6. 21 Mar, 2015 5 commits
    • Dan Fandrich's avatar
      test1513: eliminated race condition in test run · 148207e2
      Dan Fandrich authored
      It seems that some systems (e.g. fairly consistently in some recent
      Solaris autobuilds) would manage to get to the connect phase before the
      progress callback was called, resulting in a CURLE_COULDNT_CONNECT
      error. Reworked the test to point at a test server that never returns a
      full result so the progress callback always gets a chance to be called
      before the transfer can complete in some other way.
      148207e2
    • Nick Zitzmann's avatar
      darwinsssl: add support for TLS False Start · 7f5a1704
      Nick Zitzmann authored
      TLS False Start support requires iOS 7.0 or later, or OS X 10.9 or later.
      7f5a1704
    • Daniel Stenberg's avatar
      gtls: add check of return code · ed429b72
      Daniel Stenberg authored
      Coverity CID 1291167 pointed out that 'rc' was received but never used when
      gnutls_credentials_set() was used. Added return code check now.
      ed429b72
    • Daniel Stenberg's avatar
      gtls: dereferencing NULL pointer · fea13a17
      Daniel Stenberg authored
      Coverity CID 1291165 pointed out 'chainp' could be dereferenced when
      NULL if gnutls_certificate_get_peers() had previously failed.
      fea13a17
    • Daniel Stenberg's avatar
      gtls: avoid uninitialized variable. · 5f6f9e8b
      Daniel Stenberg authored
      Coverity CID 1291166 pointed out that we could read this variable
      uninitialized.
      5f6f9e8b