summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-251-6/+36
| | | | Build breaks in other projects, however.
* 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
| | | | HttpClient, full steam ahead.
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-0/+355