1. 30 Dec, 2014 1 commit
  2. 29 Nov, 2014 1 commit
  3. 25 Oct, 2014 1 commit
  4. 23 Oct, 2014 1 commit
  5. 11 Sep, 2014 1 commit
    • Kenton Varda's avatar
      Fix obscure bug where the last outgoing message (and any capabilities therein)… · 26914900
      Kenton Varda authored
      Fix obscure bug where the last outgoing message (and any capabilities therein) would not get released (until a new message was sent, replacing it as the last).
      
      This took hours to track down, because it initially looked like "Release" messages weren't being honored in some cases (when they happened to be releasing a capability from the last message, and no subsequent messages were sent). Initial attempts to capture this in a unit test failed because the test of course used a subsequent call to detect if the capability had been released, which succeeded.
      26914900
  6. 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
  7. 07 Apr, 2014 1 commit
  8. 01 Apr, 2014 1 commit
  9. 10 Dec, 2013 1 commit
  10. 07 Dec, 2013 1 commit
  11. 06 Dec, 2013 1 commit
  12. 05 Dec, 2013 4 commits
  13. 04 Dec, 2013 1 commit
  14. 02 Dec, 2013 1 commit
  15. 30 Nov, 2013 1 commit
  16. 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
  17. 26 Nov, 2013 1 commit
  18. 23 Nov, 2013 1 commit
  19. 12 Nov, 2013 1 commit
  20. 08 Nov, 2013 1 commit
  21. 15 Oct, 2013 1 commit
  22. 12 Oct, 2013 1 commit
  23. 11 Oct, 2013 1 commit