1. 11 Sep, 2015 1 commit
  2. 06 Jun, 2015 1 commit
  3. 23 Dec, 2014 1 commit
  4. 07 Dec, 2014 1 commit
  5. 14 Oct, 2014 1 commit
  6. 25 Jul, 2014 1 commit
  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. 29 Apr, 2014 1 commit
  9. 03 Mar, 2014 1 commit
  10. 13 Feb, 2014 1 commit
  11. 29 Jan, 2014 1 commit
  12. 05 Nov, 2013 1 commit
  13. 18 Oct, 2013 1 commit
  14. 30 Sep, 2013 1 commit
  15. 20 Sep, 2013 1 commit
  16. 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
  17. 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
  18. 17 Jan, 2013 1 commit
  19. 19 Oct, 2012 1 commit
  20. 21 Sep, 2012 1 commit
  21. 07 Sep, 2012 1 commit
  22. 22 May, 2012 2 commits
  23. 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
  24. 16 Mar, 2012 1 commit
  25. 16 Feb, 2012 2 commits
  26. 15 Feb, 2012 1 commit
  27. 21 Nov, 2011 1 commit
  28. 06 Nov, 2011 1 commit
  29. 11 Jul, 2011 1 commit
  30. 24 Mar, 2011 1 commit
  31. 23 Mar, 2011 1 commit
  32. 04 Sep, 2010 3 commits
  33. 11 Aug, 2010 1 commit
  34. 04 Aug, 2010 2 commits
  35. 30 Jun, 2010 1 commit