Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced a bunch of TestCase attribute usages with simply Test. | Andrew Arnott | 2012-04-04 | 4 | -15/+15 |
| | |||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 3 | -28/+28 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 4 | -8/+8 |
| | | | | Fixes #66 | ||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-06-08 | 1 | -2/+2 |
|\ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/MessagingElement.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs | ||||
| * | Fix for outgoing check_auth messages so they don't modify positive assertion ↵ | Andrew Arnott | 2010-05-28 | 1 | -2/+2 |
| | | | | | | | | | | | | messages causing invalid signatures. Fixes Trac #198 | ||||
* | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-17 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 1 | -1/+6 |
| | | | | | | | | Fixes Trac #195 | ||||
* | | Added early version of StandardMessageFactory. | Andrew Arnott | 2010-02-22 | 1 | -0/+10 |
|/ | |||||
* | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-06 | 1 | -3/+3 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 4 | -51/+51 |
| | |||||
* | Fixed failing unit test due to recent new exception wrapping. | Andrew Arnott | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | Turned on runtime contract checking for debug builds and fixed the errors ↵ | Andrew Arnott | 2009-04-19 | 1 | -3/+12 |
| | | | | that it caught. | ||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 2 | -32/+32 |
| | | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules. | ||||
* | Added a couple of tests to test MinVersion/MaxVersion MessagePart behavior. | Andrew Arnott | 2008-12-08 | 2 | -0/+91 |
| | |||||
* | Added MessagePart versioning capability. | Andrew Arnott | 2008-11-20 | 1 | -3/+8 |
| | | | | | A single message type can now serialize differently based on the protocol version a particular instance is representing. This fix allows for the associate messages to pass their tests. | ||||
* | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 1 | -1/+1 |
| | | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions. | ||||
* | Lots of Messaging plumbing work to support DotNetOpenId associate messages. | Andrew Arnott | 2008-11-06 | 1 | -0/+50 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 4 | -0/+496 |