Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 13 | -1433/+0 |
| | |||||
* | Applied FxCop fixes. | Andrew Arnott | 2008-10-23 | 3 | -16/+16 |
| | |||||
* | Removed the queue/dequeue methodology of queued responses. Now the methods ↵ | Andrew Arnott | 2008-10-02 | 1 | -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 Arnott | 2008-09-28 | 1 | -1/+0 |
| | |||||
* | Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵ | Andrew Arnott | 2008-09-28 | 2 | -7/+7 |
| | | | | requests. | ||||
* | StylCop and FxCop work. | Andrew Arnott | 2008-09-21 | 7 | -88/+94 |
| | |||||
* | Removed a lot of DataContract references. | Andrew Arnott | 2008-09-20 | 1 | -1/+2 |
| | |||||
* | Removed EnsureCompleteMessageBindingElement and moved its functionality back ↵ | Andrew Arnott | 2008-09-20 | 2 | -4/+10 |
| | | | | into the Channel class. | ||||
* | Worked on test coverage. | Andrew Arnott | 2008-09-20 | 7 | -78/+216 |
| | |||||
* | All tests passing, with more work done. | Andrew Arnott | 2008-09-18 | 4 | -5/+38 |
| | |||||
* | Fixed a few bugs and got all tests passing. | Andrew Arnott | 2008-09-18 | 3 | -24/+26 |
| | |||||
* | MessageDictionary mostly hooked up and most tests passing. | Andrew Arnott | 2008-09-18 | 4 | -76/+49 |
| | |||||
* | Added MessageDictionary and supporting classes and tests. | Andrew Arnott | 2008-09-17 | 2 | -0/+344 |
| | | | | Very little documentation is there until I can prove the idea works to solve our signing design problem. | ||||
* | Simplified tests slightly. | Andrew Arnott | 2008-09-13 | 2 | -7/+7 |
| | |||||
* | Added check so Channel can guarantee that messages receive all the ↵ | Andrew Arnott | 2008-09-13 | 3 | -4/+24 |
| | | | | protections they require. | ||||
* | Refactored several Messaging classes into the Messaging.Bindings namespace. | Andrew Arnott | 2008-09-13 | 4 | -22/+25 |
| | |||||
* | Totally refactored signing, expiration and replay detection into extensible ↵ | Andrew Arnott | 2008-09-13 | 3 | -142/+208 |
| | | | | channel binding elements. | ||||
* | Added a few ProtocolException-derived exception types. | Andrew Arnott | 2008-09-13 | 1 | -3/+3 |
| | |||||
* | Added tests for signed, expiring and replay protected messages. | Andrew Arnott | 2008-09-13 | 1 | -1/+110 |
| | |||||
* | Added datetime serialization tests. | Andrew Arnott | 2008-09-13 | 1 | -3/+11 |
| | |||||
* | Fixed xml spoofing bug for using DataContractSerializer to deserialize messages. | Andrew Arnott | 2008-09-13 | 2 | -6/+42 |
| | | | | Added tests to verify correct behavior. | ||||
* | Started work on unit test code coverage of OAuthChannel. | Andrew Arnott | 2008-09-10 | 1 | -0/+99 |
| | |||||
* | Great code coverage everywhere we care except for OAuthProtocol and ↵ | Andrew Arnott | 2008-09-10 | 3 | -18/+19 |
| | | | | OAuthMessageTypeProvider. | ||||
* | Code coverage work in ProtocolException. | Andrew Arnott | 2008-09-10 | 1 | -0/+94 |
| | |||||
* | Much better test coverage. | Andrew Arnott | 2008-09-10 | 3 | -4/+177 |
| | |||||
* | Refactored the exception handling in the channel stack. | Andrew Arnott | 2008-09-09 | 1 | -7/+2 |
| | |||||
* | Added some channel tests and fixed a bug. | Andrew Arnott | 2008-09-09 | 1 | -1/+55 |
| | |||||
* | More channel work and testing. | Andrew Arnott | 2008-09-03 | 2 | -3/+20 |
| | |||||
* | more test work, and fixed bug in Protocol.Default | Andrew Arnott | 2008-09-03 | 1 | -39/+21 |
| | |||||
* | Added more tests. | Andrew Arnott | 2008-09-03 | 3 | -2/+75 |
| | |||||
* | A bit of Channel refactoring. | Andrew Arnott | 2008-09-03 | 1 | -2/+2 |
| | |||||
* | Adjusted channel stack to be more testable. | Andrew Arnott | 2008-09-03 | 1 | -10/+44 |
| | |||||
* | Finished up the Channel stack and started with channel tests. | Andrew Arnott | 2008-09-02 | 2 | -2/+63 |
| | |||||
* | Lots of design work on the channel stack. | Andrew Arnott | 2008-09-02 | 1 | -13/+13 |
| | |||||
* | Moved messaging infrastructure to its own namespace. | Andrew Arnott | 2008-09-01 | 1 | -0/+127 |