592 Commits (9e49f0f46b5577590a2efc08c1ea687df21d2fb1)

Author SHA1 Message Date
liujisi@google.com 5c20ca1fcc Escape C++ Trigraphs. 14 years ago
liujisi@google.com 6f2c3b8734 Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field. 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
Wink Saville b164b01203 Remove vestigial references to StringUtf8Micro. 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
Wink Saville 00302c1d16 Changed speed optimization for strings. 15 years ago
Wink Saville ce7a2b0149 Add support for Java micro protobuf's to protobuf-2.3.0. 15 years ago
Wink Saville 5ab6e29684 Add protobuf 2.3.0 sources 15 years ago
Wink Saville e5566f8673 Add support for Java micro protobuf's to protobuf-2.2.0a. 15 years ago
Wink Saville 3df2fda0e4 Add protobuf 2.2.0a sources 15 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 ea75323710 Update version number in trunk to 2.3.1. 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 afd32abb75 Set version to 2.3.0-pre. 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 8169c7fcde Set version number to 2.2.1 in trunk. 16 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
kenton@google.com 445f1023e1 Update version number to 2.2.0-pre. 16 years ago
kenton@google.com 6c9f0020e2 OCD 16 years ago
gk5885 5ea590d5ba add lite profile docs in the README 16 years ago
gk5885 5bf536169e Ensure that only the lite tests are run, even if all tests have been compiled 16 years ago
gk5885 a4022f8931 This fixes some issues with the lite profile for the java build in which the lite jar contained the full binary. 16 years ago
gk5885 ac4764e355 Update the pom to support the 'lite' profile. 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 1fb3d394e5 Update version number in trunk. 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 d41578239c Update trunk version to 2.0.4-SNAPSHOT. 16 years ago
kenton@google.com 26bd9eee6e Integrate changes from internal code. 16 years ago
Jon Skeet f0589506c9 Wiping slate clean to start again with new layout. 16 years ago
kenton@google.com 7b29a2695c Update version number to 2.0.3-SNAPSHOT. 16 years ago