1. 15 Jan, 2014 2 commits
  2. 12 Jan, 2014 1 commit
  3. 08 Jan, 2014 1 commit
  4. 06 Jan, 2014 1 commit
  5. 02 Jan, 2014 1 commit
  6. 15 Sep, 2013 1 commit
  7. 14 Sep, 2013 1 commit
  8. 20 Aug, 2013 1 commit
  9. 19 Aug, 2013 1 commit
  10. 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
  11. 17 Aug, 2013 1 commit
  12. 22 Jun, 2013 1 commit
  13. 06 Jun, 2013 2 commits
  14. 28 May, 2013 1 commit
  15. 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
  16. 24 Oct, 2012 1 commit
  17. 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
  18. 24 Aug, 2012 1 commit
    • Arthur O'Dwyer's avatar
      Fix a bug in pipe_t::flush(). · 6347d392
      Arthur O'Dwyer authored
      Static analysis says:
      src\pipe.cpp(193): error V547: Expression is always false. Probably the '||' operator should be used here.
      
      If flush() is called on a pipe whose state was
      "terminated" or "double_terminated", the programmer's
      intent was to return immediately. But in fact the
      two conditions can never be true simultaneously, so
      the early return never happens, and we may try to flush
      a terminated pipe anyway.
      6347d392
  19. 12 Jun, 2012 2 commits
  20. 04 Jun, 2012 1 commit
  21. 03 Jun, 2012 1 commit
    • Ian Barber's avatar
      Rebinding on reconnection to allow for the pipe blocking will set the event sink… · 1566091b
      Ian Barber authored
      Rebinding on reconnection to allow for the pipe blocking will set the event sink again, which will cause an assert to be triggered. I have modified that to allow for setting the same sink to be OK. I believe this should be ok - on termination, if a pipe hasn't reconnected, it would just attempt to be erased from the pipes list again, which is reasonable
      1566091b
  22. 26 Apr, 2012 1 commit
  23. 21 Apr, 2012 1 commit
  24. 28 Mar, 2012 1 commit
  25. 15 Feb, 2012 1 commit
  26. 10 Feb, 2012 1 commit
  27. 04 Nov, 2011 1 commit
  28. 01 Nov, 2011 2 commits
  29. 31 Oct, 2011 1 commit
  30. 23 Jun, 2011 1 commit
  31. 22 Jun, 2011 1 commit
  32. 20 Jun, 2011 2 commits
  33. 19 Jun, 2011 1 commit
  34. 31 May, 2011 1 commit
  35. 30 May, 2011 1 commit