summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements
Commit message (Collapse)AuthorAgeFilesLines
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-254-276/+0
| | | | Build breaks in other projects, however.
* C# compiler warning fixes.Andrew Arnott2013-02-101-1/+2
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-2/+3
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-263-3/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-262-0/+2
|
* OAuth 1 assemblies now FxCop clean. #68Andrew Arnott2012-02-092-8/+5
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-054-8/+8
| | | | Fixes #66
* Fixed OAuth failure due to removing ccrewrite.Andrew Arnott2011-09-281-1/+0
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-182-5/+5
|
* C# warnings work.Andrew Arnott2011-08-071-1/+1
|
* StyleCop work.Andrew Arnott2011-08-072-6/+29
|
* A few stylecop fixes.Andrew Arnott2011-08-031-1/+1
|
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-2/+2
|
* Distributed some more OAuth code to specific libraries.Andrew Arnott2011-07-311-0/+25
|
* Moved more OAuth code from the common library to the individual Consumer or ↵Andrew Arnott2011-07-313-0/+231
SP ones.