1. 23 Jun, 2011 1 commit
  2. 22 Jun, 2011 1 commit
  3. 20 Jun, 2011 2 commits
  4. 19 Jun, 2011 1 commit
  5. 31 May, 2011 1 commit
  6. 30 May, 2011 1 commit
  7. 26 May, 2011 1 commit
  8. 25 May, 2011 1 commit
  9. 23 May, 2011 1 commit
  10. 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
  11. 21 Apr, 2011 1 commit
  12. 24 Mar, 2011 2 commits
  13. 02 Mar, 2011 1 commit
  14. 22 Feb, 2011 1 commit
  15. 07 Jan, 2011 1 commit
  16. 15 Dec, 2010 1 commit
  17. 30 Oct, 2010 1 commit
  18. 08 Oct, 2010 1 commit
  19. 13 Sep, 2010 1 commit
  20. 28 Aug, 2010 4 commits
  21. 25 Aug, 2010 3 commits
  22. 24 Jul, 2010 2 commits
  23. 21 Jun, 2010 1 commit
  24. 19 Jun, 2010 1 commit
  25. 17 Jun, 2010 1 commit
    • Martin Hurton's avatar
      pipe: fix bug in rollback() method · 4777fe40
      Martin Hurton authored
      The msgs_written variable keeps track how many complete
      messages have been written so far. The rollback operation drops all
      fragments of the last incomplete message so it shouldn't
      change this variable at all.
      4777fe40
  26. 25 May, 2010 1 commit
  27. 19 May, 2010 1 commit
  28. 27 Mar, 2010 2 commits
  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