1. 05 Aug, 2018 4 commits
  2. 15 Jul, 2018 2 commits
  3. 30 Jun, 2018 2 commits
  4. 24 Jun, 2018 1 commit
  5. 11 Jun, 2018 1 commit
  6. 04 Jun, 2018 1 commit
    • Kenton Varda's avatar
      Support multi-part string literals in capnp. · 113fa5a6
      Kenton Varda authored
      I was shocked to find that there was no good way to represent a multi-line literal currently. This implements C-style literals, where multiple consecutive string literals are concatenated.
      113fa5a6
  7. 17 May, 2018 5 commits
  8. 21 Apr, 2018 1 commit
  9. 19 Apr, 2018 1 commit
  10. 13 Mar, 2018 2 commits
  11. 25 Feb, 2018 1 commit
  12. 08 Feb, 2018 1 commit
  13. 05 Feb, 2018 1 commit
  14. 30 Jan, 2018 1 commit
  15. 11 Jan, 2018 2 commits
  16. 06 Jan, 2018 2 commits
  17. 03 Jan, 2018 2 commits
  18. 28 Dec, 2017 1 commit
  19. 26 Dec, 2017 1 commit
    • Kenton Varda's avatar
      Extend membrane framework to make revocation easy. · 4b28ee7f
      Kenton Varda authored
      I realized upon trying to use this framework in Sandstorm that proper revocation was not easy to implement as-is. It's easy enough to revoke new calls, but canceling existing calls requires implementing a custom RequestHook and such. Since revocation is arguably the most important thing one might want to do with a membrane, this should be built-in.
      4b28ee7f
  20. 23 Dec, 2017 8 commits