summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/Channel.cs
Commit message (Expand)AuthorAgeFilesLines
* Fixing one more place it was missed, also changing to OPTIONSMatt Hawley2012-08-101-2/+4
* Moved some JSON serialization logic to MessagingUtilities and added a unit test.Andrew Arnott2012-04-281-17/+12
* Merge branch 'v4.0'Andrew Arnott2012-04-211-1/+1
|\
| * Fix for VerificationException that occurs on some machines.Andrew Arnott2012-04-101-1/+1
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-0/+10
* | We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-0/+15
* | Added binding element comments.Andrew Arnott2012-03-301-1/+4
|/
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-16/+17
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
* OAuth 2 clients now use the state parameter to mitigate XSRF attacks.Andrew Arnott2012-03-081-0/+9
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-15/+12
* Fixed up the various protocol channels to correctly apply HTTP headers prescr...Andrew Arnott2012-02-191-0/+16
* Fixed FxCop messages in DNOA.Core #68Andrew Arnott2012-02-091-1/+4
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-0/+1406