aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/ByteString.cs
Commit message (Expand)AuthorAgeFilesLines
* Remove the executable bit from several source code filesSebastian Schuberth2018-06-251-0/+0
* Fixes for .NET 3.5 compatibilityJohn Brock2017-02-231-2/+5
* Add ByteString.FromStream and ByteString.FromStreamAsync in C#Jon Skeet2017-01-101-0/+53
* Give C# ByteString a sensible GetHashCode implementation.Jon Skeet2016-12-161-1/+1
* Make BytesString.Unsafe internal (which it should have been all along)Jon Skeet2015-11-021-3/+3
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-3/+0
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-5/+69
* Expose Coded*Stream constructors directly.Jon Skeet2015-08-031-1/+1
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+284