1. 06 Jun, 2015 1 commit
  2. 23 Dec, 2014 1 commit
  3. 07 Dec, 2014 1 commit
  4. 14 Oct, 2014 1 commit
  5. 25 Jul, 2014 1 commit
  6. 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
  7. 29 Apr, 2014 1 commit
  8. 03 Mar, 2014 1 commit
  9. 13 Feb, 2014 1 commit
  10. 29 Jan, 2014 1 commit
  11. 05 Nov, 2013 1 commit
  12. 18 Oct, 2013 1 commit
  13. 30 Sep, 2013 1 commit
  14. 20 Sep, 2013 1 commit
  15. 15 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Added z85 codec to ZMQ API · 576e3ca5
      Pieter Hintjens authored
      * Removed redundant Z85 code and include files from project
      * Simplified use of headers in test cases (now they all just use testutil.hpp)
      * Export zmq_z85_encode() and zmq_z85_decode() in API
      * Added man pages for these two functions
      576e3ca5
  16. 15 May, 2013 1 commit
    • Pieter Hintjens's avatar
      Added configuration for PLAIN security · e1f797b0
      Pieter Hintjens authored
      * ZMQ_PLAIN_SERVER, ZMQ_PLAIN_USERNAME, ZMQ_PLAIN_PASSWORD options
      * Man page changes to zmq_setsockopt and zmq_getsockopt
      * Man pages for ZMQ_NULL, ZMQ_PLAIN, and ZMQ_CURVE
      * Test program test_security
      e1f797b0
  17. 17 Jan, 2013 1 commit
  18. 19 Oct, 2012 1 commit
  19. 21 Sep, 2012 1 commit
  20. 07 Sep, 2012 1 commit
  21. 22 May, 2012 2 commits
  22. 20 Mar, 2012 1 commit
    • Pieter Hintjens's avatar
      Fixed issues #337, #341, and #340 · 6e71a54b
      Pieter Hintjens authored
      * Implemented new ctx API (_new, _destroy, _get, _set)
      * Removed 'typesafe' macros from zmq.h
      * Added support for MAX_SOCKETS (was tied into change for #337)
      * Created new man pages
      6e71a54b
  23. 16 Mar, 2012 1 commit
  24. 16 Feb, 2012 2 commits
  25. 15 Feb, 2012 1 commit
  26. 21 Nov, 2011 1 commit
  27. 06 Nov, 2011 1 commit
  28. 11 Jul, 2011 1 commit
  29. 24 Mar, 2011 1 commit
  30. 23 Mar, 2011 1 commit
  31. 04 Sep, 2010 3 commits
  32. 11 Aug, 2010 1 commit
  33. 04 Aug, 2010 2 commits
  34. 30 Jun, 2010 1 commit
  35. 03 Jun, 2010 1 commit