aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
* Fix mistakes in highest-representable float64 integersJon Skeet2016-01-211-2/+2
* Merge pull request #1096 from jskeet/custom-to-stringJan Tattermusch2016-01-197-1/+142
|\
| * Introduce ICustomDiagnosticMessage to allow for custom string formattingJon Skeet2016-01-137-1/+142
* | Fix broken testJon Skeet2016-01-151-1/+1
* | Make sure thatJon Skeet2016-01-153-8/+68
* | Reject JSON containing the same oneof field twiceJon Skeet2016-01-152-0/+22
* | Change handling of unknown enums: we now write out the value as a number.Jon Skeet2016-01-154-36/+23
* | Extra strictness for FieldMask conversionJon Skeet2016-01-154-2/+51
* | Allow the original field name (rather than camel-cased) when parsing JSONJon Skeet2016-01-152-3/+23
* | Fixes to JSON timestamp/duration representationsJon Skeet2016-01-158-35/+139
* | Report serialization errors in conformance testsJon Skeet2016-01-151-8/+15
* | Prohibit null values in repeated and map fields in JSONJon Skeet2016-01-152-1/+38
* | Throw a better exception when invalid base64 is detected in JSONJon Skeet2016-01-153-1/+28
* | Support (and test) numeric enum parsing in JSONJon Skeet2016-01-152-0/+29
* | Fix handling of repeated wrappersJon Skeet2016-01-153-77/+94
* | JSON conformance test fixesJon Skeet2016-01-133-0/+16
|/
* Merge pull request #1089 from jskeet/map-nullJan Tattermusch2016-01-1213-174/+167
|\
| * Prohibit null values in map fieldsJon Skeet2016-01-1113-174/+167
* | Fix typos in README.md/CHANGES.txtDongjoon Hyun2016-01-111-1/+1
|/
* Merge pull request #1098 from jskeet/wkt-jsonJan Tattermusch2016-01-083-63/+55
|\
| * Ensure all formatted well-known-type values are valid JSONJon Skeet2016-01-063-63/+55
* | Merge pull request #1088 from jskeet/codec-pruningJan Tattermusch2016-01-081-5/+0
|\ \
| * | Remove unused method in FieldCodec.Jon Skeet2016-01-051-5/+0
| |/
* / Improve number handling in JSON parsingJon Skeet2016-01-062-51/+91
|/
* Fix C# source generation shell script and remove out of date notesJon Skeet2016-01-042-125/+1301
* 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
| |/