aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
* add reference generator dependencyJan Tattermusch2015-12-172-0/+14
* Merge pull request #1049 from jskeet/any-formatJon Skeet2015-12-1721-117/+191
|\
| * Generated code changes from previous commit.Jon Skeet2015-12-1519-114/+117
| * Make ToString() valid without a type registryJon Skeet2015-12-152-3/+74
* | Merge pull request #1051 from jtattermusch/support_coreclrJan Tattermusch2015-12-161-19/+38
|\ \
| * | make nuget package support CoreCLRJan Tattermusch2015-12-161-19/+38
| |/
* / Add JSON parsing to conformance tests.Jon Skeet2015-12-161-19/+24
|/
* Handle JSON parsing for Any.Jon Skeet2015-12-025-509/+761
* JSON formatting for Any.Jon Skeet2015-12-022-18/+135
* Generated code changes for previous commit (basically InternalBuildGeneratedF...Jon Skeet2015-11-2221-22/+22
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-229-224/+187
* Added the type registry in advance of implementing Any support.Jon Skeet2015-11-214-0/+279
* Merge pull request #988 from gabikliot/CSharp-SampleUsage-Big-FixJan Tattermusch2015-11-191-2/+5
|\
| * Removed redundant comment.Gabriel Kliot2015-11-191-1/+0
| * Fixed a bug in CSharp SampleUsage.Gabriel Kliot2015-11-181-1/+5
* | Finished an implementation commentJon Skeet2015-11-191-1/+3
* | Generated code from previous commit.Jon Skeet2015-11-1920-105/+107
* | Introduce a Parser property into MessageDescriptor, and populate it from gene...Jon Skeet2015-11-194-16/+134
* | Generated code changes and manual changes for previous commit.Jon Skeet2015-11-0927-467/+441
|/
* Generated code for previous commit.Jon Skeet2015-11-0610-0/+115
* Merge pull request #941 from jskeet/recursion-limitJan Tattermusch2015-11-056-15/+135
|\
| * Reimplement JSON recursion by detecting the depth in the tokenizer.Jon Skeet2015-11-054-34/+124
| * Add recursion limit handling to JSON parsing.Jon Skeet2015-11-043-44/+74
* | Merge pull request #940 from jskeet/json-namesJon Skeet2015-11-052-6/+16
|\ \
| * | Move the creation of the "fields by JSON name" dictionary to the descriptor.Jon Skeet2015-11-042-6/+16
| |/
* / Created a new exception for JSON failures.Jon Skeet2015-11-057-40/+110
|/
* Implement JSON parsing in C#.Jon Skeet2015-11-0316-22/+2910
* Make BytesString.Unsafe internal (which it should have been all along)Jon Skeet2015-11-021-3/+3
* Fix clearing wrapper type fields with reflection.Jon Skeet2015-10-303-2/+12
* Generated code for previous commit (oneof case contributing to hash code and ...Jon Skeet2015-10-246-81/+133
* Include the oneof-case in equality and hash code generated code.Jon Skeet2015-10-241-0/+10
* Merge pull request #846 from jskeet/tostringJon Skeet2015-10-075-115/+203
|\
| * Support ToString in RepeatedField and MapField.Jon Skeet2015-10-015-115/+203
* | Generated code from previous commit.Jon Skeet2015-10-0119-0/+1945
|/
* Fix typo in oneof case enum commentJon Skeet2015-09-305-9/+9
* Generated code changes for previous commit.Jon Skeet2015-09-2919-34/+34
* Generated code for previous commitJon Skeet2015-09-2919-0/+62
* Added documentation to generated code.Jon Skeet2015-09-292-2/+2
* Merge pull request #785 from jskeet/csharp-directoriesJan Tattermusch2015-09-2320-749/+1043
|\
| * Regenerated code. Most changes are whitespace, removing trailing spaces.Jon Skeet2015-09-0119-741/+1033
| * Generate a directory hierarchy based on namespace (C#)Jon Skeet2015-09-011-8/+10
* | Pack/Unpack implementation for Any.Jon Skeet2015-09-045-0/+149
|/
* Update README.md for C#Jan Tattermusch2015-08-261-7/+12
* Merge pull request #738 from jtattermusch/include_descriptor_protoJon Skeet2015-08-261-0/+1
|\
| * include descriptor.proto in nuget packageJan Tattermusch2015-08-251-0/+1
* | Remove extraneous TODOJon Skeet2015-08-251-1/+0
* | Change where we rename Descriptor.cs to DescriptorProtoFile.cs.Jon Skeet2015-08-253-117/+115
|/
* fix type initialization problem with FileDescriptorJan Tattermusch2015-08-141-148/+175
* add a failing descriptor testJan Tattermusch2015-08-141-0/+7
* remove duplicate test caseJan Tattermusch2015-08-141-1/+0