aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Collections/MapField.cs
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-241-771/+771
* Compare floating point values bitwise in C#Jon Skeet2017-12-091-11/+11
* C#: Implement IReadOnlyDictionary<K,V> in MapField<K,V>Jean-Rémy Bancel2017-07-121-0/+11
* Fix CopyTo argument validationJon Skeet2017-02-061-2/+2
* Implement RepeatedField.AddRange (#1733)Jon Skeet2016-07-131-16/+15
* Remove ordering guarantees in the MapField documentationJon Skeet2016-06-211-3/+4
* Replace StringBuilder with TextWriter in JsonFormatteravgweb2016-03-061-3/+4
* Rename Preconditions to ProtoPreconditionsJon Skeet2016-02-041-8/+8
* Prohibit null values in map fieldsJon Skeet2016-01-111-33/+20
* Support ToString in RepeatedField and MapField.Jon Skeet2015-10-011-0/+19
* 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
* 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-041-4/+137
* Rename ThrowHelper to Preconditions and make it public - we'll want to use it...Jon Skeet2015-07-301-8/+8
* Minor bits of left-over frozenness.Jon Skeet2015-07-301-6/+1
* remove the freeze APIJan Tattermusch2015-07-291-32/+2
* First attempt at using profile 259 for Google.Protobuf.Jon Skeet2015-07-271-1/+2
* Revamp to reflection.Jon Skeet2015-07-211-0/+3
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+565