summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/MessageSerializer.cs
Commit message (Expand)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-136/+0
* Moved all the OAuth classes into its own namespace in preparation to receivin...Andrew Arnott2008-11-031-1/+1
* Added strong-typed request token message to sample.Andrew Arnott2008-10-071-3/+4
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-8/+42
* Refactored OAuth signing functionality into a SignedMessageBase class.Andrew Arnott2008-09-221-4/+0
* StylCop and FxCop work.Andrew Arnott2008-09-211-1/+2
* All tests passing, with more work done.Andrew Arnott2008-09-181-2/+8
* MessageDictionary mostly hooked up and most tests passing.Andrew Arnott2008-09-181-105/+12
* Fixed xml spoofing bug for using DataContractSerializer to deserialize messages.Andrew Arnott2008-09-131-2/+26
* Great code coverage everywhere we care except for OAuthProtocol and OAuthMess...Andrew Arnott2008-09-101-1/+1
* Much better test coverage.Andrew Arnott2008-09-101-3/+3
* Lots of design work on the channel stack.Andrew Arnott2008-09-021-0/+167