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