1. 25 Jun, 2014 1 commit
    • Joel Lauener's avatar
      Allow change of pthread priority · 112ef6f1
      Joel Lauener authored
      Rationale: In a real-time environment it is sometime mandatory to tune
      threads priority and scheduling policy. This is required by our users
      who mixes real-time and server threads within
      the same process. It's not planned to support this on non-pthread
      platforms (e.g. Windows).
      112ef6f1
  2. 24 Jun, 2014 4 commits
  3. 23 Jun, 2014 5 commits
  4. 22 Jun, 2014 6 commits
  5. 20 Jun, 2014 2 commits
  6. 19 Jun, 2014 2 commits
  7. 18 Jun, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: need way to probe library capabilities · f11d673b
      Pieter Hintjens authored
      As libzmq is compiled with optional transports and security mechanisms,
      there is no clean way for applications to determine what capabilities
      are actually available in a given libzmq instance.
      
      Solution: provide an API specifically for capability reporting. The
      zmq_has () method is meant to be open ended. It accepts a string so
      that we can add arbitrary capabilities without breaking existing
      applications.
      
      zmq.h also defines ZMQ_HAS_CAPABILITIES when this method is provided.
      f11d673b
  8. 17 Jun, 2014 6 commits
  9. 16 Jun, 2014 1 commit
  10. 15 Jun, 2014 2 commits
  11. 11 Jun, 2014 2 commits
  12. 10 Jun, 2014 5 commits
  13. 07 Jun, 2014 2 commits
  14. 06 Jun, 2014 1 commit