aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/CodedOutputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup.Jon Skeet2015-06-191-4/+1
* Use our "local" copy of Encoding.UTF8 in CodedInputStream too.Jon Skeet2015-06-171-4/+5
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-454/+163
* Reimplement RepeatedField<T> using an array as the backing store.Jon Skeet2015-06-121-9/+14
* Optimization to avoid foreach over empty lists.Jon Skeet2015-06-121-9/+64
* Coded*Stream streamlining.Jon Skeet2015-06-121-180/+69
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-111-7/+17
* Optimize WriteRawInt32 for the common case of a value < 128, which is a singl...Jon Skeet2015-06-111-0/+7
* Improve string encoding times.Jon Skeet2015-06-111-3/+15
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-194/+144
* Remove CLS compliance from runtime code.Jon Skeet2015-04-291-19/+0
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+1341