summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/OAuthChannel.cs
Commit message (Expand)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+2
* Revert "Fixes the OAuthServiceProvider sample issue with recognizing protecte...Andrew Arnott2013-06-091-2/+1
* Fixes the OAuthServiceProvider sample issue with recognizing protected resour...Andrew Arnott2013-06-091-1/+2
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-0/+1
* Fixes ContentType of OAuth 1 direct responses.Andrew Arnott2013-03-241-3/+2
* Unit test build break fixes.Andrew Arnott2013-03-061-1/+1
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-15/+10
* C# compiler warning fixes.Andrew Arnott2013-02-101-1/+4
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-1/+1
* ApplicationBlock builds.Andrew Arnott2013-01-231-4/+1
* All product projects now build.Andrew Arnott2013-01-141-1/+1
* DNOA.OAuth project now builds.Andrew Arnott2013-01-131-35/+37
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-1/+1
* 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-1/+2
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-0/+1
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-1/+1
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-8/+9
* Fixed up the various protocol channels to correctly apply HTTP headers prescr...Andrew Arnott2012-02-191-5/+1
* OAuth 1 assemblies now FxCop clean. #68Andrew Arnott2012-02-091-7/+2
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-1/+1
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-8/+8
* C# warnings work.Andrew Arnott2011-08-071-1/+1
* StyleCop work.Andrew Arnott2011-08-071-22/+28
* Moved more OAuth code from the common library to the individual Consumer or S...Andrew Arnott2011-07-311-67/+7
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+410