aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Collections
Commit message (Expand)AuthorAgeFilesLines
* Remove the executable bit from several source code filesSebastian Schuberth2018-06-251-0/+0
* Add unknown field support for csharp (#3936)Jie Luo2017-12-131-0/+89
* Compare floating point values bitwise in C#Jon Skeet2017-12-093-13/+144
* C#: Implement IReadOnlyDictionary<K,V> in MapField<K,V>Jean-Rémy Bancel2017-07-121-0/+11
* Fixes for .NET 3.5 compatibilityJohn Brock2017-02-231-1/+1
* Fix CopyTo argument validationJon Skeet2017-02-061-2/+2
* C#: Implement IReadOnlyList<T> in RepeatedField<T>Jon Skeet2017-01-301-0/+3
* Implement RepeatedField.AddRange (#1733)Jon Skeet2016-07-132-61/+83
* Remove ordering guarantees in the MapField documentationJon Skeet2016-06-211-3/+4
* Replace StringBuilder with TextWriter in JsonFormatteravgweb2016-03-062-6/+8
* Rename Preconditions to ProtoPreconditionsJon Skeet2016-02-041-8/+8
* Fix handling of repeated wrappersJon Skeet2016-01-151-5/+4
* Prohibit null values in map fieldsJon Skeet2016-01-111-33/+20
* Support ToString in RepeatedField and MapField.Jon Skeet2015-10-012-0/+35
* Fix parameter name in exception.Jon Skeet2015-08-101-1/+1
* Implement ICollection.CopyTo (using Array) for MapField views.Jon Skeet2015-08-101-1/+12
* Implement Keys and Values as viewsJon Skeet2015-08-081-4/+84
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-4/+2
* Skip groups properly.Jon Skeet2015-08-061-3/+2
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Jon Skeet2015-08-051-5/+1
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-042-6/+246
* Rename ThrowHelper to Preconditions and make it public - we'll want to use it...Jon Skeet2015-07-301-8/+8
* More freezing tidy-up; generated code in next commit.Jon Skeet2015-07-301-2/+1
* Minor bits of left-over frozenness.Jon Skeet2015-07-302-7/+1
* remove the freeze APIJan Tattermusch2015-07-292-58/+5
* First attempt at using profile 259 for Google.Protobuf.Jon Skeet2015-07-272-5/+8
* Revamp to reflection.Jon Skeet2015-07-211-0/+3
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-173-0/+1182