aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test
Commit message (Expand)AuthorAgeFilesLines
* Implemented popsicle immutability for lists. Modified MessageStreamIterator t...Jon Skeet2008-08-2110-527/+302
* Fix to constructor access for nested types, and first pass at streaming.Jon Skeet2008-08-1911-247/+310
* Add aliases into enumsJon Skeet2008-08-151-0/+2
* Reflect Java source code.Jon Skeet2008-08-151-0/+15
* Updated C# tests and code for TextFormat to match Java.Jon Skeet2008-08-151-0/+44
* Use a switch instead of a map for WireFormat.Jon Skeet2008-08-141-5/+9
* Use delegates instead of dynamic reflection.Jon Skeet2008-08-147-240/+320
* Optimisations of IsInitialized and removal of unnecessary references.Jon Skeet2008-08-141-2/+0
* Abandon the 'self' namespace alias - we need to be able to import types in ot...Jon Skeet2008-08-149-1692/+1674
* Signed the test assembly, and added InternalsVisibleTo. Some public members n...Jon Skeet2008-08-142-0/+5
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-1412-28/+179
* Finished service test with a mock.Jon Skeet2008-08-145-223/+169
* Fleshed out service interfaces, and wrote the simpler service tests. Mocking ...Jon Skeet2008-08-141-2/+36
* Implemented text parsing.Jon Skeet2008-08-141-23/+3
* Lots of text formatting tests, but ignored the parsing ones for the moment.Jon Skeet2008-08-143-26/+465
* Extensions don't need to go under a separate type.Jon Skeet2008-08-146-22/+22
* More tests, and a bug fix.Jon Skeet2008-08-141-0/+192
* UnknownFieldSet tests, and a fix to repeated extension elements.Jon Skeet2008-08-145-2/+312
* Tidying up, and a couple of extra tests.Jon Skeet2008-08-142-28/+25
* The great generics revisiting.Jon Skeet2008-08-1412-674/+691
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-1413-189/+958
* More tests, more fixes.Jon Skeet2008-08-147-24/+859
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-144-75/+427
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-1411-83/+1730
* First unit test reading a complete message\!Jon Skeet2008-08-142-11/+345
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-143-150/+150
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-147-0/+15476
* Changed fixed size methods to return unsigned integers. Finished FieldSet. In...Jon Skeet2008-08-144-9/+30
* Added copyright noticesJon Skeet2008-08-143-8/+49
* More tests for CodedInputStream, and some more WireFormatJon Skeet2008-08-141-6/+335
* First part of dotnet libraryJon Skeet2008-08-148-0/+5522