1. 01 Jul, 2014 1 commit
  2. 29 Jun, 2014 2 commits
  3. 27 Jun, 2014 2 commits
  4. 25 Jun, 2014 10 commits
  5. 24 Jun, 2014 4 commits
  6. 23 Jun, 2014 5 commits
  7. 22 Jun, 2014 6 commits
  8. 20 Jun, 2014 2 commits
  9. 19 Jun, 2014 2 commits
  10. 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
  11. 17 Jun, 2014 5 commits