1. 28 Jan, 2016 1 commit
  2. 24 Nov, 2015 1 commit
    • Fedor Sheremetyev's avatar
      Set LWM to half of HWL. · bad93c53
      Fedor Sheremetyev authored
      This reduces chances of race between writer deactivation and activation.
      
      Reader sends activation command to writer when number or messages is
      multiple of LWM. In situation with high throughput (millions of messages
      per second) and correspondingly large HWM (e.g. 10M) the difference
      between HWM needs to be large enough - so that activation command is
      received before pipe becomes full.
      bad93c53
  3. 25 Sep, 2015 2 commits
  4. 06 Sep, 2015 1 commit
  5. 21 Aug, 2015 1 commit
  6. 20 Aug, 2015 1 commit
  7. 16 Aug, 2015 1 commit
  8. 05 Jun, 2015 2 commits
  9. 02 Jun, 2015 1 commit
  10. 19 Feb, 2015 1 commit
  11. 01 Feb, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 09 Jan, 2015 1 commit
  14. 16 Oct, 2014 1 commit
  15. 14 Aug, 2014 1 commit
  16. 12 Aug, 2014 1 commit
  17. 08 Aug, 2014 1 commit
  18. 30 Apr, 2014 1 commit
  19. 09 Feb, 2014 1 commit
  20. 15 Jan, 2014 2 commits
  21. 12 Jan, 2014 1 commit
  22. 08 Jan, 2014 1 commit
  23. 06 Jan, 2014 1 commit
  24. 02 Jan, 2014 1 commit
  25. 15 Sep, 2013 1 commit
  26. 14 Sep, 2013 1 commit
  27. 20 Aug, 2013 1 commit
  28. 19 Aug, 2013 1 commit
  29. 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
  30. 17 Aug, 2013 1 commit
  31. 22 Jun, 2013 1 commit
  32. 06 Jun, 2013 2 commits
  33. 28 May, 2013 1 commit
  34. 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
  35. 24 Oct, 2012 1 commit
  36. 26 Aug, 2012 1 commit
    • Ian Barber's avatar
      Remove early return on terminated state · 94835581
      Ian Barber authored
      Code as stands breaks shutdown process. It was a bugfix by Arthur to a
      bad line which was testing for an impossible state - but afaics we do
      actually want to flush in those states. It is possible I am wrong on
      that though - if there are any shutdown issues introduced aroudn this
      commit I would suggest further investigation around this flushing
      behavior.
      94835581