summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs
Commit message (Expand)AuthorAgeFilesLines
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-251-6/+36
* StyleCop fixes.Andrew Arnott2013-02-211-17/+28
* Adds the OAuth 1 consumer PLAINTEXT signing message handler.Andrew Arnott2013-02-211-19/+19
* Renames ApplyOAuthParameter method.Andrew Arnott2013-02-211-2/+2
* Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-201-23/+25
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-0/+355