1. 18 Dec, 2009 7 commits
  2. 11 Dec, 2009 2 commits
  3. 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
  4. 12 Nov, 2009 1 commit
  5. 03 Nov, 2009 2 commits
  6. 02 Nov, 2009 1 commit
  7. 30 Oct, 2009 1 commit
  8. 12 Oct, 2009 2 commits
  9. 07 Oct, 2009 1 commit
  10. 15 Sep, 2009 2 commits
  11. 11 Sep, 2009 1 commit
  12. 02 Sep, 2009 2 commits
  13. 17 Aug, 2009 2 commits
  14. 14 Aug, 2009 1 commit
  15. 13 Aug, 2009 1 commit
  16. 12 Aug, 2009 1 commit
  17. 11 Aug, 2009 3 commits
  18. 10 Aug, 2009 4 commits
  19. 08 Aug, 2009 2 commits
  20. 07 Aug, 2009 3 commits