aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/CodedOutputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-705/+0
* First pass at wrapper types.Jon Skeet2015-07-161-2/+2
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-5/+1
* Tidying up and extra tests.Jon Skeet2015-06-301-14/+83
* First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-301-325/+0
* First pass at map support.Jon Skeet2015-06-251-0/+8
* 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