aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/CodedInputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-1144/+0
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-5/+1
* Tidying up and extra tests.Jon Skeet2015-06-301-157/+145
* First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-301-282/+6
* More map tests, and various production code improvements.Jon Skeet2015-06-251-18/+10
* Minor cleanup.Jon Skeet2015-06-191-47/+43
* Use our "local" copy of Encoding.UTF8 in CodedInputStream too.Jon Skeet2015-06-171-2/+2
* Reimplement RepeatedField<T> using an array as the backing store.Jon Skeet2015-06-121-3/+4
* Fix incorrect handling of non-seekable streams.Jon Skeet2015-06-121-2/+2
* Coded*Stream streamlining.Jon Skeet2015-06-121-348/+79
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-111-8/+9
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-091-138/+25
* Remove CLS compliance from runtime code.Jon Skeet2015-04-291-36/+0
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+1864