1. 11 Dec, 2009 1 commit
  2. 01 Dec, 2009 1 commit
    • jasonh+personal@google.com's avatar
      Fix Issue 136: the memoized serialized size for packed fields may not · 9951233e
      jasonh+personal@google.com authored
      be properly set. writeTo() may be invoked without a call to
      getSerializedSize(), so the generated serialization methods would
      write a length of 0 for non-empty packed fields. Just call
      getSerializedSize() at the beginning of writeTo(): although this
      means that we may compute the byte size needlessly when there
      are no packed fields, in practice, getSerializedSize() will
      already have been called - all of the writeTo() wrappers in
      AbstractMessageLite invoke it.
      
      Tested: new unittest case in WireFormatTest.java now passes
      9951233e
  3. 12 Nov, 2009 1 commit
  4. 03 Nov, 2009 2 commits
  5. 02 Nov, 2009 1 commit
  6. 30 Oct, 2009 1 commit
  7. 12 Oct, 2009 2 commits
  8. 07 Oct, 2009 1 commit
  9. 15 Sep, 2009 2 commits
  10. 11 Sep, 2009 1 commit
  11. 02 Sep, 2009 2 commits
  12. 17 Aug, 2009 2 commits
  13. 14 Aug, 2009 1 commit
  14. 13 Aug, 2009 1 commit
  15. 12 Aug, 2009 1 commit
  16. 11 Aug, 2009 3 commits
  17. 10 Aug, 2009 4 commits
  18. 08 Aug, 2009 2 commits
  19. 07 Aug, 2009 3 commits
  20. 06 Aug, 2009 3 commits
  21. 05 Aug, 2009 1 commit
  22. 04 Aug, 2009 4 commits