1. 19 Apr, 2019 1 commit
    • Kenton Varda's avatar
      Implement FD passing in Cap'n Proto. · e9c46ac1
      Kenton Varda authored
      An endpoint (subclass of `Capability::Server`) may override `kj::Maybe<int> getFd()` to expose an underlying file descriptor.
      
      A remote client may use `Capability::Client::getFd()` on the endpoint's capability to get that FD.
      
      The client and server must explicitly opt into FD passing by passing a max-FDs-per-message limit to TwoPartyVatNetwork and using Unix sockets as the transport. Nothing other than that is needed.
      e9c46ac1
  2. 07 Oct, 2018 1 commit
  3. 24 Jan, 2017 1 commit
    • Harris Hancock's avatar
      MSVC non-const copy capture workaround · f87b3068
      Harris Hancock authored
      MSVC refuses the following code:
      
      struct Foo { Foo(Foo&) {} };
      Foo foo;
      [foo] {}();
      
      because it only seems to want to consider const copy constructors when
      capturing objects by value in lambda capture lists.
      f87b3068
  4. 29 Nov, 2014 1 commit
  5. 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
  6. 18 Nov, 2013 1 commit
  7. 07 Nov, 2013 1 commit