1. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  2. 28 Mar, 2012 1 commit
  3. 09 Nov, 2011 1 commit
  4. 04 Nov, 2011 1 commit
  5. 01 Nov, 2011 1 commit
  6. 31 Oct, 2011 1 commit
  7. 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
  8. 22 Jun, 2011 1 commit
  9. 31 May, 2011 1 commit
  10. 30 May, 2011 1 commit
  11. 25 May, 2011 1 commit
  12. 23 May, 2011 1 commit
  13. 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
  14. 21 Apr, 2011 1 commit
  15. 24 Mar, 2011 2 commits
  16. 02 Mar, 2011 1 commit
  17. 13 Jan, 2011 1 commit
  18. 15 Dec, 2010 1 commit
  19. 30 Oct, 2010 1 commit
  20. 15 Oct, 2010 2 commits
  21. 08 Oct, 2010 1 commit
  22. 07 Sep, 2010 1 commit
  23. 31 Aug, 2010 1 commit
  24. 28 Aug, 2010 3 commits
  25. 25 Aug, 2010 3 commits
  26. 24 Jul, 2010 1 commit
  27. 21 Jun, 2010 1 commit
  28. 25 May, 2010 1 commit
  29. 04 May, 2010 1 commit
  30. 13 Mar, 2010 1 commit
  31. 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
  32. 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
  33. 09 Mar, 2010 1 commit
  34. 05 Jan, 2010 1 commit