1. 885b612 Down integrate from Google internal branch for C++ and Java. by Jisi Liu · 9 years ago
  2. 0e5fc48 Merge pull request #216 from cnauroth/Parser-JavaDoc by Jisi Liu · 9 years ago
  3. e70329c Propogate onChange() event when getFooBuilder() is on an oneof message field. by Jisi Liu · 9 years ago
  4. 20042b7 Fix Java maps reflection to call onChange to populate changes to parent by Jisi Liu · 9 years ago
  5. 8508198 Correct JavaDoc return value documentation for Parser#parseDelimitedFrom. by cnauroth · 9 years ago
  6. 7d8564f Update version number to 3.0.0-alpha-2 by Jisi Liu · 9 years ago
  7. cb0ba5f Update version number to v3.0.0-pre by Feng Xiao · 10 years ago
  8. 9104da3 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  9. 6a949cd Remove usage of features not supported in Java 1.6. by Feng Xiao · 10 years ago
  10. 81a630c Update version number to v3.0.0-alpha-1 by Feng Xiao · 10 years ago
  11. 7793199 Explicitly list all Java lite runtime tests (and exclude those depending by Feng Xiao · 10 years ago
  12. 7f2a9fb Merge pull request #102 from fizbin/bytestring_serializable by Feng Xiao · 10 years ago
  13. a32a1a7 Add tests for other ByteString subclasses by Daniel Martin · 10 years ago
  14. 90f2f50 Make Java TextFormat.printToUnicodeString() escape newlines. by Feng Xiao · 10 years ago
  15. 418ece3 Fix javadoc warnings. by Feng Xiao · 10 years ago
  16. 5ff8dc8 Make ByteStrings serializable with java serialization. by Daniel Martin · 10 years ago
  17. 99aa0f9 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  18. f157a56 Down-integrate from internal code base (C++ maps support). by Feng Xiao · 10 years ago
  19. 643d09a Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobuf into typo by Feng Xiao · 10 years ago
  20. 6ef984a Down-integrate from internal code base. by Feng Xiao · 10 years ago
  21. c768072 typo fixes - https://github.com/vlajos/misspell_fixer by Veres Lajos · 10 years ago
  22. df5481c Update version number to 2.6.2-pre. by Feng Xiao · 10 years ago
  23. bba8365 Update version number to 2.6.1. by Feng Xiao · 10 years ago
  24. d9d1da9 Update version number to 2.6.1rc1 by Feng Xiao · 10 years ago
  25. 56aa52d Merge pull request #38 from xfxyjwf/fix17 by Feng Xiao · 10 years ago
  26. 725326f Update verification methods' names. by Feng Xiao · 10 years ago
  27. f5691a6 Fix descriptor validation logic for packed enum fields. by Feng Xiao · 10 years ago
  28. 345d49a Fix a bug that causes DynamicMessage.setField() to not work for repeated by Feng Xiao · 10 years ago
  29. e428862 Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers by Feng Xiao · 10 years ago
  30. ec0c9e4 Bump version for maven-bundle-plugin by Jisi Liu · 10 years ago
  31. 1eba9d9 merge tags/2.6.0 into trunk by jieluo@google.com · 10 years ago
  32. db9f7dd 1, Remove unkown field support in jave TextFormat by jieluo@google.com · 10 years ago
  33. 76b8a76 add LazyFieldLite.java by jieluo@google.com · 10 years ago
  34. 01283fa add printUnicode methods in TextFormat by jieluo@google.com · 10 years ago
  35. 4de8f55 down integrate to svn by jieluo@google.com · 10 years ago
  36. c9f6950 Update OSGi meta data. by xiaofeng@google.com · 11 years ago
  37. 2c9392f Update version number in trunk by xiaofeng@google.com · 11 years ago
  38. ef9acc4 Update version to 2.5.0-pre by liujisi@google.com · 12 years ago
  39. d2d50f9 Fix Java compile issues under JDK 1.5 by xiaofeng@google.com · 12 years ago
  40. a058718 Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas Kock by xiaofeng@google.com · 12 years ago
  41. b55a20f Down-integrate from internal branch by xiaofeng@google.com · 12 years ago
  42. 3239fec Close resources properly for java tests and examples. by liujisi@google.com · 13 years ago
  43. 02d7015 Allow String to be used as message names. by liujisi@google.com · 13 years ago
  44. 5c24564 Update mainline version to 2.4.2-pre. by liujisi@google.com · 13 years ago
  45. 3dc4a7b Fix incomplete comments. by liujisi@google.com · 13 years ago
  46. 5a5e67a Make protobuf java JDK 1.5 compatible. by liujisi@google.com · 13 years ago
  47. 9cf65b7 Use fully qualified java.lang.Object in protoc java code. by liujisi@google.com · 13 years ago
  48. eab9b5d Fix issue 256: compute the correct size for negative enum values, which need to be sign extended. by jasonh@google.com · 13 years ago
  49. 01cba4b Update mainline version to 2.4.1-pre. by liujisi@google.com · 13 years ago
  50. bdfc1ea Add missing files into pom.xml for protobuf-lite. by liujisi@google.com · 14 years ago
  51. 5c20ca1 Escape C++ Trigraphs. by liujisi@google.com · 14 years ago
  52. 6f2c3b8 Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field. by liujisi@google.com · 14 years ago
  53. 5d8d2b0 Fix issues: 200 202 211 215 237 246. by liujisi@google.com · 14 years ago
  54. 2726e7a Fix issues: 166 167 172 175 181 188 192 194 195. by liujisi@google.com · 14 years ago
  55. 33165fe Submit recent changes from internal branch. See CHANGES.txt for more details. by liujisi@google.com · 14 years ago
  56. a4a9ef8 Roll back revision 313. A similar but far more exensive change was made in our internal branch, which will be integrated soon. by kenton@google.com · 14 years ago
  57. daee051 Optimize Java string serialization. Patch from Evan Jones. by kenton@google.com · 14 years ago
  58. ab6950d More Java warning tweaks from Evan Jones. by kenton@google.com · 15 years ago
  59. 28c2ec0 Fix some Java warnings. Patch from Evan Jones. by kenton@google.com · 15 years ago
  60. ea75323 Update version number in trunk to 2.3.1. by kenton@google.com · 15 years ago
  61. 7b7a80e Tweak doc comments. by kenton@google.com · 15 years ago
  62. 5353018 Address comments from various code reviews. by kenton@google.com · 15 years ago
  63. 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
  64. 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
  65. 25cf9e3 getExtension() on an empty repeated field should return an empty list, not a singular default value. by kenton@google.com · 15 years ago
  66. 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
  67. afd32ab Set version to 2.3.0-pre. by kenton@google.com · 15 years ago
  68. fccb146 Massive roll-up of changes. See CHANGES.txt. by kenton@google.com · 15 years ago
  69. 9951233 Fix Issue 136: the memoized serialized size for packed fields may not by jasonh+personal@google.com · 15 years ago
  70. 6493368 CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski. by kenton@google.com · 15 years ago
  71. f85d70f Optimize Java serialization of small messages to streams. Patch from Evan Jones. by kenton@google.com · 15 years ago
  72. 8169c7f Set version number to 2.2.1 in trunk. by kenton@google.com · 15 years ago
  73. fdd9d3c Remove more of the stuff that was supposed to be removed in r190. by kenton@google.com · 15 years ago
  74. 323e632 doc comment tweaks by kenton@google.com · 15 years ago
  75. 7ddfb4c Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe bring back later in optional form. by kenton@google.com · 15 years ago
  76. 68996fc Gigantic descriptors shouldn't overflow the Java string literal size limit. by kenton@google.com · 15 years ago
  77. 445f102 Update version number to 2.2.0-pre. by kenton@google.com · 15 years ago
  78. 6c9f002 OCD by kenton@google.com · 15 years ago
  79. 5ea590d add lite profile docs in the README by gk5885 · 15 years ago
  80. 5bf5361 Ensure that only the lite tests are run, even if all tests have been compiled by gk5885 · 15 years ago
  81. 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
  82. ac4764e Update the pom to support the 'lite' profile. by gk5885 · 15 years ago
  83. 43af40d Remove @Override annotations that cause compiler errors on Java 1.5. by temporal · 15 years ago
  84. 80b1d62 Submit recent changes from internal branch, including "lite mode" for by kenton@google.com · 15 years ago
  85. d2fd063 Down-integrate some code from an internal branch. (More to come.) by kenton@google.com · 15 years ago
  86. 1fb3d39 Update version number in trunk. by kenton@google.com · 15 years ago
  87. d37d46d Integrate recent changes from Google-internal code tree. See CHANGES.txt by kenton@google.com · 15 years ago
  88. cfa2d8a Generate field number constants. Patch from Michael Poole. by kenton@google.com · 15 years ago
  89. 1556623 Submit files missing from previous submit. by kenton@google.com · 15 years ago
  90. 2d6daa7 Push out changes from internal codebase. by kenton@google.com · 16 years ago
  91. d415782 Update trunk version to 2.0.4-SNAPSHOT. by kenton@google.com · 16 years ago
  92. 26bd9ee Integrate changes from internal code. by kenton@google.com · 16 years ago
  93. 7b29a26 Update version number to 2.0.3-SNAPSHOT. by kenton@google.com · 16 years ago
  94. 24bf56f Integrate changes from internal Google-internal branch. by kenton@google.com · 16 years ago
  95. 4410396 Work around absence of hash_map. by kenton@google.com · 16 years ago
  96. 742e409 2.0.1 release. by temporal · 16 years ago
  97. f206351 Sync code with Google-internal branch. Changes: by temporal · 16 years ago
  98. cc93043 misc. stuff: by temporal · 16 years ago
  99. 40ee551 Initial checkin. by temporal · 16 years ago