Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change number of iterations on test to 100000 so we are actually measuring ↵ | lcalabrese | 2015-08-07 | 1 | -1/+1 |
| | | | | something significant. | ||||
* | Test green | David Christiansen | 2015-01-05 | 1 | -2/+2 |
| | | | | - Packages update | ||||
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 1 | -4/+4 |
| | |||||
* | Fixes another unit test | Andrew Arnott | 2013-03-22 | 1 | -15/+15 |
| | |||||
* | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 1 | -70/+6 |
| | |||||
* | Finished fixing build breaks except in test projects. | Andrew Arnott | 2013-01-27 | 1 | -5/+0 |
| | |||||
* | Merge branch 'v4.1' | Andrew Arnott | 2012-12-02 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt | ||||
| * | Fixes AsHttpResposneMessage() exception when response has no stream. | Andrew Arnott | 2012-11-02 | 1 | -0/+11 |
| | | | | | | | | Fixes #226 | ||||
* | | Merge branch 'v4.1' | Andrew Arnott | 2012-10-14 | 1 | -1/+29 |
|\ \ | |/ | |||||
| * | Added OutgoingWebResponse.AsHttpResponseMessage extension method. | Andrew Arnott | 2012-10-09 | 1 | -1/+29 |
| | | |||||
* | | Fixing one more place it was missed, also changing to OPTIONS | Matt Hawley | 2012-08-10 | 1 | -3/+3 |
| | | |||||
* | | Adding PATCH and OPTION http verbs | Matt Hawley | 2012-08-10 | 1 | -3/+9 |
|/ | |||||
* | Moved some JSON serialization logic to MessagingUtilities and added a unit test. | Andrew Arnott | 2012-04-28 | 1 | -0/+22 |
| | |||||
* | Replaced a bunch of TestCase attribute usages with simply Test. | Andrew Arnott | 2012-04-04 | 1 | -9/+9 |
| | |||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 1 | -14/+14 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Added more support for HttpContextBase, HttpResponseBase, etc. | Andrew Arnott | 2012-01-29 | 1 | -3/+3 |
| | |||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-12-23 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/DatabaseTokenManager.cs samples/OAuthServiceProvider/Code/OAuthToken.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx | ||||
| * | Increase constant time string equality check method tolerance to reduce ↵ | Andrew Arnott | 2010-08-11 | 1 | -1/+1 |
| | | | | | | | | false test failures. | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 1 | -0/+63 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt | ||||
| * | Added NUnit runner to the repo. | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | | |||||
| * | StyleCop fixes. | Andrew Arnott | 2010-07-19 | 1 | -8/+9 |
| | | |||||
| * | Added a bit more timing text to the test. | Andrew Arnott | 2010-07-16 | 1 | -0/+1 |
| | | |||||
| * | Fix for timing-dependent HMAC signature equality check. | Andrew Arnott | 2010-07-14 | 1 | -2/+62 |
| | | |||||
* | | Added symmetric key encryption/decryption utility methods. | Andrew Arnott | 2010-05-31 | 1 | -2/+13 |
|/ | |||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-02-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| * | Fixed parsing the Content-Type header in a couple places. | Andrew Arnott | 2010-02-02 | 1 | -0/+1 |
| | | | | | | | | Fixed a few failing unit tests. | ||||
* | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 1 | -0/+76 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs | ||||
| * | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵ | Andrew Arnott | 2010-01-12 | 1 | -0/+46 |
| | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169 | ||||
| * | Fixes StyleCop issues. | Andrew Arnott | 2010-01-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed multipart POST so that it doesn't include a leading \r\n, which ↵ | Andrew Arnott | 2010-01-11 | 1 | -0/+30 |
| | | | | | | | | apparently is NOT valid. | ||||
* | | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -17/+17 |
|/ | |||||
* | Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵ | Andrew Arnott | 2009-05-11 | 1 | -3/+23 |
| | | | | | | of RFC 2396. While this probably won't fix any interop issues with OpenID, it IS anticipated to fix interop issues with OAuth since the generated signature base string will be different if any of these symbols show up in the string: !*'() | ||||
* | Added convenience method for sending OutgoingWebResponse instances to an ↵ | Andrew Arnott | 2009-03-27 | 1 | -2/+7 |
| | | | | HttpListenerResponse. | ||||
* | Fixes null key handling in incoming query strings. | Andrew Arnott | 2009-01-13 | 1 | -0/+19 |
| | | | | Fixes Google Code Issue 9 on dotnetoauth project. | ||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+99 |