73 Commits (8750f72533a11bec7dd08c582366935978994551)

Author SHA1 Message Date
Tamir Duberstein 654bd3171f Clean up imports 10 years ago
Tamir Duberstein badef1fc19 Move `UTF_8` to `Internal` 10 years ago
Tamir Duberstein 2820e86aab Skip 3-byte test in CI 10 years ago
Tamir Duberstein 210de285d7 DRY: Use `Charset` statics to eliminate exceptions 10 years ago
Viktor Szathmáry e84893f676 perf: String#getBytes(Charset) vs getBytes(String) 10 years ago
Tamir Duberstein 7139d1eff7 Whitespace 10 years ago
Jisi Liu 885b612f74 Down integrate from Google internal branch for C++ and Java. 10 years ago
Jisi Liu e70329c6c0 Propogate onChange() event when getFooBuilder() is on an oneof message 10 years ago
Jisi Liu 20042b72da Fix Java maps reflection to call onChange to populate changes to parent 10 years ago
cnauroth 85081986ba Correct JavaDoc return value documentation for Parser#parseDelimitedFrom. 10 years ago
Feng Xiao 9104da3261 Down-integrate from internal code base. 10 years ago
Feng Xiao 6a949cda37 Remove usage of features not supported in Java 1.6. 10 years ago
Daniel Martin a32a1a761b Add tests for other ByteString subclasses 10 years ago
Feng Xiao 90f2f50233 Make Java TextFormat.printToUnicodeString() escape newlines. 10 years ago
Feng Xiao 418ece3bd1 Fix javadoc warnings. 10 years ago
Daniel Martin 5ff8dc8e00 Make ByteStrings serializable with java serialization. 10 years ago
Feng Xiao 99aa0f9e8f Down-integrate from internal code base. 10 years ago
Feng Xiao cd980d1c13 Prepare nano proto code to be merged into protobuf repository. 10 years ago
Feng Xiao f157a5651c Down-integrate from internal code base (C++ maps support). 10 years ago
Feng Xiao 6ef984af4b Down-integrate from internal code base. 10 years ago
Veres Lajos c76807211a typo fixes - https://github.com/vlajos/misspell_fixer 10 years ago
Behrooz Khorashadi 5d6fc1921d Added an API method in FieldData to allow access to the UnknownField data 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
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 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
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 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