1. 16 Feb, 2018 3 commits
  2. 11 Feb, 2018 1 commit
    • Harris Hancock's avatar
      Escape CMake config var in configure.ac · 2a8a7095
      Harris Hancock authored
      Previously ${CMAKE_CURRENT_LIST_DIR} was expanded (to an empty string) before CapnProtoConfig.cmake.in was configured, resulting in CapnProtoConfig.cmake setting CAPNP_INCLUDE_DIRECTORY to "/../../include", which is obviously wrong.
      2a8a7095
  3. 11 Jan, 2018 11 commits
  4. 06 Jan, 2018 4 commits
  5. 03 Jan, 2018 2 commits
  6. 29 Dec, 2017 1 commit
  7. 28 Dec, 2017 1 commit
  8. 27 Dec, 2017 1 commit
  9. 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
  10. 23 Dec, 2017 15 commits