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