aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of files which are no longer relevant:Jon Skeet2015-04-2999-15985/+0
* Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Jon Skeet2015-04-283-31312/+39144
* Updated set of unit tests and unit test protos.Jon Skeet2015-04-2867-93042/+164903
* First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-2811-11390/+10632
* removed .hgignore fileJan Tattermusch2015-04-161-23/+0
* Added instructions to manually download the dependenciesJan Tattermusch2015-04-162-0/+16
* cleanup of csharp/lib/ directoryJan Tattermusch2015-04-1688-36442/+0
* Updated readme.md and changes.txt, removed old license.txtJan Tattermusch2015-04-163-48/+26
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-16501-0/+239600
* Wiping slate clean to start again with new layout.Jon Skeet2008-10-22144-46146/+0
* Final commit before changing layoutJon Skeet2008-10-2239-1341/+4007
* Made things a bit more public for the sake of ProtoGenJon Skeet2008-10-024-7/+33
* Initial setup of generator code. Little real functionality so far.Jon Skeet2008-09-0421-4/+457
* Doc fixJon Skeet2008-09-041-1/+1
* Reduce dependenciesJon Skeet2008-09-041-2/+0
* Fix initialization check when an optional field has required subfieldsJon Skeet2008-09-043-6/+317
* 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-2116-863/+580
* Fix to constructor access for nested types, and first pass at streaming.Jon Skeet2008-08-1919-267/+503
* Small tidying.Jon Skeet2008-08-162-8/+6
* Comments.Jon Skeet2008-08-153-5/+51
* Just comments.Jon Skeet2008-08-151-1/+1
* Remove unused variable.Jon Skeet2008-08-151-2/+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-151-0/+2
* 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-151-149/+400
* 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-1420-413/+556
* Optimisations of IsInitialized and removal of unnecessary references.Jon Skeet2008-08-144-5/+41
* 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-1410-2450/+2430
* Signed the test assembly, and added InternalsVisibleTo. Some public members n...Jon Skeet2008-08-145-20/+23
* Beginning to fix the TODOsJon Skeet2008-08-145-204/+189
* Removed EnumDescriptorIndexAttribute - not really necessary.Jon Skeet2008-08-143-36/+15
* 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-146-22/+22