summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/TestDirectedMessage.cs
Commit message (Expand)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-43/+0
* Moved all the OAuth classes into its own namespace in preparation to receivin...Andrew Arnott2008-11-031-1/+1
* Applied FxCop fixes.Andrew Arnott2008-10-231-4/+4
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-1/+1
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-4/+8
* Removed a lot of DataContract references.Andrew Arnott2008-09-201-1/+0
* TestDirectedMessage now derives from TestMessage.Andrew Arnott2008-09-191-44/+2
* All tests passing, with more work done.Andrew Arnott2008-09-181-0/+6
* MessageDictionary mostly hooked up and most tests passing.Andrew Arnott2008-09-181-4/+8
* Added MessageDictionary and supporting classes and tests.Andrew Arnott2008-09-171-0/+7
* Stylecop fixes.Andrew Arnott2008-09-131-5/+9
* Added check so Channel can guarantee that messages receive all the protection...Andrew Arnott2008-09-131-1/+5
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-131-2/+6
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-091-1/+7
* More channel work and testing.Andrew Arnott2008-09-031-0/+47