summaryrefslogtreecommitdiff
path: root/csharp/src
AgeCommit message (Expand)Author
2016-04-29Allow custom type URL prefixes in Any.PackJon Skeet
2016-04-20Regenerate well-known types for C#Jon Skeet
2016-04-20Use the original name in JSON formatting.Jon Skeet
2016-04-20Regenerate all C# code and make it compileJon Skeet
2016-04-20Add C# codegen changes to enum value names (mostly C++)Jon Skeet
2016-04-01Remove duplicate test cases.Jon Skeet
2016-03-31Merge pull request #1369 from jskeet/tools-nuspecJan Tattermusch
2016-03-31Introduce a new nuget package, Google.Protobuf.Tools, basically to contain pr...Jon Skeet
2016-03-30Refactoring of FieldDescriptorJon Skeet
2016-03-29Code review fixesalien
2016-03-18csharp: add support for the json_name optionalien
2016-03-06Replace StringBuilder with TextWriter in JsonFormatteravgweb
2016-03-01Fix copy/paste typo in CodedInputStreamTestJon Skeet
2016-02-29Implement IDisposable for CodedInputStream and CodedOutputStreamJon Skeet
2016-02-22Require VS2015 in the solution fileJon Skeet
2016-02-18Merge pull request #1240 from jskeet/validate_groupJan Tattermusch
2016-02-15Add more tests around merging wrappersJon Skeet
2016-02-15Validate that end-group tags match their corresponding start-group tagsJon Skeet
2016-02-11Merge pull request #1218 from jskeet/nuspec-dependenciesJan Tattermusch
2016-02-09Use checked-in key to build ReleaseSignedJan Tattermusch
2016-02-08nuspec dependency fixesJon Skeet
2016-02-04Generated code changes from previous commitJon Skeet
2016-02-04Rename Preconditions to ProtoPreconditionsJon Skeet
2016-02-04Generated code for GeneratedCodeInfo changeJon Skeet
2016-02-04Rename GeneratedCodeInfo to GeneratedClrTypeInfoJon Skeet
2016-01-26Merge pull request #1158 from jskeet/nonnormalized-tostringJan Tattermusch
2016-01-21Fix mistakes in highest-representable float64 integersJon Skeet
2016-01-20Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwJon Skeet
2016-01-19Merge pull request #1096 from jskeet/custom-to-stringJan Tattermusch
2016-01-15Fix broken testJon Skeet
2016-01-15Make sure thatJon Skeet
2016-01-15Reject JSON containing the same oneof field twiceJon Skeet
2016-01-15Change handling of unknown enums: we now write out the value as a number.Jon Skeet
2016-01-15Extra strictness for FieldMask conversionJon Skeet
2016-01-15Allow the original field name (rather than camel-cased) when parsing JSONJon Skeet
2016-01-15Fixes to JSON timestamp/duration representationsJon Skeet
2016-01-15Report serialization errors in conformance testsJon Skeet
2016-01-15Prohibit null values in repeated and map fields in JSONJon Skeet
2016-01-15Throw a better exception when invalid base64 is detected in JSONJon Skeet
2016-01-15Support (and test) numeric enum parsing in JSONJon Skeet
2016-01-15Fix handling of repeated wrappersJon Skeet
2016-01-13JSON conformance test fixesJon Skeet
2016-01-13Introduce ICustomDiagnosticMessage to allow for custom string formattingJon Skeet
2016-01-11Prohibit null values in map fieldsJon Skeet
2016-01-08Merge pull request #1098 from jskeet/wkt-jsonJan Tattermusch
2016-01-08Merge pull request #1088 from jskeet/codec-pruningJan Tattermusch
2016-01-06Ensure all formatted well-known-type values are valid JSONJon Skeet
2016-01-06Improve number handling in JSON parsingJon Skeet
2016-01-05Remove unused method in FieldCodec.Jon Skeet
2016-01-04Fix C# source generation shell script and remove out of date notesJon Skeet