1. 29 Oct, 2016 1 commit
  2. 28 Oct, 2016 5 commits
  3. 27 Oct, 2016 2 commits
  4. 23 Oct, 2016 4 commits
  5. 21 Oct, 2016 2 commits
  6. 18 Oct, 2016 2 commits
  7. 14 Oct, 2016 2 commits
  8. 12 Oct, 2016 1 commit
    • Jens Auer's avatar
      Fixed problems from previous PR for #2158 (#2160) · b0313259
      Jens Auer authored
      * - Fixed windows build errors
      - Extended monitor lock scope to prevent race-condition between
        process_stop and monitor
      
      * - Fixed windows build errors
      - Extended monitor lock scope to prevent race-condition between
        process_stop and monitor
      b0313259
  9. 11 Oct, 2016 3 commits
  10. 10 Oct, 2016 3 commits
  11. 09 Oct, 2016 2 commits
  12. 07 Oct, 2016 2 commits
  13. 04 Oct, 2016 2 commits
  14. 03 Oct, 2016 2 commits
  15. 01 Oct, 2016 5 commits
  16. 29 Sep, 2016 2 commits
    • Luca Boccassi's avatar
      Merge pull request #2145 from minrk/zmq-poll-repeat · 6c166937
      Luca Boccassi authored
      allow duplicate entries in zmq_poller_poll
      6c166937
    • 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