127 Commits (86f6f53db382154af558fe43294840beec414dc0)

Author SHA1 Message Date
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
Jisi Liu ec0c9e4a03 Bump version for maven-bundle-plugin 10 years ago
Brian Duff 5a9b4501db Make the tag field public. 10 years ago
Brian Duff 72881dad55 Add MessageNano.messageNanoEquals(). 10 years ago
Linus Tufvesson 2d60e102fa Fixed octal printing of bytearrays 10 years ago
Max Cai 42da25e969 Revert "Fixed octal printing of bytearrays" 10 years ago
Linus Tufvesson 32a45d0921 Fixed octal printing of bytearrays 10 years ago
jieluo@google.com 1eba9d9c74 merge tags/2.6.0 into trunk 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
Juan Silveira c052b50388 Add a hasExtension method to ExtendableMessageNano. 11 years ago
Max Cai d1a8a8f6f1 Fix access around unknownFieldData. 11 years ago
Juan Silveira 79f19eb9f1 Keep pointers to extension values. 11 years ago
Max Cai 9ceb3d4acc Fix how getRepeatedFieldArrayLength works 11 years ago
Wink Saville 3b0952fb80 Revert "Merge commit 'e887563a' into fix-merge-conclict" 11 years ago
Wink Saville fadc11055e Revert "Merge commit 'e887563a' into fix-merge-conclict" 11 years ago
Jan-Willem Maarse b24fdd476f Fix NPE when clearing an extension in nano protos 11 years ago
Jeff Davidson ec4b1ce0b6 Support generation of Parcelable nano messages. 11 years ago
Jie Dai d9425a6218 Adds --ignore_service nano proto compiler flag 11 years ago
Dave Hawkey 598087ef53 Don't reset cachedSize to 0 in getSerializedSize 11 years ago
Wink Saville b7dd7d9294 Revert "Don't reset cachedSize to 0 in getSerializedSize" 11 years ago
Wink Saville 546ed9afaa Revert "am 5b931dc7: am ec0b12c3: Merge "Don\'t reset cachedSize to 0 in getSerializedSize"" 11 years ago
Dave Hawkey 5090f19ea7 Don't reset cachedSize to 0 in getSerializedSize 11 years ago
Max Cai 74959d4796 Fix repeated packed field merging code for non-packed data. 11 years ago
Max Cai e005be6554 Add validation when parsing enum fields. 11 years ago
Max Cai bc8eec3d2b Allow whitespace in nano codegen options. 11 years ago
Max Cai 79b311c163 Correctness: floating point equality using bits instead of ==. 11 years ago
Max Cai 1b1735ceb1 Don't serialize required fields whose 'has' flags are unset. 11 years ago
Max Cai e3714f0001 Extension overhaul. 11 years ago
Andrew Flynn 02a9ea00d1 Fix MessageNanoPrinter for accessors 11 years ago
Max Cai 04feb76f94 Avoid class initializers to help ProGuard. 11 years ago
Andrew Flynn c997c136bb Nano: don't generate accessor methods for nested methods 11 years ago
Max Cai adf2449a6d Align with main: two ways of parsing repeated packable fields. 11 years ago
Nicholas Seckar 904c81ee97 Update MessageNano#toString() to return mostly valid TextFormat. 11 years ago
Tom Chao 28b4dec79b Minimize method count for nanoproto. 11 years ago
Aurash Mahbod 3f0c348033 Allow for ref-type arrays containing null elements. 11 years ago
Brian Duff 56a37328ae Implement hashCode() and equals() behind a generator option. 11 years ago
Max Cai fba329d6d5 Feature request: set() and clear() accessors return this 11 years ago
Max Cai cd3c68b255 Fix repeated field merging semantics. 11 years ago
Brian Duff 34547de99c Protect against null repeated fields. 11 years ago
Max Cai 8c65bb7c50 Add missing README parts for enum_style and in-repo usage 11 years ago
Brian Duff 10107cbc7a Add reftypes field generator option. 11 years ago
Nicholas Seckar b3c24e0ed2 Fix roundtrip failure with groups when unknown fields are enabled. 11 years ago
Max Cai 1479c7ab1b Implement enum_style=java option. 11 years ago
Max Cai b337f25628 Accessor style for optional fields. 11 years ago