aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/CodedInputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* 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