index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DotNetOpenAuth.Test
/
Mocks
/
CoordinatingChannel.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unit test build break fixes.
Andrew Arnott
2013-03-06
1
-348
/
+0
*
Removes more remnants of Code Contracts.
Andrew Arnott
2012-12-26
1
-1
/
+0
*
Replaces DNOA's internal Requires class with Validation NuGet package.
Andrew Arnott
2012-12-26
1
-0
/
+1
*
Fixes timeout in unit tests.
Andrew Arnott
2012-12-26
1
-3
/
+16
*
We have HTTP Basic client authentication working now in OAuth 2.
Andrew Arnott
2012-04-18
1
-6
/
+31
*
Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.
Andrew Arnott
2012-03-10
1
-1
/
+1
*
Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...
Andrew Arnott
2012-03-05
1
-5
/
+8
*
Added scaffolding for OAuth2 unit tests and added the first test for client a...
Andrew Arnott
2012-02-20
1
-1
/
+1
*
Updated all copyright notices to reflect copyright assignment to Outercurve.
Andrew Arnott
2012-02-05
1
-2
/
+2
*
All product assemblies build without ccrewrite.exe now.
Andrew Arnott
2011-09-18
1
-3
/
+3
*
Removed dependency on publicize.exe, which crashes now in some branches due t...
Andrew Arnott
2010-07-09
1
-6
/
+3
*
Converted all the rest of the tests over to NUnit.
Andrew Arnott
2010-01-06
1
-1
/
+1
*
Switched almost entirely over to Code Contracts across the entire library.
Andrew Arnott
2009-05-23
1
-3
/
+4
*
Fixed StyleCop messages.
Andrew Arnott
2009-05-20
1
-2
/
+2
*
Test runs more resilient to race conditions.
Andrew Arnott
2009-05-16
1
-0
/
+17
*
Renamed a couple of methods:
Andrew Arnott
2009-03-15
1
-3
/
+3
*
Renamed some methods on the Channel class to be more consistent.
Andrew Arnott
2009-03-15
1
-3
/
+3
*
Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to In...
Andrew Arnott
2009-03-15
1
-4
/
+4
*
Refactored MessageDescription to be per-Channel instead of appdomain static.
Andrew Arnott
2009-03-14
1
-7
/
+8
*
Added test to verify OP's compliance with OpenID 2.0 section 8.4.1.
Andrew Arnott
2009-03-10
1
-7
/
+2
*
Renamed all the Channel virtual methods that end with Internal to end with Core.
Andrew Arnott
2009-03-10
1
-4
/
+4
*
Constructors on all OpenID direct response messages now require the OpenID ve...
Andrew Arnott
2009-02-09
1
-26
/
+60
*
Refactored test helpers to remove TestSupport and move its functionality into...
Andrew Arnott
2009-01-29
1
-1
/
+1
*
Refactored association management functions from the OpenIdRelyingParty class...
Andrew Arnott
2009-01-23
1
-1
/
+4
*
Added detection of multi-threading issues in the OpenIdCoordinator.
Andrew Arnott
2009-01-20
1
-4
/
+5
*
Fixed up the new AuthenticationRequestTests unit test to pass.
Andrew Arnott
2009-01-04
1
-1
/
+5
*
Added unit test channel coordination checks to prevent hanging tests when one...
Andrew Arnott
2009-01-04
1
-0
/
+91
*
Fixed mock CoordinatingChannel to send direct responses and indirect messages...
Andrew Arnott
2009-01-03
1
-3
/
+6
*
CRLF -> LF
Andrew Arnott
2009-01-03
1
-160
/
+160
*
Added replay detection tests.
Andrew Arnott
2008-12-25
1
-3
/
+11
*
Added new OpenID 1.x compatibility-supporting binding elements.
Andrew Arnott
2008-12-24
1
-149
/
+152
*
Check_authentication signature verification is now actually being performed.
Andrew Arnott
2008-12-16
1
-0
/
+5
*
Added a private Provider association test (dumb mode).
Andrew Arnott
2008-12-16
1
-0
/
+2
*
A touch of refactoring and C# warning resolution.
Andrew Arnott
2008-11-24
1
-3
/
+2
*
Added YADIS and other discovery, XRDS, untrusted web requests.
Andrew Arnott
2008-11-23
1
-1
/
+1
*
Reworked the way messages are instantiated and deserialized.
Andrew Arnott
2008-11-20
1
-11
/
+24
*
Moved association creation logic from test assembly to library.
Andrew Arnott
2008-11-18
1
-2
/
+24
*
Added very basic OpenID message passing scenario test.
Andrew Arnott
2008-11-09
1
-0
/
+108