aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* More freezing tidy-up; generated code in next commit.Jon Skeet2015-07-301-2/+1
* Minor bits of left-over frozenness.Jon Skeet2015-07-302-7/+1
* Merge pull request #654 from jtattermusch/csharp_hide_freezeJon Skeet2015-07-3016-654/+6
|\
| * regenerate codeJan Tattermusch2015-07-2911-504/+0
| * remove the freeze APIJan Tattermusch2015-07-295-150/+6
* | add IsClientStreaming and IsServerStreaming to MethodDescriptorJan Tattermusch2015-07-291-0/+10
|/
* Tweaks to Profile259 supportJon Skeet2015-07-283-9/+72
* First attempt at using profile 259 for Google.Protobuf.Jon Skeet2015-07-2710-8/+133
* expose original binary data for filedescriptorJan Tattermusch2015-07-241-4/+19
* Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Jon Skeet2015-07-223-36/+44
* Added newlinesJon Skeet2015-07-221-1/+1
* First pass at making field access simpler.Jon Skeet2015-07-222-11/+71
* Fix attribute mistake and regenerate code.Jon Skeet2015-07-221-2/+0
* Generated code for previous commit.Jon Skeet2015-07-2210-128/+55
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-2210-355/+147
* Fix comment typoJon Skeet2015-07-211-1/+1
* Generated code changes following previous commit.Jon Skeet2015-07-2111-330/+279
* Revamp to reflection.Jon Skeet2015-07-2119-153/+299
* First part of JSON formatting for well-known types. I think we need a reflect...Jon Skeet2015-07-202-1/+53
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-1757-0/+17903