1. e8c76bd Fix comments. by Jon Skeet · 13 years ago
  2. cdb4518 Overload of ContinueArray for situations where we know in advance that the array isn't packed. by Jon Skeet · 13 years ago
  3. 9b3de69 Changes from review f60f2676f7fa by csharptest · 13 years ago
  4. 84f7e09 Fixed comment by csharptest · 13 years ago
  5. 398a7f5 Removed unnessary parital declaration by csharptest · 13 years ago
  6. 74c5e0c Reformatted to include braces by csharptest · 13 years ago
  7. b00ea13 Refactoring the ICoded interfaces (again) removing the use of some generic methods. by csharptest · 13 years ago
  8. ced18e1 Several performance tweaks by csharptest · 13 years ago
  9. 367e022 Performance tweek for reading entire unpacked array by csharptest · 13 years ago
  10. aef072a Renamed Bytes to ByteArray and added a Reverse method. by csharptest · 13 years ago
  11. 4ba365d Performance fix for double/float on read by csharptest · 13 years ago
  12. 2772dfe Performance fix for float/double write bytes. Performance fix, do not use Array.Copy. by csharptest · 13 years ago
  13. 17699c2 Extracted ICodedInputStream interface by csharptest · 13 years ago
  14. d2af9e9 Refactoring of CodedInputStream.Read??? to use boolean return with out param. by csharptest · 13 years ago
  15. 123e534 Canged CodedInputStream.ReadTag to use boolean result with out params to by csharptest · 13 years ago
  16. 45a93fa Optimized access to ByteString from coded io. by csharptest · 13 years ago
  17. 71f662c reformatted all code to .NET standard formatting by csharptest · 13 years ago
  18. 10871cc Removed more uses of InternalsVisibleTo, made more stuff public :) by csharptest · 13 years ago
  19. 804b6d8 Implementation work for Lite runtime and generator by csharptest · 14 years ago
  20. 80e73b9 Completed abstract lite builder and message by csharptest · 14 years ago
  21. d9c59e6 First pass at interface breakup by csharptest · 14 years ago
  22. f18a5b0 Fixed spacing by Jon Skeet · 14 years ago
  23. ef234da Added CodedInputStream ctor symmetrical with CodedOutputStream. by Charles Stanhope · 14 years ago
  24. b49d3c7 Support Compact Framework 3.5 by Jon Skeet · 15 years ago
  25. 0aac0e4 Regionify copyright statement by Jon Skeet · 15 years ago
  26. 3c80886 Silverlight compatibility other than SortedList by Jon Skeet · 15 years ago
  27. 2178b93 Fix bug when reading many messages - size guard was triggered by Jon Skeet · 15 years ago
  28. 60fb63e Initial Silverlight compatibility work by Jon Skeet · 15 years ago
  29. d6dd0a4 Add CLSCompliance. by Jon Skeet · 15 years ago
  30. c298c89 New tests, double build errors, and a few miscellaneous fixes by Jon Skeet · 15 years ago
  31. 2e6dc12 Write/Read delimited messages by Jon Skeet · 15 years ago
  32. 25a2858 Support packed primitive types by Jon Skeet · 16 years ago
  33. 6a60ac3 String optimisations by Jon Skeet · 16 years ago
  34. 60c059b Replaced copyright notice by Jon Skeet · 16 years ago
  35. 6803686 First cut at new layout by Jon Skeet · 16 years ago