summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed xml spoofing bug for using DataContractSerializer to deserialize messages.Andrew Arnott2008-09-1311-16/+291
| | | | Added tests to verify correct behavior.
* Added expiring messages and replay protection support infrastructure.Andrew Arnott2008-09-126-15/+220
|
* Added infrastructure for message signing support to base Channel class.Andrew Arnott2008-09-125-5/+101
|
* Refactored Channel's virtual and abstract methods to NOT be "internal" (or ↵Andrew Arnott2008-09-114-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 Arnott2008-09-108-18/+284
|
* Started work on unit test code coverage of OAuthChannel.Andrew Arnott2008-09-104-8/+137
|
* Great code coverage everywhere we care except for OAuthProtocol and ↵Andrew Arnott2008-09-1013-34/+99
| | | | OAuthMessageTypeProvider.
* Code coverage work in ProtocolException.Andrew Arnott2008-09-103-1/+101
|
* Much better test coverage.Andrew Arnott2008-09-1014-44/+277
|
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-0912-136/+201
|
* Added some channel tests and fixed a bug.Andrew Arnott2008-09-096-11/+62
|
* Merge branch 'starterkit'Andrew Arnott2008-09-093-11/+43
|\ | | | | | | | | | | Conflicts: src/DotNetOAuth/Loggers/Log4NetLogger.cs
| * Added capability to construct additional loggers for areas of an app.Andrew Arnott2008-09-063-11/+43
| |
* | More channel work and testing.Andrew Arnott2008-09-0311-16/+90
| |
* | more test work, and fixed bug in Protocol.DefaultAndrew Arnott2008-09-033-41/+54
| |
* | Added more tests.Andrew Arnott2008-09-038-2/+234
| |
* | A bit of Channel refactoring.Andrew Arnott2008-09-034-50/+56
| |
* | Adjusted channel stack to be more testable.Andrew Arnott2008-09-039-80/+298
| |
* | Finished up the Channel stack and started with channel tests.Andrew Arnott2008-09-0212-34/+290
| |
* | Finished implementing the common channel sending scenarios.Andrew Arnott2008-09-023-5/+163
| |
* | Refactored Channel class into two classes.Andrew Arnott2008-09-026-103/+287
| |
* | Request/reply channel work.Andrew Arnott2008-09-026-4/+106
| |
* | Lots of design work on the channel stack.Andrew Arnott2008-09-0214-157/+577
| |
* | Implemented ProtocolMessageResponse.Send()Andrew Arnott2008-09-016-9/+86
| |
* | Moved messaging infrastructure to its own namespace.Andrew Arnott2008-09-0115-22/+25
| |
* | Lots of StyleCop changes.Andrew Arnott2008-09-0122-300/+583
| |
* | Some StyleCop adjustments.Andrew Arnott2008-09-019-48/+35
| |
* | Fixed build break.Andrew Arnott2008-09-011-1/+1
| |
* | Added some more message channel supports.Andrew Arnott2008-09-017-21/+72
| |
* | Added test for and accomodated required message parts.Andrew Arnott2008-09-016-12/+33
| |
* | Added logging support.Andrew Arnott2008-09-014-8/+12
| |
* | Added test for Uri member of DataContract.Andrew Arnott2008-09-012-2/+6
| |
* | Added message validation.Andrew Arnott2008-09-016-25/+112
| |
* | Added another test, and changed the way spoofed dictionary xml I/O works to ↵Andrew Arnott2008-09-015-308/+418
| | | | | | | | fix the bug it revealed.
* | Added some basic classes, message serialization and some unit tests.Andrew Arnott2008-09-0119-2/+999
| |
* | Customized starter kit to DotNetOAuth.Andrew Arnott2008-09-0119-77/+37
|/
* Removed strings.resx.Andrew Arnott2008-08-313-219/+0
|
* Added more StyleCop rules.Andrew Arnott2008-08-3110-135/+999
|
* Added StyleCop settings with some suppressed, and accomodated so that we get ↵Andrew Arnott2008-08-3113-142/+229
| | | | 0 warnings.
* Fixed placeholder name in .sln file.Andrew Arnott2008-08-301-4/+4
|
* Initial build system version.Andrew Arnott2008-08-3021-0/+2369