Skip to content
  1. Sep 29, 2017
    • Anders Bakken's avatar
      connect: fix race condition with happy eyeballs timeout · 49d75a4c
      Anders Bakken authored
      The timer should be started after conn->connecttime is set. Otherwise
      the timer could expire without this condition being true:
      
          /* should we try another protocol family? */
          if(i == 0 && conn->tempaddr[1] == NULL &&
            curlx_tvdiff(now, conn->connecttime) >= HAPPY_EYEBALLS_TIMEOUT) {
      
      Ref: #1928
      49d75a4c
  2. Sep 28, 2017
  3. Sep 27, 2017
    • Daniel Stenberg's avatar
      curl.h: include <sys/select.h> on cygwin too · 6aa86c49
      Daniel Stenberg authored
      When building with -std=c++14 on cygwin, this header won't be
      automatically included as it otherwise is.
      
      The <sys/select.h> include decision should ideally be reversed and be
      avoided where that header file doesn't exist.
      
      Reported-by: Ian Fette
      Fixes #1925
      6aa86c49
  4. Sep 25, 2017
  5. Sep 24, 2017
  6. Sep 23, 2017
  7. Sep 22, 2017
  8. Sep 21, 2017
  9. Sep 20, 2017
  10. Sep 19, 2017
  11. Sep 18, 2017
  12. Sep 16, 2017
  13. Sep 15, 2017