summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/HttpRequestInfo.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fix for NullReferenceException in the OAuth 1.0 demo due to HttpRequestInfo ↵Andrew Arnott2012-03-221-0/+1
| | | | | | not initializing one of its fields. Fixes #97
* Fixed StyleCop messages.Andrew Arnott2012-03-051-2/+94
|
* HttpRequestInfo ctors are now internal, and publicly we have staticAndrew Arnott2012-03-051-4/+20
| | | | factory methods that return HttpRequestBase instances.
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-366/+67
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Merge branch 'master' into webpagesAndrew Arnott2012-03-011-2/+2
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth.sln
| * Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | | | | | Fixes #66
* | Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵Microsoft2012-03-011-5/+28
|/ | | | DNOA.Web to DNOA.AspNet.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-0/+423