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
*
There might be duplicated enum values when allow_alias is true. Add Preferred...
Jie Luo
2017-02-28
*
Upgrading test-related libraries
John Brock
2017-02-23
*
Fixes for .NET 3.5 compatibility
John Brock
2017-02-23
*
Fix CopyTo argument validation
Jon Skeet
2017-02-06
*
Add Oneof custom options test
Jie Luo
2017-01-27
*
Support custom options in C#
Jon Skeet
2017-01-19
*
Add ByteString.FromStream and ByteString.FromStreamAsync in C#
Jon Skeet
2017-01-10
*
Give C# ByteString a sensible GetHashCode implementation.
Jon Skeet
2016-12-16
*
remove leading whitespace in C# xml comments
Jan Tattermusch
2016-12-12
*
Factored Conformance and Benchmark test messages into shared test schema. (#1...
Joshua Haberman
2016-12-03
*
Fix csharp/src/Google.Protobuf.Test/project.json
Julien Brianceau
2016-11-14
*
Change JSON field name formatting
Jon Skeet
2016-11-03
*
Bring C#'s ToPascalCase method in line with C++.
Jon Skeet
2016-07-27
*
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target pla...
Jon Skeet
2016-07-14
*
Implement RepeatedField.AddRange (#1733)
Jon Skeet
2016-07-13
*
Remove unnecessary reflection call
Jon Skeet
2016-07-08
*
Changes to generated code from previous commit
Jon Skeet
2016-07-04
*
Adding conditional compiler symbol to support .NET 3.5 (#1713)
detlevschwabe
2016-06-28
*
Expose JsonFormatter.WriteValue.
Jon Skeet
2016-06-23
*
Move test for standalone BoolValue to JsonParserTest
Jon Skeet
2016-05-11
*
Fixed parsing of BoolValue.
Jos Hickson
2016-05-11
*
Allow custom type URL prefixes in Any.Pack
Jon Skeet
2016-04-29
*
Regenerate all C# code and make it compile
Jon Skeet
2016-04-20
*
Remove duplicate test cases.
Jon Skeet
2016-04-01
*
Code review fixes
alien
2016-03-29
*
csharp: add support for the json_name option
alien
2016-03-18
*
Replace StringBuilder with TextWriter in JsonFormatter
avgweb
2016-03-06
*
Fix copy/paste typo in CodedInputStreamTest
Jon Skeet
2016-03-01
*
Implement IDisposable for CodedInputStream and CodedOutputStream
Jon Skeet
2016-02-29
*
Merge pull request #1240 from jskeet/validate_group
Jan Tattermusch
2016-02-18
|
\
*
|
Add more tests around merging wrappers
Jon Skeet
2016-02-15
|
*
Validate that end-group tags match their corresponding start-group tags
Jon Skeet
2016-02-15
|
/
*
Use checked-in key to build ReleaseSigned
Jan Tattermusch
2016-02-09
*
Generated code changes from previous commit
Jon Skeet
2016-02-04
*
Generated code for GeneratedCodeInfo change
Jon Skeet
2016-02-04
*
Merge pull request #1158 from jskeet/nonnormalized-tostring
Jan Tattermusch
2016-01-26
|
\
*
|
Fix mistakes in highest-representable float64 integers
Jon Skeet
2016-01-21
|
*
Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw
Jon Skeet
2016-01-20
|
/
*
Merge pull request #1096 from jskeet/custom-to-string
Jan Tattermusch
2016-01-19
|
\
*
|
Fix broken test
Jon Skeet
2016-01-15
*
|
Make sure that
Jon Skeet
2016-01-15
*
|
Reject JSON containing the same oneof field twice
Jon Skeet
2016-01-15
*
|
Change handling of unknown enums: we now write out the value as a number.
Jon Skeet
2016-01-15
*
|
Extra strictness for FieldMask conversion
Jon Skeet
2016-01-15
*
|
Allow the original field name (rather than camel-cased) when parsing JSON
Jon Skeet
2016-01-15
*
|
Fixes to JSON timestamp/duration representations
Jon Skeet
2016-01-15
*
|
Prohibit null values in repeated and map fields in JSON
Jon Skeet
2016-01-15
*
|
Throw a better exception when invalid base64 is detected in JSON
Jon Skeet
2016-01-15
*
|
Support (and test) numeric enum parsing in JSON
Jon Skeet
2016-01-15
*
|
Fix handling of repeated wrappers
Jon Skeet
2016-01-15
[next]