summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/Messaging/MessageSerializer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-061-1/+1
|
* More contracts work.Andrew Arnott2009-09-061-8/+0
|
* Some more transitioning from ErrorUtilities to Code Contracts.Andrew Arnott2009-06-261-1/+1
|
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-10/+8
| | | | But some unit tests still fail, and there are other issues.
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-19/+16
| | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules.
* Applied code contracts to several of the most common public classes.Andrew Arnott2009-03-101-0/+2
|
* More FxCop fixes.Andrew Arnott2009-03-091-0/+3
|
* Fixed some FxCop and StyleCop issues.Andrew Arnott2009-03-091-0/+2
|
* More code contract work. Warnings down to sort of a minimum.Andrew Arnott2009-03-091-1/+10
|
* Expanding Code Contract application to more classes.Andrew Arnott2009-03-091-3/+8
|
* Code Contracts work.. enabling it for just a few classes.Andrew Arnott2009-03-091-1/+2
|
* first sprintAndrew Arnott2009-03-091-1/+2
|
* Fixed static analysis issues.Andrew Arnott2009-03-091-9/+6
|
* Work to avoid serializing out empty parameters in messages, and particularly ↵Andrew Arnott2009-01-311-11/+28
| | | | sreg extension response.
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-091-100/+100
|
* Lots of work toward extensions.Andrew Arnott2008-12-191-100/+100
|
* Added MessagePart versioning capability.Andrew Arnott2008-11-201-1/+1
| | | | | A single message type can now serialize differently based on the protocol version a particular instance is representing. This fix allows for the associate messages to pass their tests.
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-48/+6
| | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.
* Better abstraction of association-specific behavior.Andrew Arnott2008-11-181-0/+1
|
* Added very basic OpenID message passing scenario test.Andrew Arnott2008-11-091-2/+2
| | | | Lots of refactoring to eliminate IOAuthDirectedMessage which was redundant with other types and to better enable testing of OpenID scenarios.
* Lots of Messaging plumbing work to support DotNetOpenId associate messages.Andrew Arnott2008-11-061-4/+9
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+136