index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
csharp
/
src
/
Google.Protobuf.Test
Commit message (
Expand
)
Author
Age
*
Tidy up reflection in advance of attempting to implement DynamicMessage.
Jon Skeet
2015-11-22
*
Added the type registry in advance of implementing Any support.
Jon Skeet
2015-11-21
*
Generated code from previous commit.
Jon Skeet
2015-11-19
*
Generated code changes and manual changes for previous commit.
Jon Skeet
2015-11-09
*
Merge pull request #941 from jskeet/recursion-limit
Jan Tattermusch
2015-11-05
|
\
|
*
Reimplement JSON recursion by detecting the depth in the tokenizer.
Jon Skeet
2015-11-05
*
|
Created a new exception for JSON failures.
Jon Skeet
2015-11-05
|
*
Add recursion limit handling to JSON parsing.
Jon Skeet
2015-11-04
|
/
*
Implement JSON parsing in C#.
Jon Skeet
2015-11-03
*
Fix clearing wrapper type fields with reflection.
Jon Skeet
2015-10-30
*
Generated code for previous commit (oneof case contributing to hash code and ...
Jon Skeet
2015-10-24
*
Include the oneof-case in equality and hash code generated code.
Jon Skeet
2015-10-24
*
Merge pull request #846 from jskeet/tostring
Jon Skeet
2015-10-07
|
\
|
*
Support ToString in RepeatedField and MapField.
Jon Skeet
2015-10-01
*
|
Generated code from previous commit.
Jon Skeet
2015-10-01
|
/
*
Fix typo in oneof case enum comment
Jon Skeet
2015-09-30
*
Generated code changes for previous commit.
Jon Skeet
2015-09-29
*
Generated code for previous commit
Jon Skeet
2015-09-29
*
Merge pull request #785 from jskeet/csharp-directories
Jan Tattermusch
2015-09-23
|
\
*
|
Pack/Unpack implementation for Any.
Jon Skeet
2015-09-04
|
*
Regenerated code. Most changes are whitespace, removing trailing spaces.
Jon Skeet
2015-09-01
|
/
*
add a failing descriptor test
Jan Tattermusch
2015-08-14
*
remove duplicate test case
Jan Tattermusch
2015-08-14
*
More TODOs done.
Jon Skeet
2015-08-10
*
Merge pull request #701 from jskeet/map-views
Jon Skeet
2015-08-10
|
\
|
*
Implement ICollection.CopyTo (using Array) for MapField views.
Jon Skeet
2015-08-10
|
*
Implement Keys and Values as views
Jon Skeet
2015-08-08
*
|
Make FieldDescriptor.IsPacked work appropriately.
Jon Skeet
2015-08-08
|
/
*
Tidying up - fix a bunch of TODOs and remove outdated ones.
Jon Skeet
2015-08-08
*
Address review comments.
Jon Skeet
2015-08-08
*
Generated code for previous commit.
Jon Skeet
2015-08-06
*
Skip groups properly.
Jon Skeet
2015-08-06
*
Generated code changes for previous commit.
Jon Skeet
2015-08-05
*
Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...
Jon Skeet
2015-08-05
*
Validate that after reading a message, we've consumed as many bytes as we exp...
Jon Skeet
2015-08-05
*
Generated code changes for previous commit.
Jon Skeet
2015-08-05
*
Consume unknown fields when parsing.
Jon Skeet
2015-08-05
*
Fix build warnings around unused variables
Jon Skeet
2015-08-04
*
JSON formatting for FieldMask
Jon Skeet
2015-08-03
*
Expose Coded*Stream constructors directly.
Jon Skeet
2015-08-03
*
Merge pull request #675 from jtattermusch/signing
Jon Skeet
2015-08-03
|
\
*
|
Initial pass at formatting Struct as JSON.
Jon Skeet
2015-08-03
*
|
Format JSON for Duration and Timestamp.
Jon Skeet
2015-08-03
|
*
make changes and fixes in signing
Jan Tattermusch
2015-08-02
|
*
build signed assemblies
Jan Tattermusch
2015-08-02
|
/
*
Simplify the JSON tests for readability
Jon Skeet
2015-07-31
*
Fix JSON formatting to always emit fields in field order, including oneofs
Jon Skeet
2015-07-31
*
Fix trivial bug in field orderings.
Jon Skeet
2015-07-31
*
Well-known type operations for Timestamp and Duration (but not JSON formatting).
Jon Skeet
2015-07-31
*
Handle field names of "descriptor" and "types".
Jon Skeet
2015-07-31
[next]