1. 20 Apr, 2013 2 commits
  2. 19 Apr, 2013 4 commits
  3. 18 Apr, 2013 2 commits
  4. 17 Apr, 2013 2 commits
  5. 16 Apr, 2013 2 commits
  6. 15 Apr, 2013 9 commits
  7. 14 Apr, 2013 2 commits
  8. 13 Apr, 2013 1 commit
  9. 11 Apr, 2013 6 commits
  10. 10 Apr, 2013 1 commit
  11. 09 Apr, 2013 1 commit
  12. 06 Apr, 2013 2 commits
  13. 05 Apr, 2013 4 commits
  14. 04 Apr, 2013 2 commits
    • Kenton Varda's avatar
      tweak · 7a00f5c2
      Kenton Varda authored
      7a00f5c2
    • 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