aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos
Commit message (Expand)AuthorAgeFilesLines
* regenerated proto files with recent changescsharptest2012-10-1017-30/+30
* Merge.Jon Skeet2012-06-041-5/+285
|\
| * Test and fix for issue 45. When we fetch properties, explicitly state thatJon Skeet2012-06-041-3/+248
* | Post-release changescsharptest2011-10-1517-17/+17
* | version 2.4.1.473csharptest2011-10-1517-283/+283
* | - Upgraded NUnitcsharptest2011-10-041-5/+5
* | Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-014-622/+2449
* | merged issue-28csharptest2011-09-2814-1694/+2708
|\ \
| * | Regenerated code with changescsharptest2011-09-2314-1625/+2624
* | | merged issue-22csharptest2011-09-2814-1189/+5239
|\| |
| * | First pass at implementation and testing of reusable builders.csharptest2011-09-0914-1151/+5085
| |/
* | Fix for public constructor on messagescsharptest2011-09-2314-0/+99
* | merge issue-20csharptest2011-09-201-3/+15
|\ \
| * | Completed addition and testing of new add_serializable option.csharptest2011-09-091-3/+15
| |/
* | merge issue-26csharptest2011-09-168-192/+192
|\ \
| * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-167-182/+182
| |/
* | merge issue-21csharptest2011-09-1616-20/+845
|\ \
| * | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-0916-19/+847
| |/
* / Added support for negative enum values and testscsharptest2011-09-091-3/+413
|/
* Missing updated file from previous editscsharptest2011-08-191-0/+4
* Merged branch for issue 16csharptest2011-08-1315-0/+60
|\
| * Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-1215-0/+60
* | Allow field names that begin with underscore and number '_0'csharptest2011-08-121-5/+252
* | Fixed removal of all '_' from names, Added unit test.csharptest2011-08-121-0/+789
|/
* Fixed A few last methods taking CodedInputStreamcsharptest2011-06-171-1/+1
* Added recursion limits to AbstractReader.cscsharptest2011-06-111-21/+291
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-106-154/+154
* Several performance tweakscsharptest2011-06-0910-246/+246
* Finished adding find tag by namecsharptest2011-06-0811-614/+1856
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-0813-1006/+1006
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-043-205/+545
* Extracted ICodedInputStream interfacecsharptest2011-06-0313-344/+344
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-0311-594/+503
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-0311-82/+82
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-0311-489/+735
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-0311-94/+94
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-0311-559/+379
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-023-0/+11989
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-311-2/+2
* Completed adding attributes to all generated typescsharptest2011-05-2012-0/+561
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-2012-12/+12
* Moved key file to /keys directorycsharptest2011-05-202-2/+2
* merged from protobuf-csharp-portcsharptest2011-05-1910-10/+10
|\
| * version 2.3.0.277csharptest2011-05-1910-10/+10
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-194-274/+262
* | Implementation of service interface generatorcsharptest2011-05-031-0/+1212
|/
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-0310-26344/+26344
* Fixed build for lite runtimeJon Skeet2010-12-141-46/+96
* First commit of lite code - more to comeJon Skeet2010-12-1210-392/+5102
|\
| * Lite feature complete.csharptest2010-11-092-26/+12