aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf
Commit message (Expand)AuthorAgeFilesLines
* Generated code for previous commitJon Skeet2015-09-2911-0/+30
* Added documentation to generated code.Jon Skeet2015-09-292-2/+2
* Merge pull request #785 from jskeet/csharp-directoriesJan Tattermusch2015-09-2311-207/+499
|\
| * Regenerated code. Most changes are whitespace, removing trailing spaces.Jon Skeet2015-09-0111-207/+499
* | Pack/Unpack implementation for Any.Jon Skeet2015-09-043-0/+82
|/
* 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
* | Change where we rename Descriptor.cs to DescriptorProtoFile.cs.Jon Skeet2015-08-252-114/+114
|/
* fix type initialization problem with FileDescriptorJan Tattermusch2015-08-141-148/+175
* Allow public access to descriptor.proto as a dependency.Jon Skeet2015-08-131-0/+15
* More TODOs done.Jon Skeet2015-08-105-100/+144
* Merge pull request #701 from jskeet/map-viewsJon Skeet2015-08-101-4/+95
|\
| * Fix parameter name in exception.Jon Skeet2015-08-101-1/+1
| * Implement ICollection.CopyTo (using Array) for MapField views.Jon Skeet2015-08-101-1/+12
| * Implement Keys and Values as viewsJon Skeet2015-08-081-4/+84
* | Make FieldDescriptor.IsPacked work appropriately.Jon Skeet2015-08-082-3/+17
|/
* 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-0816-101/+84
* Address review comments.Jon Skeet2015-08-081-2/+2
* Generated code for previous commit.Jon Skeet2015-08-0612-188/+53
* Skip groups properly.Jon Skeet2015-08-065-32/+51
* Make InvalidProtocolBufferException.InvalidTag internal.Jon Skeet2015-08-051-1/+1
* Generated code changes for previous commit.Jon Skeet2015-08-0511-141/+47
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Jon Skeet2015-08-053-42/+26
* Validate that after reading a message, we've consumed as many bytes as we exp...Jon Skeet2015-08-051-0/+29
* Generated code changes for previous commit.Jon Skeet2015-08-0511-0/+47
* Consume unknown fields when parsing.Jon Skeet2015-08-051-0/+33
* 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-041-1/+0
|/
* Merge pull request #681 from jskeet/json-fieldmaskJon Skeet2015-08-031-1/+21
|\
| * JSON formatting for FieldMaskJon Skeet2015-08-031-1/+21
* | 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-034-60/+33
|/
* Merge pull request #675 from jtattermusch/signingJon Skeet2015-08-033-31/+46
|\
| * make changes and fixes in signingJan Tattermusch2015-08-023-24/+6
| * added protoc.exe and well known protobuf files to the nuspec fileJan Tattermusch2015-08-021-1/+15
| * build signed assembliesJan Tattermusch2015-08-023-12/+31
* | Initial pass at formatting Struct as JSON.Jon Skeet2015-08-031-3/+81
* | Addressed issues raised in code review. Will merge when green.Jon Skeet2015-08-031-25/+14
* | Format JSON for Duration and Timestamp.Jon Skeet2015-08-032-11/+121
|/
* Fix JSON formatting to always emit fields in field order, including oneofsJon Skeet2015-07-311-30/+5
* Fix trivial bug in field orderings.Jon Skeet2015-07-311-1/+1
* Well-known type operations for Timestamp and Duration (but not JSON formatting).Jon Skeet2015-07-314-0/+373
* Generated code for previous commit.Jon Skeet2015-07-307-43/+43
* Rename ThrowHelper to Preconditions and make it public - we'll want to use it...Jon Skeet2015-07-306-78/+99
* Generated code from previous commit.Jon Skeet2015-07-3011-141/+0