1. 01 Jan, 2014 4 commits
  2. 23 Dec, 2013 1 commit
  3. 17 Dec, 2013 1 commit
  4. 06 Dec, 2013 2 commits
  5. 04 Dec, 2013 2 commits
  6. 25 Nov, 2013 1 commit
  7. 15 Nov, 2013 1 commit
  8. 13 Nov, 2013 1 commit
  9. 07 Nov, 2013 1 commit
  10. 05 Nov, 2013 1 commit
  11. 04 Nov, 2013 1 commit
    • Denis Mingulov's avatar
      Doc examples with zmq_msg_close usage - parameter is 'zmq_msg_t *' · bdf8bc31
      Denis Mingulov authored
      Documentation examples for zmq_msg_get and zmq_msg_more functions have an
      incorrect call to zmq_msg_close function - with 'zmq_msg_t' as a parameter
      despite 'zmq_msg_t *' is required, so it is impossible to compile these
      examples properly.
      
      Also for zmq_msg_get example - declaration of zmq_msg_t variable is added
      (like it is done in other examples).
      bdf8bc31
  12. 28 Oct, 2013 1 commit
  13. 23 Oct, 2013 2 commits
  14. 18 Oct, 2013 2 commits
  15. 14 Oct, 2013 1 commit
  16. 09 Oct, 2013 1 commit
  17. 07 Oct, 2013 1 commit
  18. 02 Oct, 2013 1 commit
  19. 30 Sep, 2013 1 commit
  20. 20 Sep, 2013 3 commits
  21. 17 Sep, 2013 1 commit
  22. 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
  23. 12 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Fixed overwrite in zmq_getsockopt · 345bf146
      Pieter Hintjens authored
      On ZMQ_CURVE_xxxKEY fetches, would return 41 bytes into caller's 40-byte
      buffer. Now these fetches only return 41 bytes if the caller explicitly
      provides a 41-byte buffer (i.e. the option size is 41).
      345bf146
  24. 10 Sep, 2013 1 commit
  25. 09 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Added ZMQ_ZAP_DOMAIN socket option · 6725c464
      Pieter Hintjens authored
      * This is passed to the ZAP handler in the 'domain' field
      
      * If not set, or empty, then NULL security does not call the ZAP handler
      
      * This resolves the phantom ZAP request syndrome seen with sockets where
        security was never intended (e.g. in test cases)
      
      * This means if you install a ZAP handler, it will not get any requests
        for new connections until you take some explicit action, which can be
        setting a username/password for PLAIN, a key for CURVE, or the domain
        for NULL.
      6725c464
  26. 04 Sep, 2013 1 commit
  27. 29 Aug, 2013 1 commit
  28. 17 Aug, 2013 3 commits
  29. 03 Aug, 2013 1 commit