summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/OpenId/Messages
Commit message (Collapse)AuthorAgeFilesLines
* More build break fixes.Andrew Arnott2013-03-101-1/+1
|
* Lots of stylecop fixes.Andrew Arnott2013-02-161-8/+8
|
* More warning fixes.Andrew Arnott2013-02-101-0/+1
|
* C# compiler warning fixes.Andrew Arnott2013-02-101-18/+20
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-311-18/+22
|
* Fixes build breaks in DNOA.OpenId.Andrew Arnott2012-12-311-1/+3
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-2613-135/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-267-0/+7
|
* Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-111-8/+0
| | | | | | supporting assembling. Fixes #87
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-104-5/+7
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0521-42/+42
| | | | Fixes #66
* Fixed up Provider so that DH assoc requests don't result in exceptions.Andrew Arnott2011-10-101-0/+8
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-187-17/+17
|
* Fixed basic association test.Andrew Arnott2011-08-231-19/+0
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-091-19/+0
| | | | message factory.
* C# warnings work.Andrew Arnott2011-08-071-1/+1
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-2011-354/+7
| | | | compiles, but the RP and OP ones do not.
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0122-0/+2661
Nothing compiles at this point.