1. 05 Feb, 2019 1 commit
  2. 02 Feb, 2019 4 commits
  3. 01 Feb, 2019 4 commits
  4. 10 Aug, 2018 2 commits
  5. 27 May, 2018 1 commit
  6. 23 May, 2018 1 commit
  7. 13 May, 2018 1 commit
  8. 10 Mar, 2018 1 commit
    • Manuel Segura's avatar
      Pull request to merge porting to WindRiver VxWorks 6.x (#2966) · 4726f726
      Manuel Segura authored
      * Problem: Still need to port over more files to VxWorks 6.x
      
      Solution: Port more files to VxWorks 6.x
      
      * Problem: Need to port over remaining files to VxWorks 6.x. Also remove POSIX thread dependency for VxWorks (because of priority inversion problem in POSIX mutexes with VxWorks 6.x processes)
      
      Solution: Port over remaining files to VxWorks 6.x. Also removed POSIX thread dependency for VxWorks
      
      * Problem: Needed to modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x.
      
      Solution:  Modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x
      4726f726
  9. 02 Feb, 2018 1 commit
  10. 18 Nov, 2017 1 commit
  11. 06 Oct, 2017 1 commit
  12. 05 Oct, 2017 1 commit
  13. 04 Jan, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: peer can close connection before SO_NOSIGPIPE is set · 31a3a068
      Luca Boccassi authored
      Solution: setsockopt returns EINVAL if the connection was closed by
      the peer after the accept returned a valid socket. This is a valid
      network error and should not cause an assert.
      To handle this we have to extract the setsockopt from the stream
      engine, as there's no clean way to return an error from the
      constructor. Instead, try to set this option before creating the
      engine in the callers, and return immediately as if the accept
      had failed to avoid churn. Do the same for the connect calls by
      setting the option in open_socket, so that the option for that
      case is set even before connecting, so there's no possible race
      condition.
      Since this has to be done in 4 places (tcp/ipc listener, socks
      connecter and open_socket) add an utility function in ip.cpp.
      Fixes #1442
      31a3a068
  14. 30 Jul, 2016 2 commits
  15. 09 Jun, 2016 1 commit
  16. 10 Apr, 2016 2 commits
  17. 14 Mar, 2016 1 commit
  18. 28 Feb, 2016 1 commit
  19. 18 Feb, 2016 1 commit
  20. 09 Feb, 2016 1 commit
  21. 08 Feb, 2016 1 commit
  22. 04 Feb, 2016 1 commit
  23. 28 Jan, 2016 1 commit
  24. 02 Jun, 2015 1 commit
  25. 22 Jan, 2015 1 commit
  26. 03 Jul, 2014 1 commit
  27. 02 Apr, 2014 1 commit
  28. 02 Jan, 2014 1 commit
  29. 20 Dec, 2013 1 commit
  30. 19 Dec, 2013 1 commit
  31. 06 Dec, 2013 1 commit