summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/Channel.cs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-4/+6
|
* More StyleCop fixes.Andrew Arnott2013-03-261-13/+0
|
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-7/+22
|
* Fixes two more test failures. 2 left.Andrew Arnott2013-03-261-4/+4
|
* Fixes several more unit tests. 55 leftAndrew Arnott2013-03-231-31/+14
|
* Fixes a few more testsAndrew Arnott2013-03-221-2/+2
|
* Fixes another testAndrew Arnott2013-03-221-0/+1
|
* Fixes another testAndrew Arnott2013-03-221-1/+1
|
* Fixes the rest of the build breaks!Andrew Arnott2013-03-191-0/+16
|
* Unit test build break fixes.Andrew Arnott2013-03-061-6/+9
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-34/+37
|
* More warning fixes.Andrew Arnott2013-02-161-5/+0
|
* Lots of stylecop fixes.Andrew Arnott2013-02-161-4/+15
|
* More warning fixes.Andrew Arnott2013-02-101-11/+21
|
* C# compiler warning fixes.Andrew Arnott2013-02-101-4/+14
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-29/+33
|
* Restores exception wrapping.Andrew Arnott2013-02-091-16/+21
|
* ApplicationBlock builds.Andrew Arnott2013-01-231-4/+23
|
* DNOA.OAuth project now builds.Andrew Arnott2013-01-131-9/+11
|
* OpenID RP login actually works now.Andrew Arnott2013-01-011-1/+1
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-311-83/+56
|
* Fixes build breaks in DNOA.OpenId.Andrew Arnott2012-12-311-44/+35
|
* Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-173/+83
| | | | Build breaks are everywhere outside of just this one project as a result.
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-25/+8
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-14/+15
|
* Fixing one more place it was missed, also changing to OPTIONSMatt Hawley2012-08-101-2/+4
|
* Moved some JSON serialization logic to MessagingUtilities and added a unit test.Andrew Arnott2012-04-281-17/+12
|
* Merge branch 'v4.0'Andrew Arnott2012-04-211-1/+1
|\
| * Fix for VerificationException that occurs on some machines.Andrew Arnott2012-04-101-1/+1
| | | | | | | | Fixes #112
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-191-0/+10
| | | | | | | | works in the sample.
* | We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-0/+15
| |
* | Added binding element comments.Andrew Arnott2012-03-301-1/+4
|/
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-16/+17
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
|
* OAuth 2 clients now use the state parameter to mitigate XSRF attacks.Andrew Arnott2012-03-081-0/+9
| | | | Fixes #84
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-15/+12
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Fixed up the various protocol channels to correctly apply HTTP headers ↵Andrew Arnott2012-02-191-0/+16
| | | | prescribed by the messages.
* Fixed FxCop messages in DNOA.Core #68Andrew Arnott2012-02-091-1/+4
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-0/+1406