1. 12 Mar, 2013 3 commits
    • Pieter Hintjens's avatar
      Code name clean up · 12c7db8c
      Pieter Hintjens authored
      12c7db8c
    • Pieter Hintjens's avatar
      Bumped ZMTP revision to 2 · d826c53b
      Pieter Hintjens authored
      * Starting draft ZMTP/2.1 protocol (revision 2)
      * Basis for adding security to the wire protocol
      * Maintains backward compatibility
      d826c53b
    • 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
  2. 01 Feb, 2013 1 commit
  3. 02 Jan, 2013 1 commit
  4. 17 Nov, 2012 1 commit
  5. 16 Nov, 2012 1 commit
  6. 13 Nov, 2012 1 commit
  7. 21 Sep, 2012 1 commit
  8. 05 Sep, 2012 2 commits
  9. 03 Sep, 2012 1 commit
  10. 02 Sep, 2012 2 commits
    • Martin Hurton's avatar
      Make ZMQ interoperate with ZMQ 2.x SUB sockets · d9307c9f
      Martin Hurton authored
      Since ZMQ 2.x does not support subscription forwarding, it's not
      possible to use ZMQ 2.x SUB socket to receive messages from a PUB
      socket.
      
      This patch adds some compatibility layer so that ZMQ 2.x SUB socket
      receives messages from PUB socket.
      d9307c9f
    • Martin Hurton's avatar
      Extend ZTP/1.0 protocol · 1bca4f6f
      Martin Hurton authored
      The new protocol adds support for protocol version and  exchanges the
      socket type, so that the library can reject a connection when the
      sockets do not match.
      
      The protocol was designed so that it's possible to detect and fully
      support ZTP/1.0 peers.
      
      When a new connection is set up, peers exchange greeting messages. The
      greeting message encodes both the protocol verion and the socket type.
      The format of the greeting message is as follows:
      
          greeting    = tag1, adaptation, tag2, version, length, socket_type
          tag1        = BYTE / 0xff
          adaptation  = 8 BYTES
          tag2        = BYTE / 0x7f
          version     = BYTE / 1
          length      = BYTE / 1
          socket_type = BYTE
      
      The protocol does not define the value of adaptation field.
      
      When interoperability with ZTP/1.0 peers is required, the adaptaion
      encodes, in network byte order, the length of identity message increased
      by 1. When adaptaion consists of eight zeros, the current
      implementatatio of 0MQ 2.x closes the connection.
      
      This patch supports both ZTP/1.0 and new protocol.
      1bca4f6f
  11. 04 Aug, 2012 1 commit
  12. 27 May, 2012 1 commit
  13. 04 May, 2012 1 commit
  14. 29 Apr, 2012 1 commit
    • Martin Hurton's avatar
      Fix issue #264 · 776563fc
      Martin Hurton authored
      Before this patch, the stream engine terminated itself
      whenever it had detected an IO error. If this happened
      when sending a message, the engine lost all
      in-flight messages, messages waiting to be decoded,
      and the last decoded message that had not been accepted,
      if there was one.
      
      The new behaviour is to terminate the engine only after
      the input error has been detected and the last decoded
      776563fc
  15. 09 Nov, 2011 1 commit
  16. 01 Nov, 2011 1 commit
  17. 31 Oct, 2011 1 commit
  18. 15 Sep, 2011 1 commit
  19. 16 Aug, 2011 1 commit
  20. 28 Jul, 2011 1 commit
  21. 25 Jul, 2011 1 commit
  22. 24 Jul, 2011 1 commit
  23. 27 Jun, 2011 1 commit
  24. 02 Mar, 2011 1 commit
  25. 13 Jan, 2011 1 commit
  26. 17 Dec, 2010 1 commit
  27. 30 Oct, 2010 1 commit
  28. 19 Sep, 2010 2 commits
  29. 31 Aug, 2010 1 commit
  30. 25 Aug, 2010 2 commits
  31. 20 Mar, 2010 1 commit
  32. 12 Mar, 2010 1 commit
    • Martin Hurton's avatar
      Implement flow control · 61ee6fae
      Martin Hurton authored
      This commit introduces the necessary changes necessary
      for implementing flow control. None of the socket types
      implements the flow control yet. The code will crash when
      the flow control is enabled and the thw lwm is reached.
      
      The following commits will add flow-control support for
      individual socket types.
      61ee6fae
  33. 16 Feb, 2010 1 commit
  34. 13 Feb, 2010 1 commit