1. 08 Nov, 2017 1 commit
  2. 02 Nov, 2017 1 commit
  3. 26 Oct, 2017 3 commits
  4. 25 Oct, 2017 2 commits
  5. 24 Oct, 2017 1 commit
  6. 23 Oct, 2017 1 commit
  7. 22 Oct, 2017 1 commit
  8. 21 Oct, 2017 1 commit
  9. 18 Oct, 2017 1 commit
  10. 17 Oct, 2017 1 commit
  11. 16 Oct, 2017 1 commit
    • f18m's avatar
      Background threads enhancements (#2778) · bfbb4ff2
      f18m authored
      * Background thread scheduling 
      
      - add ZMQ_THREAD_AFFINITY ctx option; set all thread scheduling options
      from the context of the secondary thread instead of using the main
      process thread context!
      - change ZMQ_THREAD_PRIORITY to support setting NICE of the background
      thread when using SCHED_OTHER
      bfbb4ff2
  12. 09 Oct, 2017 4 commits
  13. 06 Oct, 2017 1 commit
  14. 05 Oct, 2017 1 commit
  15. 03 Oct, 2017 1 commit
    • Christopher Hall's avatar
      add __FreeBSD__ to ifdefs · 997825bd
      Christopher Hall authored
      On FreeBSD the sysmbol __FreeBSD_kernel__ is only defines if a
      specific param.h file is included, unlike Debian/kFreeBSD where this
      symbol is always defined.  So also compile the FreeBSD specific code
      if __FreeBSD__ is defined for FreeBSD 11 & 12 compatibility.
      Signed-off-by: 's avatarChristopher Hall <hsw@ms2.hinet.net>
      997825bd
  16. 19 Sep, 2017 9 commits
  17. 18 Sep, 2017 2 commits
  18. 12 Sep, 2017 1 commit
    • Marc Sune's avatar
      Problem: duplicated socket_poller::wait() code · 5b929895
      Marc Sune authored
      zmq::socket_poller_t::wait() had an important set of common lines
      between POLL and SELECT variant.
      
      Solution: refactor zmq::socket_poller_t::wait() and add the
      following methods:
      
      zmq::socket_poller_t::zero_trail_events()
      zmq::socket_poller_t::check_events()
      zmq::socket_poller_t::adjust_timeout()
      Signed-off-by: 's avatarMarc Sune <mardevel@gmail.com>
      5b929895
  19. 07 Sep, 2017 4 commits
  20. 06 Sep, 2017 3 commits