1. 18 May, 2018 2 commits
  2. 14 May, 2018 5 commits
  3. 10 Mar, 2018 2 commits
    • Luca Boccassi's avatar
      Problem: formatting issues in the CI · 8d544ef1
      Luca Boccassi authored
      Solution: commit clang-format-diff
      8d544ef1
    • 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
  4. 05 Mar, 2018 1 commit
  5. 13 Feb, 2018 1 commit
    • Simon Giesecke's avatar
      Problem: network initialization and shutdown functions not available for · e8e24030
      Simon Giesecke authored
      reuse
      
      Solution: extract into functions defined in ip.hpp
      
      Problem: signaler_t::make_fdpair not reusable
      
      Solution: move make_fdpair to ip.hpp
      
      Problem: epoll worker with no fds cannot be stopped
      
      Solution: use interruptible epoll_pwait call
      
      Problem: insufficient unit tests for poller
      
      Solution: add test cases
      e8e24030
  6. 02 Feb, 2018 1 commit
  7. 31 Jan, 2018 1 commit
  8. 19 Sep, 2017 1 commit
  9. 07 Sep, 2017 1 commit
  10. 06 Sep, 2017 1 commit
  11. 01 Sep, 2017 3 commits
  12. 22 Aug, 2017 4 commits
  13. 06 May, 2017 1 commit
  14. 14 Apr, 2017 1 commit
  15. 04 Apr, 2017 1 commit
  16. 27 Mar, 2017 1 commit
  17. 26 Mar, 2017 1 commit
  18. 19 Jan, 2017 1 commit
  19. 15 Dec, 2016 1 commit
  20. 10 Dec, 2016 1 commit
  21. 21 Nov, 2016 1 commit
  22. 31 Oct, 2016 1 commit
  23. 04 Oct, 2016 1 commit
  24. 01 Oct, 2016 1 commit
  25. 29 Sep, 2016 3 commits
    • Min RK's avatar
      allow duplicate entries in zmq_poller_poll · fb5a04e2
      Min RK authored
      This should restore full compatibility with earlier zmq_poll behavior.
      
      It complicates things a little bit, as collisions must be detected, and when collisions are found:
      
      - event masks must be merged
      - pollitems, events arrays are no longer co-ordered
      
      Reverts the recent zmq_proxy patch to workaround the lack of repeat-item support in zmq_poll that is now fixed.
      fb5a04e2
    • Min RK's avatar
      zmq_poll returns 0 on timeout · 310dafbc
      Min RK authored
      not -1, ETIMEDOUT like zmq_poller
      310dafbc
    • Min RK's avatar
      socket_poller::wait returns only triggered events · 718608ce
      Min RK authored
      Return value is the number of events found. This also propagates to the return value of zmq_poller_wait_all.
      
      zmq_poller_wait was only returning events on the first-registered socket.
      718608ce
  26. 28 Sep, 2016 2 commits