Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -43/+0 |
| | |||||
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 1 | -1/+1 |
| | | | | receiving DotNetOpenId merge. | ||||
* | Applied FxCop fixes. | Andrew Arnott | 2008-10-23 | 1 | -4/+4 |
| | |||||
* | Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵ | Andrew Arnott | 2008-09-28 | 1 | -1/+1 |
| | | | | requests. | ||||
* | Implementing and refactoring ServiceProvider and Consumer classes. | Andrew Arnott | 2008-09-23 | 1 | -4/+8 |
| | | | | Beginning to write a test for the spec's appendix A scenario. | ||||
* | Removed a lot of DataContract references. | Andrew Arnott | 2008-09-20 | 1 | -1/+0 |
| | |||||
* | TestDirectedMessage now derives from TestMessage. | Andrew Arnott | 2008-09-19 | 1 | -44/+2 |
| | |||||
* | All tests passing, with more work done. | Andrew Arnott | 2008-09-18 | 1 | -0/+6 |
| | |||||
* | MessageDictionary mostly hooked up and most tests passing. | Andrew Arnott | 2008-09-18 | 1 | -4/+8 |
| | |||||
* | Added MessageDictionary and supporting classes and tests. | Andrew Arnott | 2008-09-17 | 1 | -0/+7 |
| | | | | Very little documentation is there until I can prove the idea works to solve our signing design problem. | ||||
* | Stylecop fixes. | Andrew Arnott | 2008-09-13 | 1 | -5/+9 |
| | |||||
* | Added check so Channel can guarantee that messages receive all the ↵ | Andrew Arnott | 2008-09-13 | 1 | -1/+5 |
| | | | | protections they require. | ||||
* | Refactored several Messaging classes into the Messaging.Bindings namespace. | Andrew Arnott | 2008-09-13 | 1 | -2/+6 |
| | |||||
* | Refactored the exception handling in the channel stack. | Andrew Arnott | 2008-09-09 | 1 | -1/+7 |
| | |||||
* | More channel work and testing. | Andrew Arnott | 2008-09-03 | 1 | -0/+47 |