Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-06 | 1 | -1/+1 |
| | |||||
* | More contracts work. | Andrew Arnott | 2009-09-06 | 1 | -8/+0 |
| | |||||
* | Some more transitioning from ErrorUtilities to Code Contracts. | Andrew Arnott | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -10/+8 |
| | | | | But some unit tests still fail, and there are other issues. | ||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 1 | -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 Arnott | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | More FxCop fixes. | Andrew Arnott | 2009-03-09 | 1 | -0/+3 |
| | |||||
* | Fixed some FxCop and StyleCop issues. | Andrew Arnott | 2009-03-09 | 1 | -0/+2 |
| | |||||
* | More code contract work. Warnings down to sort of a minimum. | Andrew Arnott | 2009-03-09 | 1 | -1/+10 |
| | |||||
* | Expanding Code Contract application to more classes. | Andrew Arnott | 2009-03-09 | 1 | -3/+8 |
| | |||||
* | Code Contracts work.. enabling it for just a few classes. | Andrew Arnott | 2009-03-09 | 1 | -1/+2 |
| | |||||
* | first sprint | Andrew Arnott | 2009-03-09 | 1 | -1/+2 |
| | |||||
* | Fixed static analysis issues. | Andrew Arnott | 2009-03-09 | 1 | -9/+6 |
| | |||||
* | Work to avoid serializing out empty parameters in messages, and particularly ↵ | Andrew Arnott | 2009-01-31 | 1 | -11/+28 |
| | | | | sreg extension response. | ||||
* | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 1 | -100/+100 |
| | |||||
* | Lots of work toward extensions. | Andrew Arnott | 2008-12-19 | 1 | -100/+100 |
| | |||||
* | Added MessagePart versioning capability. | Andrew Arnott | 2008-11-20 | 1 | -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 Arnott | 2008-11-20 | 1 | -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 Arnott | 2008-11-18 | 1 | -0/+1 |
| | |||||
* | Added very basic OpenID message passing scenario test. | Andrew Arnott | 2008-11-09 | 1 | -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 Arnott | 2008-11-06 | 1 | -4/+9 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+136 |