summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/Reflection/MessageDictionary.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-320/+0
|
* Fixed HTTP Authorization header to not include extra parameters.Andrew Arnott2008-10-021-4/+19
| | | | Combined the AdditionalParametersInHttpRequest and ExtraData concepts
* StylCop and FxCop work.Andrew Arnott2008-09-211-52/+151
|
* All tests passing, with more work done.Andrew Arnott2008-09-181-1/+1
|
* MessageDictionary mostly hooked up and most tests passing.Andrew Arnott2008-09-181-37/+48
|
* Added MessageDictionary and supporting classes and tests.Andrew Arnott2008-09-171-0/+195
Very little documentation is there until I can prove the idea works to solve our signing design problem.