summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs
Commit message (Expand)AuthorAgeFilesLines
* Unit test build break fixes.Andrew Arnott2013-03-061-348/+0
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* Fixes timeout in unit tests.Andrew Arnott2012-12-261-3/+16
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-6/+31
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-5/+8
* Added scaffolding for OAuth2 unit tests and added the first test for client a...Andrew Arnott2012-02-201-1/+1
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-3/+3
* Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-6/+3
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-1/+1
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-3/+4
* Fixed StyleCop messages.Andrew Arnott2009-05-201-2/+2
* Test runs more resilient to race conditions.Andrew Arnott2009-05-161-0/+17
* Renamed a couple of methods:Andrew Arnott2009-03-151-3/+3
* Renamed some methods on the Channel class to be more consistent.Andrew Arnott2009-03-151-3/+3
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to In...Andrew Arnott2009-03-151-4/+4
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-7/+8
* Added test to verify OP's compliance with OpenID 2.0 section 8.4.1.Andrew Arnott2009-03-101-7/+2
* Renamed all the Channel virtual methods that end with Internal to end with Core.Andrew Arnott2009-03-101-4/+4
* Constructors on all OpenID direct response messages now require the OpenID ve...Andrew Arnott2009-02-091-26/+60
* Refactored test helpers to remove TestSupport and move its functionality into...Andrew Arnott2009-01-291-1/+1
* Refactored association management functions from the OpenIdRelyingParty class...Andrew Arnott2009-01-231-1/+4
* Added detection of multi-threading issues in the OpenIdCoordinator.Andrew Arnott2009-01-201-4/+5
* Fixed up the new AuthenticationRequestTests unit test to pass.Andrew Arnott2009-01-041-1/+5
* Added unit test channel coordination checks to prevent hanging tests when one...Andrew Arnott2009-01-041-0/+91
* Fixed mock CoordinatingChannel to send direct responses and indirect messages...Andrew Arnott2009-01-031-3/+6
* CRLF -> LFAndrew Arnott2009-01-031-160/+160
* Added replay detection tests.Andrew Arnott2008-12-251-3/+11
* Added new OpenID 1.x compatibility-supporting binding elements.Andrew Arnott2008-12-241-149/+152
* Check_authentication signature verification is now actually being performed.Andrew Arnott2008-12-161-0/+5
* Added a private Provider association test (dumb mode).Andrew Arnott2008-12-161-0/+2
* A touch of refactoring and C# warning resolution.Andrew Arnott2008-11-241-3/+2
* Added YADIS and other discovery, XRDS, untrusted web requests.Andrew Arnott2008-11-231-1/+1
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-11/+24
* Moved association creation logic from test assembly to library.Andrew Arnott2008-11-181-2/+24
* Added very basic OpenID message passing scenario test.Andrew Arnott2008-11-091-0/+108