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