1. 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
  2. 29 Apr, 2014 1 commit
  3. 11 Dec, 2013 1 commit
    • Kenton Varda's avatar
      Eliminate the concept of imbuing messages in favor of the simpler concept of… · 3c7efbb4
      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.
      3c7efbb4
  4. 04 Oct, 2013 1 commit
  5. 25 Sep, 2013 1 commit
  6. 23 Sep, 2013 1 commit
  7. 22 Jul, 2013 1 commit
  8. 06 Jun, 2013 5 commits
  9. 29 May, 2013 1 commit
  10. 23 May, 2013 1 commit
  11. 18 May, 2013 1 commit
  12. 16 May, 2013 1 commit
  13. 15 May, 2013 1 commit
  14. 11 May, 2013 1 commit
  15. 06 May, 2013 1 commit
  16. 26 Apr, 2013 2 commits
  17. 20 Apr, 2013 1 commit
  18. 15 Apr, 2013 1 commit
  19. 09 Apr, 2013 1 commit
  20. 04 Apr, 2013 1 commit
    • Kenton Varda's avatar
      Update implemented pointer format to match docs: Don't store field count in… · 95be334d
      Kenton Varda authored
      Update implemented pointer format to match docs:  Don't store field count in struct pointers because it isn't needed.  Instead extend data and pointer section sizes to 16 bits, which should be enough for anyone.  Also, store offsets from the end of the pointer rather than the beginning, because this makes it possible for them to be zero, which compresses better.  In particular, the root reference will always have a zero offset, so this will shave a byte off of very small packed messages.
      95be334d
  21. 28 Mar, 2013 2 commits
  22. 18 Mar, 2013 1 commit
  23. 16 Mar, 2013 2 commits
  24. 13 Mar, 2013 1 commit
  25. 07 Mar, 2013 1 commit
  26. 05 Mar, 2013 2 commits
  27. 04 Mar, 2013 2 commits
  28. 03 Mar, 2013 1 commit