Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed xml spoofing bug for using DataContractSerializer to deserialize messages. | Andrew Arnott | 2008-09-13 | 11 | -16/+291 |
| | | | | Added tests to verify correct behavior. | ||||
* | Added expiring messages and replay protection support infrastructure. | Andrew Arnott | 2008-09-12 | 6 | -15/+220 |
| | |||||
* | Added infrastructure for message signing support to base Channel class. | Andrew Arnott | 2008-09-12 | 5 | -5/+101 |
| | |||||
* | Refactored Channel's virtual and abstract methods to NOT be "internal" (or ↵ | Andrew Arnott | 2008-09-11 | 4 | -39/+66 |
| | | | | | | | public). This will be useful when we add message signing and verification to the Channel base class. It's also consistent with design guidelines to never have public (or internal in this case) methods be virtual or abstract so the base class has control over its operations. | ||||
* | Code coverage work is as complete as our implementation will currently allow. | Andrew Arnott | 2008-09-10 | 8 | -18/+284 |
| | |||||
* | Started work on unit test code coverage of OAuthChannel. | Andrew Arnott | 2008-09-10 | 4 | -8/+137 |
| | |||||
* | Great code coverage everywhere we care except for OAuthProtocol and ↵ | Andrew Arnott | 2008-09-10 | 13 | -34/+99 |
| | | | | OAuthMessageTypeProvider. | ||||
* | Code coverage work in ProtocolException. | Andrew Arnott | 2008-09-10 | 3 | -1/+101 |
| | |||||
* | Much better test coverage. | Andrew Arnott | 2008-09-10 | 14 | -44/+277 |
| | |||||
* | Refactored the exception handling in the channel stack. | Andrew Arnott | 2008-09-09 | 12 | -136/+201 |
| | |||||
* | Added some channel tests and fixed a bug. | Andrew Arnott | 2008-09-09 | 6 | -11/+62 |
| | |||||
* | Merge branch 'starterkit' | Andrew Arnott | 2008-09-09 | 3 | -11/+43 |
|\ | | | | | | | | | | | Conflicts: src/DotNetOAuth/Loggers/Log4NetLogger.cs | ||||
| * | Added capability to construct additional loggers for areas of an app. | Andrew Arnott | 2008-09-06 | 3 | -11/+43 |
| | | |||||
* | | More channel work and testing. | Andrew Arnott | 2008-09-03 | 11 | -16/+90 |
| | | |||||
* | | more test work, and fixed bug in Protocol.Default | Andrew Arnott | 2008-09-03 | 3 | -41/+54 |
| | | |||||
* | | Added more tests. | Andrew Arnott | 2008-09-03 | 8 | -2/+234 |
| | | |||||
* | | A bit of Channel refactoring. | Andrew Arnott | 2008-09-03 | 4 | -50/+56 |
| | | |||||
* | | Adjusted channel stack to be more testable. | Andrew Arnott | 2008-09-03 | 9 | -80/+298 |
| | | |||||
* | | Finished up the Channel stack and started with channel tests. | Andrew Arnott | 2008-09-02 | 12 | -34/+290 |
| | | |||||
* | | Finished implementing the common channel sending scenarios. | Andrew Arnott | 2008-09-02 | 3 | -5/+163 |
| | | |||||
* | | Refactored Channel class into two classes. | Andrew Arnott | 2008-09-02 | 6 | -103/+287 |
| | | |||||
* | | Request/reply channel work. | Andrew Arnott | 2008-09-02 | 6 | -4/+106 |
| | | |||||
* | | Lots of design work on the channel stack. | Andrew Arnott | 2008-09-02 | 14 | -157/+577 |
| | | |||||
* | | Implemented ProtocolMessageResponse.Send() | Andrew Arnott | 2008-09-01 | 6 | -9/+86 |
| | | |||||
* | | Moved messaging infrastructure to its own namespace. | Andrew Arnott | 2008-09-01 | 15 | -22/+25 |
| | | |||||
* | | Lots of StyleCop changes. | Andrew Arnott | 2008-09-01 | 22 | -300/+583 |
| | | |||||
* | | Some StyleCop adjustments. | Andrew Arnott | 2008-09-01 | 9 | -48/+35 |
| | | |||||
* | | Fixed build break. | Andrew Arnott | 2008-09-01 | 1 | -1/+1 |
| | | |||||
* | | Added some more message channel supports. | Andrew Arnott | 2008-09-01 | 7 | -21/+72 |
| | | |||||
* | | Added test for and accomodated required message parts. | Andrew Arnott | 2008-09-01 | 6 | -12/+33 |
| | | |||||
* | | Added logging support. | Andrew Arnott | 2008-09-01 | 4 | -8/+12 |
| | | |||||
* | | Added test for Uri member of DataContract. | Andrew Arnott | 2008-09-01 | 2 | -2/+6 |
| | | |||||
* | | Added message validation. | Andrew Arnott | 2008-09-01 | 6 | -25/+112 |
| | | |||||
* | | Added another test, and changed the way spoofed dictionary xml I/O works to ↵ | Andrew Arnott | 2008-09-01 | 5 | -308/+418 |
| | | | | | | | | fix the bug it revealed. | ||||
* | | Added some basic classes, message serialization and some unit tests. | Andrew Arnott | 2008-09-01 | 19 | -2/+999 |
| | | |||||
* | | Customized starter kit to DotNetOAuth. | Andrew Arnott | 2008-09-01 | 19 | -77/+37 |
|/ | |||||
* | Removed strings.resx. | Andrew Arnott | 2008-08-31 | 3 | -219/+0 |
| | |||||
* | Added more StyleCop rules. | Andrew Arnott | 2008-08-31 | 10 | -135/+999 |
| | |||||
* | Added StyleCop settings with some suppressed, and accomodated so that we get ↵ | Andrew Arnott | 2008-08-31 | 13 | -142/+229 |
| | | | | 0 warnings. | ||||
* | Fixed placeholder name in .sln file. | Andrew Arnott | 2008-08-30 | 1 | -4/+4 |
| | |||||
* | Initial build system version. | Andrew Arnott | 2008-08-30 | 21 | -0/+2369 |