aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Serialization
Commit message (Expand)AuthorAgeFilesLines
* Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test depen...csharptest2012-10-144-23/+21
* Working to reduce number of conditional complication directives, and migrate ...csharptest2012-10-142-14/+0
* Refactoring compatibility code to use FrameworkPortability classcsharptest2012-10-146-32/+9
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-142-0/+6
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLi...csharptest2012-10-144-6/+7
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-129-7/+33
* Merged local fix for Issue 50csharptest2012-10-104-16/+16
|\
| * Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-044-16/+16
* | Issue 50: The XML serializer will fail to deserialize a message with empty ch...csharptest2012-10-101-7/+10
|/
* version 2.4.1.473csharptest2011-10-151-3/+3
* - Upgraded NUnitcsharptest2011-10-044-140/+208
* Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-024-7/+7
* Several build related changes in this commit:csharptest2011-10-022-22/+24
* Conditional extensions in serialization, Removed usages of extensions methods...csharptest2011-10-013-34/+74
* Moved all extension methods to a single class/filecsharptest2011-10-015-76/+65
* Added lite version of the serialization assemblycsharptest2011-09-301-0/+156
* Added comments for private fieldscsharptest2011-09-294-4/+13
* Added missing calls to ReadMessageEnd and writer.Flush.csharptest2011-09-292-1/+5
* Fix for incorrect handling of Whitespace after an array open in XmlFormatReadercsharptest2011-09-291-2/+6
* Changes from code reviewcsharptest2011-09-295-62/+11
* Last change for http support, adding a simple reader for query strings and/orcsharptest2011-09-164-71/+287
* Missing braces :)csharptest2011-09-092-2/+8
* revert of accidental AssemblyInfo version changescsharptest2011-09-091-3/+3
* Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-0912-149/+138
* Added IDisposable to ICodedOutputStreamcsharptest2011-09-083-16/+60
* first pass at adding required changescsharptest2011-09-0813-14/+454
* Split off the Serialization namespace into a new assembly.csharptest2011-08-0517-0/+4076