aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unittest_lite.proto
Commit message (Collapse)AuthorAge
* Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
|
* Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-11-17
|
* Fix bug with silent message corruption in LITE_RUNTIME.Gravatar Petr Prokhorenkov2016-04-21
| | | | | | | | | | | | | | A protobuf message will be corrupted in the following scenario: 1. Use LITE_RUNTIME. 2. Have an optional enum field following some other field. 3. Update protocol by adding new values to the enum. 4. Have an old client parse and serialize a message having enum field set to a value the client does not understand. 5. Field preceeding the enum is now corrupted. The bug is due to the fact that optimized fallthrough in parser code does not update variablle 'tag' when jumping to the parser code for the next field.
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|
* More cleanup, based around searches for "Google.ProtocolBuffers"Gravatar Jon Skeet2015-06-26
| | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* Add C# namespace to .proto files (e.g. descriptors, unit tests)Gravatar Jon Skeet2015-05-06
|
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
|
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* down integrate to svnGravatar jieluo@google.com2014-07-18
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
|
* Submit recent changes from internal branch, including "lite mode" forGravatar kenton@google.com2009-07-29
C++ and Java. See CHANGES.txt for more details.