1. fb1547b Regenerate proto files by Jon Skeet · 9 years ago
  2. 7532f02 Reimplement RepeatedField<T> using an array as the backing store. by Jon Skeet · 9 years ago
  3. 5685e98 Simplify ComputeInt32Size to call ComputeInt32SizeNoTag. by Jon Skeet · 9 years ago
  4. 9b66768 Optimization to avoid foreach over empty lists. by Jon Skeet · 9 years ago
  5. ca2adbd Fix incorrect handling of non-seekable streams. by Jon Skeet · 9 years ago
  6. eb70bd0 Update the AddressBook tutorial to reflect the mutable design. by Jon Skeet · 9 years ago
  7. 96ddf01 Coded*Stream streamlining. by Jon Skeet · 9 years ago
  8. 39aaf21 Reimplement enums as int values, and get rid of EnumHelper. by Jon Skeet · 9 years ago
  9. ce0e348 Optimize WriteRawInt32 for the common case of a value < 128, which is a single byte. by Jon Skeet · 9 years ago
  10. 35e4dbd Improve string encoding times. by Jon Skeet · 9 years ago
  11. 954e720 Use expression trees to avoid boxing when converting enums. by Jon Skeet · 9 years ago
  12. e38294a First pass at the mutable API. Quite a bit more to do - in particular, it's pretty slow right now. by Jon Skeet · 9 years ago
  13. 90da351 Migrate writer to io::Printer for C# by Jie Luo · 9 years ago
  14. a21a2cf Change the C# enum generator inherit from primitive generator by Jie Luo · 9 years ago
  15. f7b417d Add oneof support for C# by Jie Luo · 9 years ago
  16. 3668a22 Merge pull request #394 from ironhidegames/csharp-aot-ios by Jan Tattermusch · 9 years ago
  17. 83bcfef added concrete IEqualityComparer<ExtensionIntPair> implementation in ExtensionRegistryLite.cs to prevent AOT compilation issue with unity in iOS by Ruben Garat · 9 years ago
  18. b1a395c Generate *all* protos in the script, applying fixups. by Jon Skeet · 9 years ago
  19. 734393d Make generate_protos.sh Windows-friendly. by Jon Skeet · 9 years ago
  20. 38da658 Regenerate UnittestDropUnknownFields.cs by Jan Tattermusch · 9 years ago
  21. 998b5ba Remove the C#-specific field_presence_test.proto, using unittest_no_field_presence.proto instead. by Jon Skeet · 9 years ago
  22. 8819953 regenerated UnittestImportLite.cs by Jan Tattermusch · 9 years ago
  23. 4083104 regenerated UnittestImportPublicLite by Jan Tattermusch · 9 years ago
  24. 3aa5808 Regenerated UnittestExtrasLite.cs by Jan Tattermusch · 9 years ago
  25. 6f7a782 Regenerated UnittestDropUnknownFields.cs by Jan Tattermusch · 9 years ago
  26. 766036f remove C# files not referenced in any project by Jan Tattermusch · 9 years ago
  27. 385afba Regenerate some proto files after ClsCompliance has been dropped by Jan Tattermusch · 9 years ago
  28. a39dc6d rename FieldPresence to correct name by Jan Tattermusch · 9 years ago
  29. 3ccbf4b Fix newline assertion in TestJsonFormatted on mono by Jan Tattermusch · 9 years ago
  30. 7149cee remove TreatWarningsAsError setting to allow building in Monodevelop by Jan Tattermusch · 9 years ago
  31. 90c8932 Convert back to using NUnit, which is now loaded via NuGet. by Jon Skeet · 9 years ago
  32. 6f9da37 Performance optimization for small messages without unknown fields by Jan Tattermusch · 9 years ago
  33. ea48104 fix comments by Jie Luo · 9 years ago
  34. 41c175e Change field_presence_test.proto by Jie Luo · 9 years ago
  35. 3d4b761 fix comments by Jie Luo · 9 years ago
  36. 6e1ec5f fix commends from Jon Skeet by Jie Luo · 9 years ago
  37. 24ae510 Merge branch 'csharp' of git://github.com/google/protobuf into google-csharp by Jie Luo · 9 years ago
  38. c564750 Change to using xUnit for all unit tests, and fetch that via NuGet. by Jon Skeet · 9 years ago
  39. 954bc83 Merge branch 'csharp' of git://github.com/google/protobuf into google-csharp by Jie Luo · 9 years ago
  40. 4af18b8 rename FieldPResenceTest.cs file by Jie Luo · 9 years ago
  41. ce97e68 Convert both the full and lite runtimes (and json/xml serialization assemblies) to be Portable Class Libraries. by Jon Skeet · 9 years ago
  42. d1f5aca Change the package for field_presence_test.proto by Jie Luo · 9 years ago
  43. c5c9c6a field presence Reflection and tests by Jie Luo · 9 years ago
  44. 0e916d0 Removing more C# project files. by Jon Skeet · 9 years ago
  45. f015b86 Remove CLS compliance from runtime code. by Jon Skeet · 9 years ago
  46. 5e0189a Update C# solution and AddressBook project. by Jon Skeet · 9 years ago
  47. f651f73 Remove support for Serializable. by Jon Skeet · 9 years ago
  48. cc058e1 Remove RPC support. by Jon Skeet · 9 years ago
  49. e8310aa Remove a bunch of files which are no longer relevant: by Jon Skeet · 9 years ago
  50. 5ca6dd7 Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes. by Jon Skeet · 9 years ago
  51. ce66c5f Updated set of unit tests and unit test protos. by Jon Skeet · 9 years ago
  52. f3504cf First part of making the C# runtime work with the new codegen. by Jon Skeet · 9 years ago
  53. 84fa3e2 Imported protobuf-csharp-port into csharp/ tree by Jan Tattermusch · 9 years ago