1. 35d2f01 In Java's TextFormat, correcty concatenate adjacent string literals, as C++ does. Also fix a bug in handling of single-quoted strings. by kenton@google.com · 15 years ago
  2. 6e8b9e4 Make extension identifiers final. This improves security when untrusted code is present in the same class loader. In order to get around initialization ordering issues, I simply made the constructor for extension identifiers take no arguments and deferred initialization to an internalInit() method, which generated code will always call during init. by kenton@google.com · 15 years ago
  3. 25cf9e3 getExtension() on an empty repeated field should return an empty list, not a singular default value. by kenton@google.com · 15 years ago
  4. 28e46df Clarify that pushLimit() does not limit the number of bytes CodedInputStream will read from the underlying InputStream. by kenton@google.com · 15 years ago
  5. afd32ab Set version to 2.3.0-pre. by kenton@google.com · 15 years ago
  6. fccb146 Massive roll-up of changes. See CHANGES.txt. by kenton@google.com · 15 years ago
  7. 9951233 Fix Issue 136: the memoized serialized size for packed fields may not by jasonh+personal@google.com · 15 years ago
  8. 6493368 CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski. by kenton@google.com · 15 years ago
  9. f85d70f Optimize Java serialization of small messages to streams. Patch from Evan Jones. by kenton@google.com · 15 years ago
  10. 8169c7f Set version number to 2.2.1 in trunk. by kenton@google.com · 15 years ago
  11. fdd9d3c Remove more of the stuff that was supposed to be removed in r190. by kenton@google.com · 15 years ago
  12. 323e632 doc comment tweaks by kenton@google.com · 15 years ago
  13. 7ddfb4c Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe bring back later in optional form. by kenton@google.com · 15 years ago
  14. 68996fc Gigantic descriptors shouldn't overflow the Java string literal size limit. by kenton@google.com · 15 years ago
  15. 445f102 Update version number to 2.2.0-pre. by kenton@google.com · 15 years ago
  16. 6c9f002 OCD by kenton@google.com · 15 years ago
  17. 5ea590d add lite profile docs in the README by gk5885 · 15 years ago
  18. 5bf5361 Ensure that only the lite tests are run, even if all tests have been compiled by gk5885 · 15 years ago
  19. a4022f8 This fixes some issues with the lite profile for the java build in which the lite jar contained the full binary. by gk5885 · 15 years ago
  20. ac4764e Update the pom to support the 'lite' profile. by gk5885 · 15 years ago
  21. 43af40d Remove @Override annotations that cause compiler errors on Java 1.5. by temporal · 15 years ago
  22. 80b1d62 Submit recent changes from internal branch, including "lite mode" for by kenton@google.com · 15 years ago
  23. d2fd063 Down-integrate some code from an internal branch. (More to come.) by kenton@google.com · 15 years ago
  24. 1fb3d39 Update version number in trunk. by kenton@google.com · 15 years ago
  25. d37d46d Integrate recent changes from Google-internal code tree. See CHANGES.txt by kenton@google.com · 15 years ago
  26. cfa2d8a Generate field number constants. Patch from Michael Poole. by kenton@google.com · 15 years ago
  27. 1556623 Submit files missing from previous submit. by kenton@google.com · 15 years ago
  28. 2d6daa7 Push out changes from internal codebase. by kenton@google.com · 16 years ago
  29. d415782 Update trunk version to 2.0.4-SNAPSHOT. by kenton@google.com · 16 years ago
  30. 26bd9ee Integrate changes from internal code. by kenton@google.com · 16 years ago
  31. 7b29a26 Update version number to 2.0.3-SNAPSHOT. by kenton@google.com · 16 years ago
  32. 24bf56f Integrate changes from internal Google-internal branch. by kenton@google.com · 16 years ago
  33. 4410396 Work around absence of hash_map. by kenton@google.com · 16 years ago
  34. 742e409 2.0.1 release. by temporal · 16 years ago
  35. f206351 Sync code with Google-internal branch. Changes: by temporal · 16 years ago
  36. cc93043 misc. stuff: by temporal · 16 years ago
  37. 40ee551 Initial checkin. by temporal · 16 years ago