aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Performance fix for float/double write bytes. Performance fix, do not use Ar...csharptest2011-06-087-16/+74
* Added process priority and affinity for v2 benchmarkscsharptest2011-06-081-11/+10
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-0831-2012/+2331
* Unit testing of Packed/Unpacked parsing in Litecsharptest2011-06-062-37/+1523
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-0412-434/+1315
* Extracted ICodedInputStream interfacecsharptest2011-06-0339-753/+956
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-0335-1714/+1692
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-0321-168/+168
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-0329-999/+1540
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-0335-409/+411
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-034-565/+706
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-0331-1339/+965
* big-endian support for float, and double on Silverlightcsharptest2011-06-021-7/+8
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-0224-247/+12760
* Optimized access to ByteString from coded io.csharptest2011-06-023-11/+36
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-312-6/+6
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-232-27/+48
* Completed adding attributes to all generated typescsharptest2011-05-2026-0/+1221
* ooops, accidentally formatting these generated filescsharptest2011-05-202-12875/+8403
* reformatted all code to .NET standard formattingcsharptest2011-05-20163-37489/+46296
* line-ending-to-crlfcsharptest2011-05-2022-6546/+6546
* Added version command to PublishRelease.bat, added use of external signing keycsharptest2011-05-201-1/+2
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-2021-21/+21
* Removed more uses of InternalsVisibleTo, made more stuff public :)csharptest2011-05-206-36/+26
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-2011-204/+201
* Moved key file to /keys directorycsharptest2011-05-2013-44/+21
* merged from protobuf-csharp-portcsharptest2011-05-202-94/+141
|\
| * Added sample code from the Getting Started Wikicsharptest2011-05-192-94/+141
* | merged from protobuf-csharp-portcsharptest2011-05-1929-53/+69
|\|
| * version 2.3.0.277csharptest2011-05-1919-19/+19
| * versioned assemblies to 2.3.0.277csharptest2011-05-198-28/+28
| * enabled xml documentation generationcsharptest2011-05-192-0/+16
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-1911-431/+337
* | Implementation of service interface generatorcsharptest2011-05-0311-639/+2815
|/
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-0319-64667/+64667
* Turn lineBreak option to line_breakJon Skeet2011-01-271-3/+3
* Default to Environment.NewLine for line breaks in ProtoGen, but allow it to b...Jon Skeet2011-01-275-16/+44
* Effectively revert previous change to Generator.csJon Skeet2011-01-271-19/+3
* Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-154-52/+92
* adding vs2008 solution.csharptest2010-12-151-0/+146
* Fixed build for lite runtimeJon Skeet2010-12-147-109/+123
* Merge from masterJon Skeet2010-12-149-178/+34
|\
| * Remove Silverlight targets for all but the main project. BuildAll now fails -...Jon Skeet2010-12-129-178/+34
* | First commit of lite code - more to comeJon Skeet2010-12-1290-1050/+41628
|\ \ | |/ |/|
| * Added LITE macro definitioncsharptest2010-11-231-2/+2
| * Tests and fixescsharptest2010-11-197-7/+1104
| * Lite feature complete.csharptest2010-11-0935-72/+1292
| * Testingcsharptest2010-11-0912-117/+2865
| * Testing and related fixescsharptest2010-11-0833-389/+20404
| * Fix for repeated extensions.csharptest2010-11-075-161/+123