aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
* build signed assembliesJan Tattermusch2015-08-0215-36/+97
* 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
* Fixes to ByteString's equality handling.Jon Skeet2015-07-162-20/+41
* First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-164-1/+2424
* Remove the struct-based iterator for RepeatedField.Jon Skeet2015-07-162-63/+6
* added comment for ByteString.CopyFromJan Tattermusch2015-07-151-0/+2
* C# cleanup - assorted nitsJan Tattermusch2015-07-155-10/+3
* Don't create nested types (or field accessors) for map types.Jon Skeet2015-07-152-5771/+0
* Generated code for well-known typesJon Skeet2015-07-1417-113/+4763
* Generate the well-known types in C#Jon Skeet2015-07-143-10/+34
* Changing reflection namespace (part 4)Jon Skeet2015-07-148-11/+0
* Changing reflection namespace (part 3)Jon Skeet2015-07-144-233/+233
* Changing reflection namespace (part 2)Jon Skeet2015-07-147-487/+487
* Changing reflection namespace (part 1)Jon Skeet2015-07-1430-2629/+2617