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
/
DotNetOAuth
/
Messaging
/
Channel.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed namepace and project names in preparation for merge with DotNetOpenId.
Andrew Arnott
2008-11-04
1
-693
/
+0
*
StyleCop fixes.
Andrew Arnott
2008-11-01
1
-42
/
+44
*
Hugely refactored ServiceProvider and Consumer classes.
Andrew Arnott
2008-11-01
1
-0
/
+20
*
Made the Channel on the Service Provider public in preparation for some refac...
Andrew Arnott
2008-11-01
1
-14
/
+11
*
Applied FxCop fixes.
Andrew Arnott
2008-10-23
1
-8
/
+8
*
Enhanced logging of message tranferrals.
Andrew Arnott
2008-10-08
1
-1
/
+2
*
Public API work.
Andrew Arnott
2008-10-02
1
-1
/
+1
*
Split up the two OAuth message type providers into Consumer and Service Provi...
Andrew Arnott
2008-10-02
1
-19
/
+56
*
Removed the queue/dequeue methodology of queued responses. Now the methods t...
Andrew Arnott
2008-10-02
1
-39
/
+9
*
Added logging to library.
Andrew Arnott
2008-09-28
1
-0
/
+4
*
Appendix scenario test passing (again), this time with HMAC signing of HTTP r...
Andrew Arnott
2008-09-28
1
-3
/
+4
*
Added capability to send the final authorized request for protected resources.
Andrew Arnott
2008-09-26
1
-23
/
+29
*
Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.
Andrew Arnott
2008-09-25
1
-2
/
+31
*
Added a scenario test from Appendix A (incomplete but passing so far).
Andrew Arnott
2008-09-24
1
-3
/
+68
*
Adding the binding elements necessary for basic OAuth functionality.
Andrew Arnott
2008-09-21
1
-0
/
+7
*
StylCop and FxCop work.
Andrew Arnott
2008-09-21
1
-12
/
+21
*
Removed EnsureCompleteMessageBindingElement and moved its functionality back ...
Andrew Arnott
2008-09-20
1
-10
/
+6
*
All tests passing, with more work done.
Andrew Arnott
2008-09-18
1
-2
/
+5
*
Fixed a few bugs and got all tests passing.
Andrew Arnott
2008-09-18
1
-3
/
+15
*
MessageDictionary mostly hooked up and most tests passing.
Andrew Arnott
2008-09-18
1
-1
/
+9
*
Added check so Channel can guarantee that messages receive all the protection...
Andrew Arnott
2008-09-13
1
-4
/
+31
*
Refactored several Messaging classes into the Messaging.Bindings namespace.
Andrew Arnott
2008-09-13
1
-6
/
+7
*
Totally refactored signing, expiration and replay detection into extensible c...
Andrew Arnott
2008-09-13
1
-130
/
+89
*
Added a few ProtocolException-derived exception types.
Andrew Arnott
2008-09-13
1
-6
/
+3
*
Added expiring messages and replay protection support infrastructure.
Andrew Arnott
2008-09-12
1
-15
/
+130
*
Added infrastructure for message signing support to base Channel class.
Andrew Arnott
2008-09-12
1
-5
/
+59
*
Refactored Channel's virtual and abstract methods to NOT be "internal" (or pu...
Andrew Arnott
2008-09-11
1
-31
/
+58
*
Great code coverage everywhere we care except for OAuthProtocol and OAuthMess...
Andrew Arnott
2008-09-10
1
-2
/
+6
*
Much better test coverage.
Andrew Arnott
2008-09-10
1
-13
/
+17
*
Refactored the exception handling in the channel stack.
Andrew Arnott
2008-09-09
1
-46
/
+30
*
Added some channel tests and fixed a bug.
Andrew Arnott
2008-09-09
1
-1
/
+1
*
More channel work and testing.
Andrew Arnott
2008-09-03
1
-1
/
+1
*
A bit of Channel refactoring.
Andrew Arnott
2008-09-03
1
-20
/
+26
*
Adjusted channel stack to be more testable.
Andrew Arnott
2008-09-03
1
-27
/
+27
*
Finished up the Channel stack and started with channel tests.
Andrew Arnott
2008-09-02
1
-1
/
+60
*
Finished implementing the common channel sending scenarios.
Andrew Arnott
2008-09-02
1
-1
/
+134
*
Refactored Channel class into two classes.
Andrew Arnott
2008-09-02
1
-84
/
+65
*
Request/reply channel work.
Andrew Arnott
2008-09-02
1
-3
/
+57
*
Lots of design work on the channel stack.
Andrew Arnott
2008-09-02
1
-0
/
+121