1. 27 Sep, 2016 4 commits
    • Min RK's avatar
      add n_events argument to zmq_poller_wait_all · de7fc1fc
      Min RK authored
      avoids unnecessary heap allocations, races on the number of items
      de7fc1fc
    • Doron Somech's avatar
      Merge pull request #2128 from minrk/multi-event-poller · 187b4bff
      Doron Somech authored
      Problem: zmq_poller only signals one event
      187b4bff
    • Min RK's avatar
      Problem: zmq_poller only signals one event · 2bc97966
      Min RK authored
      Solution: zmq_poller_wait_all signals all events
      
      allows signaling multiple events with one call to zmq_poller_wait_all
      rather than emitting only one event.
      
      this prepares for zmq_poll being based on zmq_poller,
      which requires events for all sockets rather than just one.
      2bc97966
    • Laughing's avatar
      fix bugs of the pollset (#2127) · 555a0877
      Laughing authored
      * fix bugs of the pollset
      
      1. extend 'fd_table' when fd_ is greater or equal than the size of 'fd_table';
      2. delete specific fd from pollset before reset pollin or pollout according the description of AIX document
      
      * fix bugs of the pollset
      
      edit error. remove extra spaces and paste fault
      
      * fix bugs of pollset
      
      remove character '-' at the end line.
      555a0877
  2. 25 Sep, 2016 4 commits
  3. 24 Sep, 2016 4 commits
  4. 23 Sep, 2016 2 commits
  5. 21 Sep, 2016 6 commits
  6. 20 Sep, 2016 7 commits
  7. 17 Sep, 2016 9 commits
  8. 14 Sep, 2016 2 commits
  9. 12 Sep, 2016 2 commits