1. 28 Mar, 2015 2 commits
  2. 27 Mar, 2015 6 commits
  3. 26 Mar, 2015 2 commits
  4. 25 Mar, 2015 10 commits
  5. 24 Mar, 2015 14 commits
  6. 23 Mar, 2015 4 commits
  7. 21 Mar, 2015 2 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