summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/MessagingUtilities.cs
Commit message (Expand)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-271/+0
* Moved all the OAuth classes into its own namespace in preparation to receivin...Andrew Arnott2008-11-031-1/+0
* Moved the Google Consumer app-specific class into a new "sample" project.Andrew Arnott2008-11-031-3/+3
* Applied FxCop fixes.Andrew Arnott2008-10-231-1/+1
* Added more intelligent URI query stripping to protect against repeat attempts...Andrew Arnott2008-10-041-0/+21
* StyleCop work and adding support for including extra parameters where the spe...Andrew Arnott2008-10-021-1/+22
* Fixed HTTP Authorization header to not include extra parameters.Andrew Arnott2008-10-021-1/+2
* Fixed StyleCop issues and added a couple of HMAC signature tests.Andrew Arnott2008-10-021-0/+5
* Added capability to add extra fields to request token message.Andrew Arnott2008-09-281-0/+14
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-0/+9
* Added final protected resource request to Appendix scenario test.Andrew Arnott2008-09-271-0/+31
* Totally refactored signing, expiration and replay detection into extensible c...Andrew Arnott2008-09-131-0/+51
* Added more tests.Andrew Arnott2008-09-031-0/+4
* Refactored Channel class into two classes.Andrew Arnott2008-09-021-0/+23
* Request/reply channel work.Andrew Arnott2008-09-021-1/+20
* Lots of design work on the channel stack.Andrew Arnott2008-09-021-0/+29
* Implemented ProtocolMessageResponse.Send()Andrew Arnott2008-09-011-0/+44