1. 13 Aug, 2014 1 commit
  2. 03 May, 2014 1 commit
  3. 30 Apr, 2014 1 commit
    • Martin Hurton's avatar
      Define i_properties interface · 19c62b93
      Martin Hurton authored
      - copy and move message operations are updated to maintain proper
        reference count of properties object
      - zmq_msg_gets updated to use i_properties interface to fetch property
        value
      - setter/getter added to msg_t class
      19c62b93
  4. 29 Apr, 2014 1 commit
  5. 12 Jan, 2014 1 commit
  6. 08 Jan, 2014 1 commit
  7. 07 Jan, 2014 1 commit
  8. 06 Jan, 2014 1 commit
  9. 02 Jan, 2014 1 commit
  10. 04 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Updated libzmq to match RFC 23, 24, 25, 26 · 28b0a5fa
      Pieter Hintjens authored
      * Command names changed from null terminated to length-specified
      * Command frames use the correct flag (bit 2)
      * test_stream acts as test case for command frames
      * Some code cleanups
      28b0a5fa
  11. 19 Aug, 2013 2 commits
  12. 18 Aug, 2013 1 commit
  13. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  14. 31 Jul, 2012 1 commit
    • Martin Hurton's avatar
      Fix issue #406 · 9fab9937
      Martin Hurton authored
      When a peer reconnects, the router socket receives an identity
      message containing this peer id. When this happens, the current
      implementation crashes.
      
      This patch makes a router socket to silently ignore all identity
      messages coming from reconnected peers.
      9fab9937
  15. 17 Feb, 2012 1 commit
  16. 16 Feb, 2012 1 commit
    • Pieter Hintjens's avatar
      Minor cleanups · ccdb7a63
      Pieter Hintjens authored
      * Fixed use of ssize_t in zmq_msg_t class
      * Corrected error after merge, old reference to inner_fctname (broke build)
      ccdb7a63
  17. 04 Nov, 2011 1 commit
  18. 01 Nov, 2011 2 commits
  19. 31 Oct, 2011 1 commit
  20. 27 Oct, 2011 1 commit
  21. 02 Sep, 2011 1 commit
  22. 17 Jul, 2011 1 commit
    • Martin Sustrik's avatar
      GENERIC socket type and COMMAND flag added · bf78e230
      Martin Sustrik authored
      GENERIC allows to use 0MQ as a dumb networking framework.
      It provides user with connect/disconnect notifications.
      Also, each inbound message is labeled by ID of the connection
      it originated from. Outbound messages should be labeled by
      the ID of the connection to send them to.
      
      To distinguish connect/disconnect notifications from common
      messages, COMMAND flag was introduced.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      bf78e230
  23. 08 Jul, 2011 1 commit
  24. 20 Jun, 2011 1 commit
  25. 03 May, 2011 1 commit
  26. 21 Apr, 2011 1 commit
  27. 12 Apr, 2011 1 commit
  28. 02 Mar, 2011 1 commit
  29. 30 Oct, 2010 1 commit
  30. 11 Mar, 2010 1 commit
    • Martin Lucina's avatar
      Restructure language bindings · 27e2d084
      Martin Lucina authored
      C and C++ headers moved from bindings/ to include/, bindings/ removed
      --with-c and --with-cpp options to configure removed, C and C++ now built
      and installed by default
      27e2d084
  31. 05 Jan, 2010 1 commit
  32. 16 Dec, 2009 1 commit
  33. 16 Sep, 2009 1 commit
  34. 07 Sep, 2009 1 commit
  35. 21 Aug, 2009 1 commit
  36. 03 Aug, 2009 1 commit
  37. 29 Jul, 2009 1 commit