1. 03 Apr, 2012 1 commit
  2. 02 Apr, 2012 2 commits
    • Martin Hurton's avatar
      router: always respect message boundaries · 600488fa
      Martin Hurton authored
      The current implementaion of router socket does not
      handle the full pipe and unroutable messages properly.
      Namely, in those cases, the socket could route some
      message parts into a wrong connection.
      600488fa
    • Martin Hurton's avatar
      router: reimplement peer identification · f037290d
      Martin Hurton authored
      The new implementation allows one to send messages through
      a router socket to a peer even before receiving
      messages from this peer.
      
      Fixes issue #304
      f037290d
  3. 28 Mar, 2012 2 commits
  4. 23 Mar, 2012 1 commit
  5. 22 Mar, 2012 1 commit
  6. 21 Mar, 2012 1 commit
  7. 20 Mar, 2012 1 commit
    • Pieter Hintjens's avatar
      Fixed issues #337, #341, and #340 · 6e71a54b
      Pieter Hintjens authored
      * Implemented new ctx API (_new, _destroy, _get, _set)
      * Removed 'typesafe' macros from zmq.h
      * Added support for MAX_SOCKETS (was tied into change for #337)
      * Created new man pages
      6e71a54b
  8. 15 Mar, 2012 2 commits
  9. 16 Feb, 2012 1 commit
  10. 15 Feb, 2012 1 commit
  11. 10 Feb, 2012 1 commit
  12. 02 Feb, 2012 1 commit
  13. 17 Dec, 2011 1 commit
  14. 15 Nov, 2011 1 commit
  15. 13 Nov, 2011 1 commit
  16. 04 Nov, 2011 1 commit
  17. 01 Nov, 2011 2 commits
  18. 31 Oct, 2011 2 commits
  19. 28 Sep, 2011 1 commit
  20. 15 Sep, 2011 1 commit
  21. 03 Sep, 2011 1 commit
  22. 15 Jul, 2011 1 commit
  23. 09 Jul, 2011 1 commit
  24. 23 Jun, 2011 2 commits
  25. 22 Jun, 2011 2 commits
  26. 20 Jun, 2011 1 commit
  27. 23 May, 2011 1 commit
  28. 22 May, 2011 1 commit
    • Martin Sustrik's avatar
      Introduces bi-directional pipes · acf0b0e5
      Martin Sustrik authored
      So far, there was a pair of unidirectional pipes between a socket
      and a session (or an inproc peer). This resulted in complex
      problems with half-closed states and tracking which inpipe
      corresponds to which outpipe.
      
      This patch doesn't add any functionality in itself, but is
      essential for further work on features like subscription
      forwarding.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      acf0b0e5
  29. 15 May, 2011 1 commit
  30. 08 May, 2011 1 commit
  31. 06 May, 2011 1 commit
  32. 04 May, 2011 1 commit
  33. 02 May, 2011 1 commit