aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos
Commit message (Expand)AuthorAgeFilesLines
* First pass at implementation and testing of reusable builders.csharptest2011-09-0914-1151/+5085
* 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
| * Testing and related fixescsharptest2010-11-082-242/+1
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-0711-10/+251
| * Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-057-385/+39262
|/
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-196-0/+57
* Fixed bug spotted by danielrJon Skeet2009-09-061-26/+39
* Workaround for Mono bug 516379Jon Skeet2009-06-257-177/+177
* Remove unused variable in static constructorsJon Skeet2009-06-177-60/+60
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-053-49/+49
* Add CLSCompliance.Jon Skeet2009-06-052-0/+108
* Include missing generated filesJon Skeet2009-06-052-0/+1457
* Fix custom options behaviourJon Skeet2009-06-057-1072/+1732
* Write/Read delimited messagesJon Skeet2009-05-296-0/+531
* Added field constant generationJon Skeet2009-05-286-0/+307
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-054-156/+504
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-246-0/+59
* Support packed primitive typesJon Skeet2009-02-182-361/+1875
* Merge extensions correctlyJon Skeet2009-01-272-0/+4
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-275-0/+127