51 Commits (6ef984af4b0c63c1c33127a12dcfc8e6359f0c9e)

Author SHA1 Message Date
Feng Xiao 6ef984af4b Down-integrate from internal code base. 10 years ago
Feng Xiao 725326f1ee Update verification methods' names. 10 years ago
Feng Xiao f5691a617e Fix descriptor validation logic for packed enum fields. 10 years ago
Feng Xiao 345d49a51e Fix a bug that causes DynamicMessage.setField() to not work for repeated 10 years ago
Feng Xiao e428862450 Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers 10 years ago
jieluo@google.com db9f7dd1ac 1, Remove unkown field support in jave TextFormat 10 years ago
jieluo@google.com 76b8a769ab add LazyFieldLite.java 11 years ago
jieluo@google.com 01283faa47 add printUnicode methods in TextFormat 11 years ago
jieluo@google.com 4de8f55113 down integrate to svn 11 years ago
xiaofeng@google.com d2d50f9a73 Fix Java compile issues under JDK 1.5 12 years ago
xiaofeng@google.com b55a20fa2c Down-integrate from internal branch 12 years ago
liujisi@google.com 3239fec94c Close resources properly for java tests and examples. 14 years ago
liujisi@google.com 02d7015ba8 Allow String to be used as message names. 14 years ago
liujisi@google.com 3dc4a7be33 Fix incomplete comments. 14 years ago
liujisi@google.com 5a5e67a25d Make protobuf java JDK 1.5 compatible. 14 years ago
liujisi@google.com 9cf65b7dd2 Use fully qualified java.lang.Object in protoc java code. 14 years ago
jasonh@google.com eab9b5d47f Fix issue 256: compute the correct size for negative enum values, which need to be sign extended. 14 years ago
liujisi@google.com 5c20ca1fcc Escape C++ Trigraphs. 14 years ago
liujisi@google.com 5d8d2b0542 Fix issues: 200 202 211 215 237 246. 14 years ago
liujisi@google.com 2726e7a6eb Fix issues: 166 167 172 175 181 188 192 194 195. 14 years ago
liujisi@google.com 33165fe0d5 Submit recent changes from internal branch. See CHANGES.txt for more details. 14 years ago
kenton@google.com a4a9ef8c8b Roll back revision 313. A similar but far more exensive change was made in our internal branch, which will be integrated soon. 14 years ago
kenton@google.com daee05168e Optimize Java string serialization. Patch from Evan Jones. 15 years ago
kenton@google.com ab6950d75d More Java warning tweaks from Evan Jones. 15 years ago
kenton@google.com 28c2ec0dbd Fix some Java warnings. Patch from Evan Jones. 15 years ago
kenton@google.com 7b7a80eae4 Tweak doc comments. 15 years ago
kenton@google.com 535301894e Address comments from various code reviews. 15 years ago
kenton@google.com 35d2f017a7 In Java's TextFormat, correcty concatenate adjacent string literals, as C++ does. Also fix a bug in handling of single-quoted strings. 15 years ago
kenton@google.com 6e8b9e4a4a 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. 15 years ago
kenton@google.com 25cf9e3153 getExtension() on an empty repeated field should return an empty list, not a singular default value. 15 years ago
kenton@google.com 28e46df3e9 Clarify that pushLimit() does not limit the number of bytes CodedInputStream will read from the underlying InputStream. 15 years ago
kenton@google.com fccb146e3f Massive roll-up of changes. See CHANGES.txt. 15 years ago
jasonh+personal@google.com 9951233e9a Fix Issue 136: the memoized serialized size for packed fields may not 15 years ago
kenton@google.com 6493368285 CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski. 15 years ago
kenton@google.com f85d70f9e4 Optimize Java serialization of small messages to streams. Patch from Evan Jones. 15 years ago
kenton@google.com fdd9d3c8b5 Remove more of the stuff that was supposed to be removed in r190. 16 years ago
kenton@google.com 323e6321c6 doc comment tweaks 16 years ago
kenton@google.com 7ddfb4c3c7 Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe bring back later in optional form. 16 years ago
kenton@google.com 68996fc874 Gigantic descriptors shouldn't overflow the Java string literal size limit. 16 years ago
temporal 43af40dcca Remove @Override annotations that cause compiler errors on Java 1.5. 16 years ago
kenton@google.com 80b1d62bfc Submit recent changes from internal branch, including "lite mode" for 16 years ago
kenton@google.com d2fd0638c3 Down-integrate some code from an internal branch. (More to come.) 16 years ago
kenton@google.com d37d46dfbc Integrate recent changes from Google-internal code tree. See CHANGES.txt 16 years ago
kenton@google.com cfa2d8aa87 Generate field number constants. Patch from Michael Poole. 16 years ago
kenton@google.com 1556623fad Submit files missing from previous submit. 16 years ago
kenton@google.com 2d6daa72ab Push out changes from internal codebase. 16 years ago
kenton@google.com 26bd9eee6e Integrate changes from internal code. 16 years ago
kenton@google.com 24bf56fb3a Integrate changes from internal Google-internal branch. 16 years ago
temporal f206351d14 Sync code with Google-internal branch. Changes: 17 years ago
temporal 40ee551715 Initial checkin. 17 years ago