summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Change number of iterations on test to 100000 so we are actually measuring so...lcalabrese2015-08-071-1/+1
* Test greenDavid Christiansen2015-01-051-2/+2
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-4/+4
* Fixes another unit testAndrew Arnott2013-03-221-15/+15
* Unit test build break fixes.Andrew Arnott2013-03-061-70/+6
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-5/+0
* Merge branch 'v4.1'Andrew Arnott2012-12-021-0/+11
|\
| * Fixes AsHttpResposneMessage() exception when response has no stream.Andrew Arnott2012-11-021-0/+11
* | Merge branch 'v4.1'Andrew Arnott2012-10-141-1/+29
|\ \ | |/
| * Added OutgoingWebResponse.AsHttpResponseMessage extension method.Andrew Arnott2012-10-091-1/+29
* | Fixing one more place it was missed, also changing to OPTIONSMatt Hawley2012-08-101-3/+3
* | Adding PATCH and OPTION http verbsMatt Hawley2012-08-101-3/+9
|/
* Moved some JSON serialization logic to MessagingUtilities and added a unit test.Andrew Arnott2012-04-281-0/+22
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-041-9/+9
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...Andrew Arnott2012-02-251-14/+14
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Added more support for HttpContextBase, HttpResponseBase, etc.Andrew Arnott2012-01-291-3/+3
* Merge branch 'v3.4' into oauth2Andrew Arnott2010-12-231-1/+1
|\
| * Increase constant time string equality check method tolerance to reduce false...Andrew Arnott2010-08-111-1/+1
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-211-0/+63
|\ \ | |/
| * Added NUnit runner to the repo.Andrew Arnott2010-07-191-1/+1
| * StyleCop fixes.Andrew Arnott2010-07-191-8/+9
| * Added a bit more timing text to the test.Andrew Arnott2010-07-161-0/+1
| * Fix for timing-dependent HMAC signature equality check.Andrew Arnott2010-07-141-2/+62
* | Added symmetric key encryption/decryption utility methods.Andrew Arnott2010-05-311-2/+13
|/
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-131-0/+1
|\
| * Fixed parsing the Content-Type header in a couple places.Andrew Arnott2010-02-021-0/+1
* | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-171-0/+76
|\ \ | |/
| * OAuth now supports HEAD HTTP method, and won't throw unhandled exception on u...Andrew Arnott2010-01-121-0/+46
| * Fixes StyleCop issues.Andrew Arnott2010-01-111-1/+1
| * Fixed multipart POST so that it doesn't include a leading \r\n, which apparen...Andrew Arnott2010-01-111-0/+30
* | Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-17/+17
|/
* Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead of...Andrew Arnott2009-05-111-3/+23
* Added convenience method for sending OutgoingWebResponse instances to an Http...Andrew Arnott2009-03-271-2/+7
* Fixes null key handling in incoming query strings.Andrew Arnott2009-01-131-0/+19
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+99