summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Messaging/ChannelTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-23/+30
* Unit test build break fixes.Andrew Arnott2013-03-061-26/+28
* Unit test compile error fixes.Andrew Arnott2013-03-031-28/+30
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-041-24/+24
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...Andrew Arnott2012-02-251-9/+9
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Added a response stream to 301 redirect messages so that filters like WebSens...Andrew Arnott2010-10-201-0/+2
* Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-2/+1
* Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-091-1/+1
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-45/+45
* Fixed up all tests so they pass.Andrew Arnott2009-06-251-0/+1
* Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead of...Andrew Arnott2009-05-111-2/+2
* Renamed a couple of methods:Andrew Arnott2009-03-151-1/+1
* Renamed some methods on the Channel class to be more consistent.Andrew Arnott2009-03-151-1/+1
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to In...Andrew Arnott2009-03-151-2/+2
* Applied fix for HTTP verb enforcement required by OpenID 2.0 section 5.1.1.Andrew Arnott2009-03-101-0/+11
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new S...Andrew Arnott2009-01-211-9/+9
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-091-292/+292
* Added new OpenID 1.x compatibility-supporting binding elements.Andrew Arnott2008-12-241-290/+292
* A touch of refactoring and C# warning resolution.Andrew Arnott2008-11-241-2/+2
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-5/+5
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+290