Skip to content
Snippets Groups Projects
  1. May 03, 2021
  2. Apr 08, 2021
  3. Mar 19, 2021
  4. Jan 06, 2021
  5. Nov 11, 2020
  6. Oct 29, 2020
  7. Oct 27, 2020
  8. Sep 07, 2020
  9. Sep 05, 2020
  10. Sep 04, 2020
  11. Jul 30, 2020
  12. Jul 28, 2020
  13. Jul 20, 2020
  14. Jun 04, 2020
  15. Apr 28, 2020
  16. Apr 14, 2020
  17. Apr 10, 2020
  18. Mar 06, 2020
  19. Dec 14, 2019
  20. Nov 12, 2019
  21. Nov 11, 2019
  22. Nov 10, 2019
  23. Nov 08, 2019
  24. Oct 31, 2019
  25. Oct 29, 2019
  26. Oct 03, 2019
    • Steffen Michels's avatar
      Merge branch 'fix-timout-linux' into 'master' · bf749fab
      Steffen Michels authored
      fix timeout by checking the socket for errors
      
      Closes iTasks-SDK#348
      
      See merge request !4
      bf749fab
    • Mart Lubbers's avatar
      fix timeout by checking the socket for errors · f7616a16
      Mart Lubbers authored
      In the old situation when the connect didn't immediately return, the
      socket was placed in a select.
      An error was throws only when the socket was in the exceptset. However,
      sockets are only in the exceptset in very particular cases (see man
      select). Unable to connect is not one of those cases.
      
      Therefore to actually check if a connection was refused, the error
      status must be checked with getsockopt.
      f7616a16
Loading