1. 22 Dec, 2013 1 commit
  2. 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
  3. 05 Dec, 2013 1 commit
  4. 04 Dec, 2013 2 commits
  5. 30 Nov, 2013 1 commit
  6. 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
  7. 18 Nov, 2013 1 commit
  8. 14 Nov, 2013 2 commits
  9. 11 Nov, 2013 1 commit
  10. 08 Nov, 2013 1 commit
  11. 31 Oct, 2013 1 commit
  12. 26 Oct, 2013 1 commit
  13. 17 Oct, 2013 1 commit