aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Well-known type operations for Timestamp and Duration (but not JSON formatting).Jon Skeet2015-07-317-0/+563
* Handle field names of "descriptor" and "types".Jon Skeet2015-07-313-6/+244
* Generated code for previous commit.Jon Skeet2015-07-309-57/+57
* Prohibit null values for string/bytes fields in generated code.Jon Skeet2015-07-301-0/+10
* 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-3018-315/+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-3026-1451/+6
|\
| * regenerate codeJan Tattermusch2015-07-2918-1192/+0
| * remove the freeze APIJan Tattermusch2015-07-298-259/+6
* | add IsClientStreaming and IsServerStreaming to MethodDescriptorJan Tattermusch2015-07-291-0/+10
|/
* Update the readme file to indicate supported platformsJon Skeet2015-07-281-0/+11
* Humbug - previous commit didn't include project file changes :(Jon Skeet2015-07-281-0/+2
* Tweaks to Profile259 supportJon Skeet2015-07-286-11/+303
* First attempt at using profile 259 for Google.Protobuf.Jon Skeet2015-07-2714-15/+146
* expose original binary data for filedescriptorJan Tattermusch2015-07-242-4/+21
* Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Jon Skeet2015-07-226-119/+128
* Added newlinesJon Skeet2015-07-222-2/+2
* First pass at making field access simpler.Jon Skeet2015-07-227-175/+309
* Fix attribute mistake and regenerate code.Jon Skeet2015-07-223-8/+0
* Generated code for previous commit.Jon Skeet2015-07-2217-511/+129
* 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-2118-728/+686
* Revamp to reflection.Jon Skeet2015-07-2122-179/+327
* update addressbook exampleJan Tattermusch2015-07-203-6/+6
* regenerate Addressbook.csJan Tattermusch2015-07-201-39/+39
* First part of JSON formatting for well-known types. I think we need a reflect...Jon Skeet2015-07-203-1/+80
* Fix typo in buildall.shJan Tattermusch2015-07-171-1/+1
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-1799-51/+43
* Fixes from PR review.Jon Skeet2015-07-173-14/+89
* Make the map test actually test the code...Jon Skeet2015-07-161-0/+7
* First pass at wrapper types.Jon Skeet2015-07-169-405/+834