1. 08 Aug, 2016 1 commit
  2. 23 Jun, 2016 1 commit
  3. 08 Apr, 2016 1 commit
  4. 06 Apr, 2016 2 commits
  5. 30 Mar, 2016 1 commit
  6. 29 Jul, 2015 1 commit
  7. 23 Jun, 2015 1 commit
    • Kenton Varda's avatar
      Fixes #219, with POSSIBLE (but obscure) WIRE FORMAT BREAKAGE. · db7ca960
      Kenton Varda authored
      Unfortunately, the layout algorithm had a bug which caused incorrect layout when declaring a union whose lowest-ordinal field was of type Void and nested in an inner union. That is:
      
          union {
            a :union {
              b @0 :Void
              ...
            }
            ...
          }
      
      In this case, all the fields in the struct after the Void field -- including both unions' discriminants -- would end up misplaced. Although they did not end up overlapping (and therefore the incorrect layout "worked"), the result broke schema evolution rules around "retroactive unionization".
      
      Unfortunately, we must break compatibility with any protocol that happened to contain the above pattern. Luckily, it's a fairly obscure case. Unluckily, Cap'n Proto's own schema format contains such a pattern. Luckily, the use of this pattern was introduced in v0.6.x and therefore has not been in any release build so far.
      db7ca960
  8. 15 Mar, 2015 1 commit
  9. 29 Jan, 2015 2 commits
  10. 29 Dec, 2014 1 commit
  11. 29 Nov, 2014 1 commit
  12. 26 Oct, 2014 1 commit
  13. 25 Oct, 2014 1 commit
  14. 24 Oct, 2014 1 commit
  15. 23 Oct, 2014 1 commit
  16. 20 Oct, 2014 3 commits
  17. 17 Oct, 2014 2 commits
  18. 11 Oct, 2014 1 commit
  19. 29 Jun, 2014 1 commit
  20. 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
  21. 02 Jan, 2014 1 commit
  22. 22 Dec, 2013 1 commit
  23. 05 Dec, 2013 1 commit
  24. 30 Nov, 2013 1 commit
  25. 12 Nov, 2013 1 commit
  26. 15 Oct, 2013 1 commit
  27. 02 Oct, 2013 1 commit
  28. 29 Sep, 2013 1 commit
  29. 24 Sep, 2013 2 commits
  30. 13 Sep, 2013 1 commit
  31. 29 Aug, 2013 1 commit
  32. 28 Aug, 2013 3 commits