aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/DescriptorProtos
Commit message (Expand)AuthorAgeFilesLines
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-142-149/+71
* regenerated proto files with recent changescsharptest2012-10-102-8/+8
* Post-release changescsharptest2011-10-152-2/+2
* version 2.4.1.473csharptest2011-10-152-63/+63
* Added option generate_private_ctor to disable private ctor generationcsharptest2011-10-051-32/+75
* Rebuild of descriptor.proto based on changes from 2.4.1csharptest2011-10-011-99/+944
* merged issue-28csharptest2011-09-282-372/+460
|\
| * Regenerated code with changescsharptest2011-09-232-372/+460
* | merged issue-22csharptest2011-09-282-263/+1143
|\|
| * First pass at implementation and testing of reusable builders.csharptest2011-09-092-263/+1141
* | Fix for public constructor on messagescsharptest2011-09-232-0/+22
* | merge issue-20csharptest2011-09-201-36/+78
|\ \
| * | Completed addition and testing of new add_serializable option.csharptest2011-09-091-36/+78
| |/
* | merge issue-26csharptest2011-09-161-42/+42
|\ \
| * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-161-42/+42
| |/
* / Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-092-2/+2
|/
* Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-122-0/+8
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-22/+22
* Several performance tweakscsharptest2011-06-092-24/+24
* Finished adding find tag by namecsharptest2011-06-082-133/+463
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-082-200/+200
* Extracted ICodedInputStream interfacecsharptest2011-06-032-88/+88
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-032-158/+118
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-032-22/+22
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-032-132/+198
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-032-42/+42
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-032-105/+103
* Completed adding attributes to all generated typescsharptest2011-05-202-0/+163
* ooops, accidentally formatting these generated filescsharptest2011-05-202-12875/+8403
* reformatted all code to .NET standard formattingcsharptest2011-05-204-8500/+12992
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-202-2/+2
* merged from protobuf-csharp-portcsharptest2011-05-192-2/+2
|\
| * version 2.3.0.277csharptest2011-05-192-2/+2
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-191-19/+20
* | Implementation of service interface generatorcsharptest2011-05-031-8/+527
|/
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-032-7988/+7988
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-072-2/+2
* Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-051-33/+203
* Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-8/+178
* Add option to remove CLSCompliance attributeJon Skeet2010-05-191-8/+50
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-192-0/+20
* Allow creation of namespace directoriesJon Skeet2010-02-081-9/+50
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-031-12/+54
* Workaround for Mono bug 516379Jon Skeet2009-06-252-60/+60
* Remove unused variable in static constructorsJon Skeet2009-06-172-20/+20
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-051-21/+21
* Add CLSCompliance.Jon Skeet2009-06-051-0/+3
* Include missing generated filesJon Skeet2009-06-051-0/+218
* Fix custom options behaviourJon Skeet2009-06-052-212/+360
* Write/Read delimited messagesJon Skeet2009-05-292-0/+180