1. 27 Dec, 2017 1 commit
  2. 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
  3. 23 Dec, 2017 19 commits
  4. 22 Dec, 2017 2 commits
  5. 21 Dec, 2017 3 commits
  6. 20 Dec, 2017 5 commits
  7. 19 Dec, 2017 2 commits
  8. 14 Dec, 2017 6 commits
  9. 13 Dec, 2017 1 commit
    • Kenton Varda's avatar
      Add support for Own<void>. · 5f2172c6
      Kenton Varda authored
      Any Own<T> can be converted to Own<void> (or Own<const void>). The main purpose of this is to give someone a way to invoke an object's disposer without them having to know anything about the type.
      5f2172c6