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