1. 08 Aug, 2011 1 commit
  2. 07 Aug, 2011 1 commit
  3. 04 Aug, 2011 2 commits
  4. 29 Jul, 2011 1 commit
  5. 28 Jul, 2011 6 commits
  6. 27 Jul, 2011 1 commit
  7. 26 Jul, 2011 4 commits
  8. 25 Jul, 2011 1 commit
  9. 24 Jul, 2011 6 commits
  10. 22 Jul, 2011 1 commit
  11. 21 Jul, 2011 6 commits
  12. 18 Jul, 2011 9 commits
  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