1. 20 Jul, 2018 1 commit
    • Oliver Giles's avatar
      Ignore ECHILD in UnixEventPort::ChildSet::checkExits · 4c2796b0
      Oliver Giles authored
      If no child process has changed state, waitpid() returns zero. But if there
      are no more child processes at all, it returns -1 and sets errno to ECHILD.
      Since checkExits calls waitpid() in a loop, it must ignore ECHILD.
      
      +Unit test modified to exhibit the unexpected behaviour.
      4c2796b0
  2. 11 Jan, 2018 4 commits
  3. 14 Nov, 2017 1 commit
  4. 27 Apr, 2017 1 commit
  5. 11 Apr, 2017 1 commit
  6. 07 Nov, 2016 2 commits
  7. 02 Oct, 2016 1 commit
  8. 27 May, 2016 1 commit
  9. 02 Apr, 2016 4 commits
  10. 31 Mar, 2016 2 commits
  11. 29 Aug, 2015 2 commits
  12. 31 Jul, 2015 2 commits
  13. 30 Dec, 2014 1 commit
  14. 11 Dec, 2014 1 commit
  15. 09 Dec, 2014 1 commit
  16. 06 Dec, 2014 1 commit
  17. 01 Dec, 2014 1 commit
  18. 20 Jun, 2014 1 commit
    • Kenton Varda's avatar
      Change license to MIT. · 889204fe
      Kenton Varda authored
      For portions currently copyright by Kenton (most of it), transfer copyright to Sandstorm Development Group, Inc. (Kenton's company).
      
      The license change is practically meaningless, as MIT and BSD 2-clause are legally equivalent. However, the BSD 2-clause license is sometimes confused for its ugly siblings, BSD 3-clause and BSD 4-clause. The MIT license is more immediately recognizeable for what it is.
      
      Rémy Blank and Jason Choy (the two non-trivial contributors) are on record as approving this change:
      
      https://groups.google.com/d/msg/capnproto/xXDd2HUOCcc/gbe_COIuXKYJ
      889204fe
  19. 01 Apr, 2014 1 commit
    • Kenton Varda's avatar
      Tweak timer implementation: · 6418de1d
      Kenton Varda authored
      - Define separate times for durations vs. absolute times.
      - Make more consistent with existing precedents in KJ style.
      6418de1d
  20. 30 Mar, 2014 1 commit
  21. 07 Dec, 2013 1 commit
  22. 05 Dec, 2013 2 commits
  23. 04 Dec, 2013 1 commit
  24. 30 Nov, 2013 2 commits
  25. 28 Nov, 2013 1 commit
    • Kenton Varda's avatar
      Revamp concurrency model, part 1: EventLoop no longer allows cross-thread event… · 7921c854
      Kenton Varda authored
      Revamp concurrency model, part 1:  EventLoop no longer allows cross-thread event queuing, simplifying many things.  Capability clients are no longer thread-safe, so they don't have to be so const.  In the future, explicit ways to communicate between threads will be re-added, but threads will be treated more like separate vats that just happen to have a particularly fat pipe.  Upcoming:  Remove mutexes.
      7921c854
  26. 26 Nov, 2013 1 commit
  27. 05 Nov, 2013 1 commit
  28. 03 Nov, 2013 1 commit