1. 28 Mar, 2012 1 commit
  2. 09 Nov, 2011 1 commit
  3. 04 Nov, 2011 1 commit
  4. 01 Nov, 2011 1 commit
  5. 31 Oct, 2011 1 commit
  6. 23 Jun, 2011 1 commit
    • Martin Sustrik's avatar
      Outstanding requests dropped when requester dies (issue 190) · d1373792
      Martin Sustrik authored
      So far the requests in req/rep pattern were delivered to and processed
      by worker even though the original requester was dead. Thus,
      the worker processing replies with noone to deliver results to.
      This optimisation drops requests in two situations:
      
      1. Queued inbound requests in XREP socket when peer disconnects.
      2. Queued outbound requests in XREQ when socket is closed.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      d1373792
  7. 22 Jun, 2011 1 commit
  8. 31 May, 2011 1 commit
  9. 30 May, 2011 1 commit
  10. 25 May, 2011 1 commit
  11. 23 May, 2011 1 commit
  12. 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
  13. 21 Apr, 2011 1 commit
  14. 24 Mar, 2011 2 commits
  15. 02 Mar, 2011 1 commit
  16. 13 Jan, 2011 1 commit
  17. 15 Dec, 2010 1 commit
  18. 30 Oct, 2010 1 commit
  19. 15 Oct, 2010 2 commits
  20. 08 Oct, 2010 1 commit
  21. 07 Sep, 2010 1 commit
  22. 31 Aug, 2010 1 commit
  23. 28 Aug, 2010 3 commits
  24. 25 Aug, 2010 3 commits
  25. 24 Jul, 2010 1 commit
  26. 21 Jun, 2010 1 commit
  27. 25 May, 2010 1 commit
  28. 04 May, 2010 1 commit
  29. 13 Mar, 2010 1 commit
  30. 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
  31. 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
  32. 09 Mar, 2010 1 commit
  33. 05 Jan, 2010 1 commit
  34. 01 Dec, 2009 1 commit