1. 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
  2. 02 May, 2014 1 commit
  3. 12 Mar, 2014 1 commit
  4. 03 Jan, 2014 1 commit
  5. 11 Dec, 2013 1 commit
    • Kenton Varda's avatar
      Eliminate the concept of imbuing messages in favor of the simpler concept of… · 3c7efbb4
      Kenton Varda authored
      Eliminate the concept of imbuing messages in favor of the simpler concept of setting a cap table directly on MessageReader / getting one from MessageBuilder.  This eliminates capability-context entirely.  This was made possible by the earlier change which moved capabilities to a separate table rather than storing CapDescriptors inline, but I didn't realize it at the time.
      3c7efbb4
  6. 10 Dec, 2013 1 commit
  7. 06 Dec, 2013 1 commit
  8. 30 Nov, 2013 1 commit
  9. 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
  10. 12 Nov, 2013 3 commits
  11. 31 Oct, 2013 1 commit
  12. 19 Oct, 2013 1 commit
  13. 12 Oct, 2013 1 commit
  14. 11 Oct, 2013 1 commit
  15. 29 Sep, 2013 1 commit
  16. 25 Sep, 2013 1 commit
  17. 28 Aug, 2013 1 commit
  18. 22 Jul, 2013 1 commit
  19. 10 Jun, 2013 1 commit
  20. 07 Jun, 2013 1 commit
  21. 06 Jun, 2013 5 commits
  22. 30 May, 2013 1 commit
  23. 29 May, 2013 1 commit
  24. 23 May, 2013 1 commit
  25. 18 May, 2013 1 commit
  26. 11 May, 2013 1 commit
  27. 07 May, 2013 1 commit
  28. 15 Apr, 2013 2 commits
  29. 22 Mar, 2013 1 commit
  30. 21 Mar, 2013 1 commit
  31. 18 Mar, 2013 1 commit
  32. 16 Mar, 2013 2 commits