aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reduce dependenciesJon Skeet2008-09-041-2/+0
* Fix initialization check when an optional field has required subfieldsJon Skeet2008-09-046-17/+353
* Renamed GeneratedRepeatException to GeneratedRepeatExtensionJon Skeet2008-09-042-1/+1
* Added a doc TODOJon Skeet2008-09-041-0/+3
* Removed unnecessary delegateJon Skeet2008-09-041-1/+0
* Implemented popsicle immutability for lists. Modified MessageStreamIterator t...Jon Skeet2008-08-2119-905/+596
* Fix to constructor access for nested types, and first pass at streaming.Jon Skeet2008-08-1920-269/+506
* Small tidying.Jon Skeet2008-08-162-8/+6
* Comments.Jon Skeet2008-08-153-5/+51
* Just comments.Jon Skeet2008-08-152-4/+4
* Just the solution file - can be ignored.Jon Skeet2008-08-151-1/+0
* Remove unused variable.Jon Skeet2008-08-152-3/+0
* Use a nullable int for the memoizedSize, just because it's neater.Jon Skeet2008-08-151-7/+5
* Add aliases into enumsJon Skeet2008-08-152-9/+9
* Reflect Java source code.Jon Skeet2008-08-152-1/+15
* Updated C# tests and code for TextFormat to match Java.Jon Skeet2008-08-153-9/+85
* Updates due to changes to descriptor.protoJon Skeet2008-08-153-165/+759
* Solution file - should not be part of patch to svnJon Skeet2008-08-141-0/+16
* Added some ignore filesJon Skeet2008-08-141-0/+3
* Experimental (and currently unused) behaviour to determine whether or not a m...Jon Skeet2008-08-143-0/+58
* Align delegates with .NET 3.5Jon Skeet2008-08-146-51/+41
* Use a switch instead of a map for WireFormat.Jon Skeet2008-08-143-17/+48
* Evil reflection optimisation.Jon Skeet2008-08-1411-51/+197
* Micro-optimisations around varints and strings.Jon Skeet2008-08-142-17/+86
* Use delegates instead of dynamic reflection.Jon Skeet2008-08-1421-423/+572
* isInitialized optimisation for reflection-based generated protosJon Skeet2008-08-141-0/+34
* Optimisations of IsInitialized and removal of unnecessary references.Jon Skeet2008-08-144-5/+41
* Addressbook samples.Jon Skeet2008-08-143-0/+152
* Removed accidental addition of test directory.Jon Skeet2008-08-1439-11016/+0
* Fixed a few TODOsJon Skeet2008-08-1439-0/+11016
* Abandon the 'self' namespace alias - we need to be able to import types in ot...Jon Skeet2008-08-1412-2460/+2437
* Signed the test assembly, and added InternalsVisibleTo. Some public members n...Jon Skeet2008-08-145-20/+23
* Beginning to fix the TODOsJon Skeet2008-08-146-205/+189
* Removed EnumDescriptorIndexAttribute - not really necessary.Jon Skeet2008-08-144-40/+16
* Batch file to generate the bootstrapping proto filesJon Skeet2008-08-141-0/+9
* Copyright fixes, a bit of documentation, and removed unnecessary using direct...Jon Skeet2008-08-1470-181/+1039
* 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-144-10/+188
* Implemented text parsing.Jon Skeet2008-08-144-34/+536
* Lots of text formatting tests, but ignored the parsing ones for the moment.Jon Skeet2008-08-144-36/+514
* Extensions don't need to go under a separate type.Jon Skeet2008-08-147-27/+29
* More tests, and a bug fix.Jon Skeet2008-08-147-18/+212
* UnknownFieldSet tests, and a fix to repeated extension elements.Jon Skeet2008-08-149-4/+323
* Tidying up, and a couple of extra tests.Jon Skeet2008-08-145-34/+28
* The great generics revisiting.Jon Skeet2008-08-1436-1224/+1176
* TweaksJon Skeet2008-08-143-5/+10
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-1419-261/+1086
* More tests, more fixes.Jon Skeet2008-08-1412-31/+867
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-149-78/+455
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-1428-111/+2494