aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test
Commit message (Expand)AuthorAgeFilesLines
* Added missing calls to ReadMessageEnd and writer.Flush.csharptest2011-09-292-0/+387
* Fix for incorrect handling of Whitespace after an array open in XmlFormatReadercsharptest2011-09-293-2/+45
* Changes from code reviewcsharptest2011-09-292-2/+2
* reintegration with tipcsharptest2011-09-2826-1753/+8969
|\
| * merged issue-28csharptest2011-09-2815-1694/+2721
| |\
| | * Regenerated code with changescsharptest2011-09-2314-1625/+2624
| | * Added unit test to repro issue 28csharptest2011-09-231-0/+13
| * | merged issue-22csharptest2011-09-2817-1205/+5397
| |\|
| | * One more test to ensure DefaultInstance is read-onlycsharptest2011-09-231-0/+10
| | * Added a few more tests to ensure XxxxList { get; } clones readonly buildercsharptest2011-09-151-4/+13
| | * one more test, we are done.csharptest2011-09-091-0/+21
| | * First pass at implementation and testing of reusable builders.csharptest2011-09-0917-1167/+5203
| * | Fix for public constructor on messagescsharptest2011-09-2314-0/+99
| * | merge issue-20csharptest2011-09-203-3/+193
| |\ \
| | * | changes from reviewcsharptest2011-09-201-12/+36
| | * | Completed addition and testing of new add_serializable option.csharptest2011-09-093-3/+169
| | |/
| * | merge issue-27csharptest2011-09-161-4/+0
| |\ \
| | * | Removed the NoWarn for missing commentscsharptest2011-09-161-6/+0
| | * | Remove XML documentation output in test project. It causes errors to show upNathan Brown2011-09-161-2/+4
| | |/
| * | merge issue-26csharptest2011-09-1611-192/+375
| |\ \
| | * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-1610-182/+365
| | |/
| * | merge issue-21csharptest2011-09-1618-20/+948
| |\ \
| | * | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-0918-19/+950
| | |/
| * / Added support for negative enum values and testscsharptest2011-09-095-3/+604
| |/
* | Last change for http support, adding a simple reader for query strings and/orcsharptest2011-09-163-0/+124
* | revert of accidental AssemblyInfo version changescsharptest2011-09-0917-260/+260
* | Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-094-17/+306
* | first pass at adding required changescsharptest2011-09-0819-261/+397
|/
* Missing updated file from previous editscsharptest2011-08-191-0/+4
* Merged branch for issue 16csharptest2011-08-1316-0/+66
|\
| * Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-1216-0/+66
* | Added tests for the additions to NameHelpers.UnderscoresToXxxxxCasecsharptest2011-08-121-0/+10
* | Allow field names that begin with underscore and number '_0'csharptest2011-08-121-5/+252
* | Fixed removal of all '_' from names, Added unit test.csharptest2011-08-122-0/+790
|/
* Split off the Serialization namespace into a new assembly.csharptest2011-08-053-8/+12
* Integrated feedback from revision c97eeb8d933fcsharptest2011-07-1411-32/+37
* Fixed A few last methods taking CodedInputStreamcsharptest2011-06-171-1/+1
* Added recursion limits to AbstractReader.cscsharptest2011-06-113-21/+308
* Added convenience methods for to/from xml and jsoncsharptest2011-06-114-3/+48
* Reader/Writer implementations changed to use static factoriescsharptest2011-06-105-54/+164
* Added initial DictionaryReader/Writer implementationscsharptest2011-06-103-4/+47
* Added the JsonFormatWriter/Readercsharptest2011-06-104-0/+375
* Added the XmlFormatWriter/Readercsharptest2011-06-106-5/+334
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-106-154/+154
* Several performance tweakscsharptest2011-06-0911-246/+253
* Finished adding find tag by namecsharptest2011-06-0811-614/+1856
* Performance fix for double/float on readcsharptest2011-06-082-124/+0
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-0813-1006/+1006
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-045-206/+679
* Extracted ICodedInputStream interfacecsharptest2011-06-0314-345/+345