- 23 Feb, 2015 1 commit
-
-
Kenton Varda authored
-
- 04 Nov, 2014 1 commit
-
-
Kenton Varda authored
The 'objectId' field is now deprecated. Long-term, each vat will export no more than one "bootstrap interface" which can be obtained via 'Bootstrap'. Restoring SturdyRefs will be accomplished through higher-level interfaces specific to the VatNetwork in use. See comments for 'Bootstrap' in rpc.capnp for more discussion.
-
- 20 Jun, 2014 1 commit
-
-
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
-
- 19 Jun, 2014 1 commit
-
-
Ed Maste authored
On FreeBSD bash is /usr/local/bin/bash.
-
- 17 Dec, 2013 1 commit
-
-
Stanislav Ivochkin authored
p.s. thanks @cstrahan for vim syntax highlighting
-
- 11 Dec, 2013 1 commit
-
-
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.
-
- 10 Dec, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 23 Aug, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 14 Aug, 2013 1 commit
-
-
Kenton Varda authored
Split libcapnp into three libraries: libkj, libcapnp, and libcapnpc. The third contains the schema parser. Unfortunately it is rather enormous so we should give people the option to not link it.
-
- 12 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 02 Aug, 2013 1 commit
-
-
Kenton Varda authored
-
- 13 Jun, 2013 1 commit
-
-
Kenton Varda authored
Apply some capnproto -> capnp renames that didn't happen before, update docs, put samples in a place where they are easy to compile.
-