412 Commits (3b001ca6ba6fb51f5e55b1596fb3ce09ee9981e8)

Author SHA1 Message Date
Jon Skeet 801b169bce Addressed issues raised in code review. Will merge when green. 9 years ago
Jon Skeet 16e272e0c4 Format JSON for Duration and Timestamp. 9 years ago
Jan Tattermusch d331d2f60f make changes and fixes in signing 9 years ago
Jan Tattermusch 0df900f0dc added protoc.exe and well known protobuf files to the nuspec file 9 years ago
Jan Tattermusch 538ef54f1e build signed assemblies 9 years ago
Jon Skeet 6cf5f660e5 Simplify the JSON tests for readability 9 years ago
Jon Skeet 4fed0b515f Fix JSON formatting to always emit fields in field order, including oneofs 9 years ago
Jon Skeet fd02e45b2a Fix trivial bug in field orderings. 9 years ago
Jon Skeet 9629797331 Well-known type operations for Timestamp and Duration (but not JSON formatting). 9 years ago
Jon Skeet f994cfe808 Handle field names of "descriptor" and "types". 9 years ago
Jon Skeet d18cc08456 Generated code for previous commit. 9 years ago
Jon Skeet 3980cf9df1 Prohibit null values for string/bytes fields in generated code. 9 years ago
Jon Skeet 68380f0f66 Rename ThrowHelper to Preconditions and make it public - we'll want to use it from the generated code soon. 9 years ago
Jon Skeet dea15a7ca4 Generated code from previous commit. 9 years ago
Jon Skeet f03271665f More freezing tidy-up; generated code in next commit. 9 years ago
Jon Skeet 3b2fe97b6f Minor bits of left-over frozenness. 9 years ago
Jan Tattermusch 7ec023acf4 regenerate code 9 years ago
Jan Tattermusch 3783d9a8ad remove the freeze API 9 years ago
Jan Tattermusch fa29148137 add IsClientStreaming and IsServerStreaming to MethodDescriptor 9 years ago
Jon Skeet d82ebe48e1 Update the readme file to indicate supported platforms 9 years ago
Jon Skeet 9ccc83990d Humbug - previous commit didn't include project file changes :( 9 years ago
Jon Skeet 0802d56fcd Tweaks to Profile259 support 9 years ago
Jon Skeet 0dbd5ec80d First attempt at using profile 259 for Google.Protobuf. 9 years ago
Jan Tattermusch 3b8c83eff1 expose original binary data for filedescriptor 9 years ago
Jon Skeet c1c6b2d0d5 Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorCollection. 9 years ago
Jon Skeet 5e0cfc9a47 Added newlines 9 years ago
Jon Skeet 20bf6a563a First pass at making field access simpler. 9 years ago
Jon Skeet e2368c9022 Fix attribute mistake and regenerate code. 9 years ago
Jon Skeet 47bf49b9fa Generated code for previous commit. 9 years ago
Jon Skeet 4668c3dc39 Remove the usage of attributes for field/method discovery. 9 years ago
Jon Skeet 8d115298c7 Fix comment typo 9 years ago
Jon Skeet 96cffaa8e3 Generated code changes following previous commit. 9 years ago
Jon Skeet 53c399a1d6 Revamp to reflection. 9 years ago
Jan Tattermusch 43b17376f7 update addressbook example 9 years ago
Jan Tattermusch 352690efc7 regenerate Addressbook.cs 9 years ago
Jon Skeet c9fd53a3b7 First part of JSON formatting for well-known types. I think we need a reflection API rethink before doing the rest. 9 years ago
Jan Tattermusch 9b28d4b12c Fix typo in buildall.sh 9 years ago
Jon Skeet 59eeebee87 First pass at the big rename from ProtocolBuffers to Google.Protobuf. 9 years ago
Jon Skeet 34878cb14e Fixes from PR review. 9 years ago
Jon Skeet 3da90e9f54 Make the map test actually test the code... 10 years ago
Jon Skeet 8a0312b201 First pass at wrapper types. 10 years ago
Jon Skeet 8d47ec4f3e Fixes to ByteString's equality handling. 10 years ago
Jon Skeet b2ac868493 First part of implementing wrapper types. Not ready yet! 10 years ago
Jon Skeet 78b452b7ac Remove the struct-based iterator for RepeatedField. 10 years ago
Jan Tattermusch b4a24aa5fa added comment for ByteString.CopyFrom 10 years ago
Jan Tattermusch ab5fffcc9e C# cleanup - assorted nits 10 years ago
Jon Skeet 541b442b99 Don't create nested types (or field accessors) for map types. 10 years ago
Jon Skeet 62a4aa56d4 Generated code for well-known types 10 years ago
Jon Skeet 739d13d5d1 Generate the well-known types in C# 10 years ago
Jon Skeet 1660c5631e Changing reflection namespace (part 4) 10 years ago