Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -1/+3 |
| | | | | But some unit tests still fail, and there are other issues. | ||||
* | Custom OpenID extensions may now exist outside the library. | Andrew Arnott | 2009-04-15 | 1 | -3/+3 |
| | |||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 1 | -2/+2 |
| | | | | into OpenIdTestBase. | ||||
* | Refactored association management functions from the OpenIdRelyingParty ↵ | Andrew Arnott | 2009-01-23 | 1 | -1/+1 |
| | | | | class into an AssociationManager class. | ||||
* | Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵ | Andrew Arnott | 2009-01-21 | 1 | -2/+2 |
| | | | | Send method. | ||||
* | Added GetHashCode() methods to the AX classes, and fixed their Equals methods. | Andrew Arnott | 2009-01-17 | 1 | -0/+3 |
| | | | | StyleCop clean. | ||||
* | AX feature complete, with tests passing. | Andrew Arnott | 2009-01-17 | 1 | -0/+77 |