1. 11 Apr, 2013 1 commit
  2. 12 Mar, 2013 1 commit
  3. 29 Oct, 2012 1 commit
    • Hardeep's avatar
      Added support for non-zmq tcp client connections to router socket. · 83387b40
      Hardeep authored
          - Created a new option ZMQ_ROUTER_RAW_SOCK
          - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client
          - Added test case file tests/test_raw_sock.cpp
      
          o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option
          o ZMQ_MSGMORE flag is ignored for non-id messages
          o To terminate a remote connection send id message followed by zero length data message
      83387b40
  4. 16 Oct, 2012 1 commit
  5. 07 Sep, 2012 1 commit
  6. 05 Sep, 2012 1 commit
    • Martin Hurton's avatar
      Implement new message encoder/decoder · 3f6148ab
      Martin Hurton authored
      This is supposed to become part of the ZMTP/1.1.
      
      The main differences from the ZMTP/1.0 framing protocol are:
      - flags field comes first, followed by the length field
      - long messages are signaled using a flag rather then 0xff escape
      - length field does not include the flags field, 0 is a valid value
      3f6148ab
  7. 03 Jul, 2012 1 commit
  8. 12 Jun, 2012 2 commits
  9. 08 Jun, 2012 1 commit
    • Hiten P's avatar
      Consolidate TCP-specific common code into their own files. · db13fbf4
      Hiten P authored
      The TCP keepalive tuning code has been moved into the newly added
      files; this also allows future TCP-specific code to be added into
      these files, without bloating the IP level code and establishes a
      known file structure for other IP-based transports.
      
      Remember: this is a no-op change, hence no API or functionality
      was changed as part of this commit.
      db13fbf4
  10. 22 Mar, 2012 1 commit
  11. 16 Mar, 2012 1 commit
  12. 16 Feb, 2012 1 commit
  13. 02 Nov, 2011 1 commit
  14. 31 Oct, 2011 2 commits
  15. 15 Sep, 2011 1 commit
  16. 18 Aug, 2011 2 commits
  17. 16 Aug, 2011 1 commit
  18. 28 Jul, 2011 1 commit
  19. 26 Jul, 2011 3 commits
  20. 25 Jul, 2011 1 commit
  21. 24 Jul, 2011 3 commits
  22. 21 Jul, 2011 1 commit
  23. 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
  24. 15 Jul, 2011 2 commits
  25. 03 Jul, 2011 1 commit
  26. 27 Jun, 2011 1 commit
  27. 22 Jun, 2011 1 commit
  28. 20 Jun, 2011 1 commit
  29. 30 May, 2011 1 commit
  30. 12 Apr, 2011 2 commits
  31. 31 Mar, 2011 1 commit