129 Commits (325392dd6128ad9915f758e37307c12bcc56f064)

Author SHA1 Message Date
Max Cai 1479c7ab1b Implement enum_style=java option. 11 years ago
Max Cai b337f25628 Accessor style for optional fields. 11 years ago
Max Cai 06eed37ec6 Fix outer classname for javamicro/javanano. 11 years ago
Ulas Kirazci 1c277f9c68 Fixed packed repeated serialization. 11 years ago
Ulas Kirazci e83bbbbe42 Add an option to inspect "has" state upon parse. 11 years ago
Ulas Kirazci 2000cfdc2a Add test for passing in proto params. 12 years ago
Max Cai 4c4d639025 Per-file java_multiple_files flag. 12 years ago
Chris Smith d98e9c4d0e Allow NaN/+inf/-inf defaults in micro/nano. 12 years ago
Ulas Kirazci 39799d09f1 Add contribution instructions for nano. 12 years ago
Tom Chao d4bb971d18 Update nano to serialize java keywords properly. 12 years ago
Brian Duff a9c4e082e0 Make it possible to use MessageNano.mergeFrom without casting. 12 years ago
Brian Duff 5659cca8c8 Nano support for extensions and unknown fields. 12 years ago
Andrew Flynn a16121550b Add toString() method to MessageNano. 12 years ago
Matt Thrailkill adf95183f6 Fix typos in protobuf readme. 12 years ago
Ulas Kirazci d6592c758c Nano protobufs. 12 years ago
Ulas Kirazci 2337023fd9 Nano protobufs. 12 years ago
xiaofeng@google.com c9f69500b7 Update OSGi meta data. 12 years ago
xiaofeng@google.com 2c9392f8dd Update version number in trunk 12 years ago
liujisi@google.com ef9acc464d Update version to 2.5.0-pre 12 years ago
xiaofeng@google.com d2d50f9a73 Fix Java compile issues under JDK 1.5 12 years ago
xiaofeng@google.com a058718f7a Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas Kock 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 5c24564811 Update mainline version to 2.4.2-pre. 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 01cba4b16e Update mainline version to 2.4.1-pre. 14 years ago
liujisi@google.com bdfc1eab53 Add missing files into pom.xml for protobuf-lite. 14 years ago
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