summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Messaging
Commit message (Collapse)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-0413-1433/+0
|
* Applied FxCop fixes.Andrew Arnott2008-10-233-16/+16
|
* Removed the queue/dequeue methodology of queued responses. Now the methods ↵Andrew Arnott2008-10-021-23/+2
| | | | | | that generate them return them. Besides simplifying the API somewhat, this change allows for Consumer, ServiceProvider and Channel classes to be entirely threadsafe and reusable.
* Removed hard-coded signing modules.Andrew Arnott2008-09-281-1/+0
|
* Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵Andrew Arnott2008-09-282-7/+7
| | | | requests.
* StylCop and FxCop work.Andrew Arnott2008-09-217-88/+94
|
* Removed a lot of DataContract references.Andrew Arnott2008-09-201-1/+2
|
* Removed EnsureCompleteMessageBindingElement and moved its functionality back ↵Andrew Arnott2008-09-202-4/+10
| | | | into the Channel class.
* Worked on test coverage.Andrew Arnott2008-09-207-78/+216
|
* All tests passing, with more work done.Andrew Arnott2008-09-184-5/+38
|
* Fixed a few bugs and got all tests passing.Andrew Arnott2008-09-183-24/+26
|
* MessageDictionary mostly hooked up and most tests passing.Andrew Arnott2008-09-184-76/+49
|
* Added MessageDictionary and supporting classes and tests.Andrew Arnott2008-09-172-0/+344
| | | | Very little documentation is there until I can prove the idea works to solve our signing design problem.
* Simplified tests slightly.Andrew Arnott2008-09-132-7/+7
|
* Added check so Channel can guarantee that messages receive all the ↵Andrew Arnott2008-09-133-4/+24
| | | | protections they require.
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-134-22/+25
|
* Totally refactored signing, expiration and replay detection into extensible ↵Andrew Arnott2008-09-133-142/+208
| | | | channel binding elements.
* Added a few ProtocolException-derived exception types.Andrew Arnott2008-09-131-3/+3
|
* Added tests for signed, expiring and replay protected messages.Andrew Arnott2008-09-131-1/+110
|
* Added datetime serialization tests.Andrew Arnott2008-09-131-3/+11
|
* Fixed xml spoofing bug for using DataContractSerializer to deserialize messages.Andrew Arnott2008-09-132-6/+42
| | | | Added tests to verify correct behavior.
* Started work on unit test code coverage of OAuthChannel.Andrew Arnott2008-09-101-0/+99
|
* Great code coverage everywhere we care except for OAuthProtocol and ↵Andrew Arnott2008-09-103-18/+19
| | | | OAuthMessageTypeProvider.
* Code coverage work in ProtocolException.Andrew Arnott2008-09-101-0/+94
|
* Much better test coverage.Andrew Arnott2008-09-103-4/+177
|
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-091-7/+2
|
* Added some channel tests and fixed a bug.Andrew Arnott2008-09-091-1/+55
|
* More channel work and testing.Andrew Arnott2008-09-032-3/+20
|
* more test work, and fixed bug in Protocol.DefaultAndrew Arnott2008-09-031-39/+21
|
* Added more tests.Andrew Arnott2008-09-033-2/+75
|
* A bit of Channel refactoring.Andrew Arnott2008-09-031-2/+2
|
* Adjusted channel stack to be more testable.Andrew Arnott2008-09-031-10/+44
|
* Finished up the Channel stack and started with channel tests.Andrew Arnott2008-09-022-2/+63
|
* Lots of design work on the channel stack.Andrew Arnott2008-09-021-13/+13
|
* Moved messaging infrastructure to its own namespace.Andrew Arnott2008-09-011-0/+127