aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/ProtocolBuffers
Commit message (Expand)AuthorAge
* Made things a bit more public for the sake of ProtoGenGravatar Jon Skeet2008-10-02
* Doc fixGravatar Jon Skeet2008-09-04
* Fix initialization check when an optional field has required subfieldsGravatar Jon Skeet2008-09-04
* Renamed GeneratedRepeatException to GeneratedRepeatExtensionGravatar Jon Skeet2008-09-04
* Added a doc TODOGravatar Jon Skeet2008-09-04
* Removed unnecessary delegateGravatar Jon Skeet2008-09-04
* Implemented popsicle immutability for lists. Modified MessageStreamIterator t...Gravatar Jon Skeet2008-08-21
* Fix to constructor access for nested types, and first pass at streaming.Gravatar Jon Skeet2008-08-19
* Small tidying.Gravatar Jon Skeet2008-08-16
* Comments.Gravatar Jon Skeet2008-08-15
* Just comments.Gravatar Jon Skeet2008-08-15
* Remove unused variable.Gravatar Jon Skeet2008-08-15
* Use a nullable int for the memoizedSize, just because it's neater.Gravatar Jon Skeet2008-08-15
* Reflect Java source code.Gravatar Jon Skeet2008-08-15
* Updated C# tests and code for TextFormat to match Java.Gravatar Jon Skeet2008-08-15
* Updates due to changes to descriptor.protoGravatar Jon Skeet2008-08-15
* Experimental (and currently unused) behaviour to determine whether or not a m...Gravatar Jon Skeet2008-08-14
* Align delegates with .NET 3.5Gravatar Jon Skeet2008-08-14
* Use a switch instead of a map for WireFormat.Gravatar Jon Skeet2008-08-14
* Evil reflection optimisation.Gravatar Jon Skeet2008-08-14
* Micro-optimisations around varints and strings.Gravatar Jon Skeet2008-08-14
* Use delegates instead of dynamic reflection.Gravatar Jon Skeet2008-08-14
* Optimisations of IsInitialized and removal of unnecessary references.Gravatar Jon Skeet2008-08-14
* Abandon the 'self' namespace alias - we need to be able to import types in ot...Gravatar Jon Skeet2008-08-14
* Signed the test assembly, and added InternalsVisibleTo. Some public members n...Gravatar Jon Skeet2008-08-14
* Beginning to fix the TODOsGravatar Jon Skeet2008-08-14
* Removed EnumDescriptorIndexAttribute - not really necessary.Gravatar Jon Skeet2008-08-14
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Gravatar Jon Skeet2008-08-14
* Fleshed out service interfaces, and wrote the simpler service tests. Mocking ...Gravatar Jon Skeet2008-08-14
* Implemented text parsing.Gravatar Jon Skeet2008-08-14
* Lots of text formatting tests, but ignored the parsing ones for the moment.Gravatar Jon Skeet2008-08-14
* More tests, and a bug fix.Gravatar Jon Skeet2008-08-14
* UnknownFieldSet tests, and a fix to repeated extension elements.Gravatar Jon Skeet2008-08-14
* Tidying up, and a couple of extra tests.Gravatar Jon Skeet2008-08-14
* The great generics revisiting.Gravatar Jon Skeet2008-08-14
* More tests, and implementation of UninitializedMessageException description.Gravatar Jon Skeet2008-08-14
* More tests, more fixes.Gravatar Jon Skeet2008-08-14
* New unit tests and corresponding bug fixes.Gravatar Jon Skeet2008-08-14
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Gravatar Jon Skeet2008-08-14
* First unit test reading a complete message\!Gravatar Jon Skeet2008-08-14
* Implemented GeneratedExtension, although list handling may be incorrect.Gravatar Jon Skeet2008-08-14
* Initial support for services and extensions. Incomplete, but enough to get ge...Gravatar Jon Skeet2008-08-14
* Implemented TextFormatterGravatar Jon Skeet2008-08-14
* Field accessor implementations complete (hopefully)Gravatar Jon Skeet2008-08-14
* Fix default instance behaviour for repeated typesGravatar Jon Skeet2008-08-14
* Removed Descriptor.cs which was an early attempt at generationGravatar Jon Skeet2008-08-14
* Finish implementing GeneratedBuilder.Gravatar Jon Skeet2008-08-14
* Two more which should have been in the last commitGravatar Jon Skeet2008-08-14
* Descriptors are pretty much complete, with a slight issue of how to find the ...Gravatar Jon Skeet2008-08-14
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Gravatar Jon Skeet2008-08-14