aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow public access to descriptor.proto as a dependency.Jon Skeet2015-08-131-0/+15
* More TODOs done.Jon Skeet2015-08-107-126/+168
* Merge pull request #701 from jskeet/map-viewsJon Skeet2015-08-102-4/+180
|\
| * Fix parameter name in exception.Jon Skeet2015-08-101-1/+1
| * Implement ICollection.CopyTo (using Array) for MapField views.Jon Skeet2015-08-102-1/+26
| * Implement Keys and Values as viewsJon Skeet2015-08-082-4/+155
* | Make FieldDescriptor.IsPacked work appropriately.Jon Skeet2015-08-083-4/+18
|/
* Address review comments.Jon Skeet2015-08-081-2/+0
* Remove reference to generic types within XML comment.Jon Skeet2015-08-081-2/+2
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-0817-102/+84
* Address review comments.Jon Skeet2015-08-082-2/+24
* Generated code for previous commit.Jon Skeet2015-08-0621-452/+142
* Skip groups properly.Jon Skeet2015-08-066-32/+138
* Make InvalidProtocolBufferException.InvalidTag internal.Jon Skeet2015-08-051-1/+1
* Generated code changes for previous commit.Jon Skeet2015-08-0519-339/+113
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Jon Skeet2015-08-057-62/+52
* Update AssemblyInfo for conformance - mostly to fix version numbers.Jon Skeet2015-08-051-23/+35
* Validate that after reading a message, we've consumed as many bytes as we exp...Jon Skeet2015-08-052-8/+47
* Generated code changes for previous commit.Jon Skeet2015-08-0519-0/+113
* Consume unknown fields when parsing.Jon Skeet2015-08-052-0/+62
* First pass at C# conformance tests.Jon Skeet2015-08-058-0/+2642
* Merge pull request #691 from jskeet/xml-documentationJon Skeet2015-08-0527-108/+742
|\
| * Fix one cref that Mono was unhappy withJon Skeet2015-08-051-1/+1
| * Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-0426-107/+741
* | Fix build warnings around unused variablesJon Skeet2015-08-043-3/+3
|/
* Merge pull request #681 from jskeet/json-fieldmaskJon Skeet2015-08-032-1/+39
|\
| * JSON formatting for FieldMaskJon Skeet2015-08-032-1/+39
* | Merge pull request #677 from jskeet/move-protosJon Skeet2015-08-032-120/+120
|\ \
| * | Remove a redundant layer of directory hierarchy.Jon Skeet2015-08-032-120/+120
* | | Merge pull request #680 from jskeet/aptcaJon Skeet2015-08-031-0/+2
|\ \ \ | |_|/ |/| |
| * | Allow partially-trusted callers again.Jon Skeet2015-08-031-0/+2
| |/
* / Expose Coded*Stream constructors directly.Jon Skeet2015-08-0311-127/+100
|/
* Merge pull request #675 from jtattermusch/signingJon Skeet2015-08-0313-90/+85
|\
| * make changes and fixes in signingJan Tattermusch2015-08-0210-96/+16
| * added protoc.exe and well known protobuf files to the nuspec fileJan Tattermusch2015-08-021-1/+15
| * build signed assembliesJan Tattermusch2015-08-0215-36/+97
* | Initial pass at formatting Struct as JSON.Jon Skeet2015-08-032-3/+98
* | Addressed issues raised in code review. Will merge when green.Jon Skeet2015-08-032-26/+18
* | Format JSON for Duration and Timestamp.Jon Skeet2015-08-033-11/+182
|/
* Simplify the JSON tests for readabilityJon Skeet2015-07-311-60/+71
* Fix JSON formatting to always emit fields in field order, including oneofsJon Skeet2015-07-314-36/+353
* Fix trivial bug in field orderings.Jon Skeet2015-07-312-1/+14