1. 16 Aug, 2015 1 commit
  2. 05 Jun, 2015 2 commits
  3. 02 Jun, 2015 1 commit
  4. 19 Feb, 2015 1 commit
  5. 01 Feb, 2015 1 commit
  6. 22 Jan, 2015 1 commit
  7. 09 Jan, 2015 1 commit
  8. 16 Oct, 2014 1 commit
  9. 14 Aug, 2014 1 commit
  10. 12 Aug, 2014 1 commit
  11. 08 Aug, 2014 1 commit
  12. 30 Apr, 2014 1 commit
  13. 09 Feb, 2014 1 commit
  14. 15 Jan, 2014 2 commits
  15. 12 Jan, 2014 1 commit
  16. 08 Jan, 2014 1 commit
  17. 06 Jan, 2014 1 commit
  18. 02 Jan, 2014 1 commit
  19. 15 Sep, 2013 1 commit
  20. 14 Sep, 2013 1 commit
  21. 20 Aug, 2013 1 commit
  22. 19 Aug, 2013 1 commit
  23. 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
  24. 17 Aug, 2013 1 commit
  25. 22 Jun, 2013 1 commit
  26. 06 Jun, 2013 2 commits
  27. 28 May, 2013 1 commit
  28. 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
  29. 24 Oct, 2012 1 commit
  30. 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
  31. 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
  32. 12 Jun, 2012 2 commits
  33. 04 Jun, 2012 1 commit
  34. 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
  35. 26 Apr, 2012 1 commit
  36. 21 Apr, 2012 1 commit