1. 25 Apr, 2016 1 commit
  2. 08 Mar, 2016 1 commit
  3. 28 Jan, 2016 1 commit
  4. 25 Sep, 2015 1 commit
  5. 11 Sep, 2015 1 commit
  6. 05 Jun, 2015 1 commit
  7. 02 Jun, 2015 1 commit
  8. 01 Feb, 2015 1 commit
  9. 22 Jan, 2015 1 commit
  10. 20 Jan, 2015 1 commit
  11. 09 Jan, 2015 1 commit
  12. 16 Oct, 2014 1 commit
  13. 14 Aug, 2014 1 commit
  14. 12 Aug, 2014 1 commit
  15. 08 Aug, 2014 1 commit
  16. 30 Apr, 2014 1 commit
  17. 12 Jan, 2014 1 commit
  18. 08 Jan, 2014 1 commit
  19. 06 Jan, 2014 1 commit
  20. 02 Jan, 2014 1 commit
  21. 14 Sep, 2013 1 commit
  22. 18 Aug, 2013 1 commit
    • Ian Barber's avatar
      Remove delay options · 531d3ebc
      Ian Barber authored
      These were exposed to users, but have subsequently been removed as
      sockopts. They are currently only being used by ZAP, so I've moved it to
      a simpl function call (actually it's only used in one case even in that,
      so there may be a further simplification possible there).
      531d3ebc
  23. 17 Aug, 2013 1 commit
  24. 22 Jun, 2013 1 commit
  25. 06 Jun, 2013 1 commit
  26. 28 May, 2013 1 commit
  27. 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
  28. 28 Mar, 2012 1 commit
  29. 09 Nov, 2011 1 commit
  30. 04 Nov, 2011 1 commit
  31. 01 Nov, 2011 1 commit
  32. 31 Oct, 2011 1 commit
  33. 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
  34. 22 Jun, 2011 1 commit
  35. 31 May, 2011 1 commit
  36. 30 May, 2011 1 commit
  37. 25 May, 2011 1 commit
  38. 23 May, 2011 1 commit
  39. 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
  40. 21 Apr, 2011 1 commit