aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/ByteString.cs
Commit message (Collapse)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-284/+0
| | | | We'll see what I've missed when CI fails...
* Fixes to ByteString's equality handling.Jon Skeet2015-07-161-20/+15
|
* added comment for ByteString.CopyFromJan Tattermusch2015-07-151-0/+2
|
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-5/+1
| | | | | | Everything should now be consistent - the only difference between files is the year (aside from generated files). Fixes issue #531.
* Remove a lot of code which wasn't needed any more.Jon Skeet2015-06-261-32/+0
|
* Implement Clone.Jon Skeet2015-06-231-1/+1
| | | | Fixes issue #527.
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-1/+19
| | | | pretty slow right now.
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+305