Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turned on runtime contract checking for debug builds and fixed the errors ↵ | Andrew Arnott | 2009-04-19 | 1 | -3/+12 |
| | | | | that it caught. | ||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 2 | -32/+32 |
| | | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules. | ||||
* | Added a couple of tests to test MinVersion/MaxVersion MessagePart behavior. | Andrew Arnott | 2008-12-08 | 2 | -0/+91 |
| | |||||
* | Added MessagePart versioning capability. | Andrew Arnott | 2008-11-20 | 1 | -3/+8 |
| | | | | | 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 Arnott | 2008-11-20 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Lots of Messaging plumbing work to support DotNetOpenId associate messages. | Andrew Arnott | 2008-11-06 | 1 | -0/+50 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 4 | -0/+496 |