aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/TextFormat.cs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.Jon Skeet2008-08-151-2/+0
* Updated C# tests and code for TextFormat to match Java.Jon Skeet2008-08-151-3/+1
* Signed the test assembly, and added InternalsVisibleTo. Some public members n...Jon Skeet2008-08-141-16/+8
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-141-1/+16
* Implemented text parsing.Jon Skeet2008-08-141-11/+191
* Lots of text formatting tests, but ignored the parsing ones for the moment.Jon Skeet2008-08-141-10/+49
* The great generics revisiting.Jon Skeet2008-08-141-0/+1
* First unit test reading a complete message\!Jon Skeet2008-08-141-4/+4
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-141-13/+5
* Implemented TextFormatterJon Skeet2008-08-141-14/+383
* Descriptors are pretty much complete, with a slight issue of how to find the ...Jon Skeet2008-08-141-0/+20
* Some work on AbstractBuilder, and complete implementation of UnknownField and...Jon Skeet2008-08-141-0/+4
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-141-0/+11