18092 Commits (10a8f64e4ae93cbbdd4d7eed1d8b2f07ae769da8)
 

Author SHA1 Message Date
Jon Skeet f09fed217f Small tidying. 17 years ago
Jon Skeet 2cbd799b5e Comments. 17 years ago
Jon Skeet 984eb9c27a Just comments. 17 years ago
Jon Skeet 3fa72c5556 Just the solution file - can be ignored. 17 years ago
Jon Skeet 0b6d39acc4 Remove unused variable. 17 years ago
Jon Skeet 92b0aaa09e Use a nullable int for the memoizedSize, just because it's neater. 17 years ago
Jon Skeet 9deef9baec Add aliases into enums 17 years ago
Jon Skeet 10ad653ce5 Reflect Java source code. 17 years ago
Jon Skeet 40c2221ef4 Updated C# tests and code for TextFormat to match Java. 17 years ago
Jon Skeet 7941ebf198 Updates due to changes to descriptor.proto 17 years ago
temporal a44f3c33df Update CHANGES.txt for v2.0.1. Also update beta warning in README.txt. 17 years ago
Jon Skeet a09ca23e16 Solution file - should not be part of patch to svn 17 years ago
Jon Skeet 187108b507 Added some ignore files 17 years ago
Jon Skeet 8f721f5dc7 Experimental (and currently unused) behaviour to determine whether or not a message has any required fields. 17 years ago
Jon Skeet b01135c485 Align delegates with .NET 3.5 17 years ago
Jon Skeet 6d0cbe7200 Use a switch instead of a map for WireFormat. 17 years ago
Jon Skeet 0980982095 Evil reflection optimisation. 17 years ago
Jon Skeet 38da52d349 Micro-optimisations around varints and strings. 17 years ago
Jon Skeet 272d384f6a Use delegates instead of dynamic reflection. 17 years ago
Jon Skeet db9d2fcd06 isInitialized optimisation for reflection-based generated protos 17 years ago
Jon Skeet 3b3150881a Optimisations of IsInitialized and removal of unnecessary references. 17 years ago
Jon Skeet 0677933d9e Addressbook samples. 17 years ago
Jon Skeet 81efcf25f3 Removed accidental addition of test directory. 17 years ago
Jon Skeet 62b3d31fb7 Fixed a few TODOs 17 years ago
Jon Skeet eb4ef52c66 Abandon the 'self' namespace alias - we need to be able to import types in other namespaces too. 17 years ago
Jon Skeet 5407a4329d Signed the test assembly, and added InternalsVisibleTo. Some public members now internal again. 17 years ago
Jon Skeet 38d453d318 Beginning to fix the TODOs 17 years ago
Jon Skeet 15041fa06c Removed EnumDescriptorIndexAttribute - not really necessary. 17 years ago
Jon Skeet 283b7a1a51 Batch file to generate the bootstrapping proto files 17 years ago
Jon Skeet 48ce28bf2f Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
Jon Skeet 5923b37223 Finished service test with a mock. 17 years ago
Jon Skeet 3ae573c174 Fleshed out service interfaces, and wrote the simpler service tests. Mocking tests still to be done. 17 years ago
Jon Skeet 1e42fdde2e Implemented text parsing. 17 years ago
Jon Skeet feb9385b04 Lots of text formatting tests, but ignored the parsing ones for the moment. 17 years ago
Jon Skeet ca4cbda9de Extensions don't need to go under a separate type. 17 years ago
Jon Skeet d6c9495797 More tests, and a bug fix. 17 years ago
Jon Skeet 19ed9c0782 UnknownFieldSet tests, and a fix to repeated extension elements. 17 years ago
Jon Skeet a80a37ccd5 Tidying up, and a couple of extra tests. 17 years ago
Jon Skeet f26f8dce02 The great generics revisiting. 17 years ago
Jon Skeet 9134a21f27 Tweaks 17 years ago
Jon Skeet cabd06d12f More tests, and implementation of UninitializedMessageException description. 17 years ago
Jon Skeet 794409b379 More tests, more fixes. 17 years ago
Jon Skeet ba02091ef8 New unit tests and corresponding bug fixes. 17 years ago
Jon Skeet bef2caf5e4 Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
Jon Skeet 5d7adf66ce First unit test reading a complete message\! 17 years ago
Jon Skeet 3f9a6f2116 Implemented GeneratedExtension, although list handling may be incorrect. 17 years ago
Jon Skeet 575083ae9c Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 17 years ago
Jon Skeet 1353315ded Implemented TextFormatter 17 years ago
Jon Skeet b84310e110 Field accessor implementations complete (hopefully) 17 years ago
Jon Skeet 023d7398d6 Update Makefile in terms of C# sources and keyfile command line option 17 years ago