summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.Provider/OpenId/Messages
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+2
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-265-102/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-263-0/+3
|
* Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-111-4/+0
| | | | | | supporting assembling. Fixes #87
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-102-2/+2
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-058-16/+16
| | | | Fixes #66
* Fixed up Provider so that DH assoc requests don't result in exceptions.Andrew Arnott2011-10-101-0/+4
|
* StyleCop and other compiler warning fixes.Andrew Arnott2011-09-187-17/+93
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-184-11/+11
|
* Fix for failing unit tests.Andrew Arnott2011-08-281-1/+3
|
* Fixed basic association test.Andrew Arnott2011-08-237-72/+151
|
* C# warnings work.Andrew Arnott2011-08-072-2/+2
|
* StyleCop work.Andrew Arnott2011-08-076-7/+36
|
* A few stylecop fixes.Andrew Arnott2011-08-033-10/+27
|
* OpenID RP and OP projects build now.Andrew Arnott2011-07-256-22/+49
|
* More work toward divided OpenID projects.Andrew Arnott2011-07-251-0/+3
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-206-0/+293
compiles, but the RP and OP ones do not.