summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs
Commit message (Expand)AuthorAgeFilesLines
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-251-258/+0
* Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-201-78/+12
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-3/+27
* Lots of stylecop fixes.Andrew Arnott2013-02-161-7/+6
* C# compiler warning fixes.Andrew Arnott2013-02-101-0/+7
* Adds a delegating HTTP handler that applies OAuth 1 signatures.Andrew Arnott2013-02-101-0/+8
* ApplicationBlock builds.Andrew Arnott2013-01-231-4/+2
* All product projects now build.Andrew Arnott2013-01-141-33/+19
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-2/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Merge branch 'v3.4'Andrew Arnott2012-01-291-3/+4
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-3/+3
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-11/+11
* Moved more OAuth code from the common library to the individual Consumer or S...Andrew Arnott2011-07-311-1/+1
* Split OAuth 1.0 assemblies.Andrew Arnott2011-07-311-0/+302