summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs
Commit message (Expand)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+2
* Moves all MVC dependencies from core assemblies to a separate assembly.Andrew Arnott2013-10-191-39/+0
* Revert "Fixes the OAuthServiceProvider sample issue with recognizing protecte...Andrew Arnott2013-06-091-18/+0
* Fixes the CopyHeadersFrom helper method as a better approach to replace commi...Andrew Arnott2013-06-091-2/+7
* Fixes the OAuthServiceProvider sample issue with recognizing protected resour...Andrew Arnott2013-06-091-0/+18
* Removes TODOAndrew Arnott2013-06-091-1/+1
* Identifies a couple of TODO comments as being new in 5.0 that need to be reso...Andrew Arnott2013-06-091-1/+1
* Merge branch 'v4.3'Andrew Arnott2013-06-021-3/+3
|\
| * Replaces hard-coded algorithms for parameterized ones.Andrew Arnott2013-05-311-3/+3
* | Merge branch 'v4.3'Andrew Arnott2013-05-271-5/+26
|\ \ | |/
| * Merge branch 'v4.2' into v4.3Andrew Arnott2013-04-221-4/+7
| |\
| | * Use only web safe characters in client state argAndrew Arnott2013-04-111-4/+7
| | * Merge branch 'v4.1' into v4.2Andrew Arnott2013-04-111-1/+2
| | |\
| * | | Adds DelegatingHandler implementations for OAuth 1 consumers that sign outgoi...Andrew Arnott2013-02-231-6/+36
| * | | Merge remote-tracking branch 'origin/v4.1' into v4.2v4.2.2.13055Andrew Arnott2013-02-231-1/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixes StyleCop break.Andrew Arnott2013-01-121-1/+1
| | * Update to support Front_End_Https header used by some loadbalancers for SSL t...Mike Roest2013-01-121-1/+2
* | | Fixes the rest of the build breaks!Andrew Arnott2013-03-191-22/+0
* | | Revise receiver of ApplyHeaders extension method.Andrew Arnott2013-03-051-4/+3
* | | Greatly simplifies ApplyHeaders method.Andrew Arnott2013-03-051-32/+3
* | | OpenIdOfflineProvider and RP now work together.Andrew Arnott2013-03-041-2/+7
* | | A few more fixes.Andrew Arnott2013-03-041-6/+0
* | | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-96/+80
* | | Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-0/+9
* | | StyleCop fixes.Andrew Arnott2013-02-211-0/+2
* | | Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-0/+18
* | | More warning fixes.Andrew Arnott2013-02-161-0/+12
* | | Lots of stylecop fixes.Andrew Arnott2013-02-161-13/+65
* | | Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-4/+0
* | | Fixes ASP.NET controls to be async.Andrew Arnott2013-02-091-10/+6
* | | Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-25/+0
* | | OpenIdProviderWebForms now builds.Andrew Arnott2013-01-231-7/+23
* | | OpenIdRelyingPartyMvc sample now builds.Andrew Arnott2013-01-151-0/+1
* | | OAuth2.ResourceServer now builds.Andrew Arnott2013-01-131-4/+1
* | | OAuth2.Client builds.Andrew Arnott2013-01-131-0/+42
* | | DNOA.OAuth project now builds.Andrew Arnott2013-01-131-9/+9
* | | Web Forms based OpenID RPs work now.Andrew Arnott2013-01-011-11/+19
* | | OpenID RP login actually works now.Andrew Arnott2013-01-011-1/+1
* | | Adds HttpResponseMessage.AsActionResult extension method.Andrew Arnott2012-12-311-0/+28
* | | Fixes build breaks in DNOA.OpenId.Andrew Arnott2012-12-311-0/+23
* | | Replaces IDirectWebRequestHandler with HttpClient in DNOA.Core.Andrew Arnott2012-12-291-100/+0
* | | Removes CLR4 compiler symbol.Andrew Arnott2012-12-281-28/+0
* | | Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-13/+0
* | | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-13/+14
|/ /
* | Fixes build break in .NET 3.5 builds.Andrew Arnott2012-12-261-6/+11
* | StyleCop fixes.Andrew Arnott2012-12-261-34/+34
* | Whitespace fixes.Andrew Arnott2012-12-251-61/+61
* | Replaces locking with thread-affinitized RNGs.Andrew Arnott2012-12-251-17/+35
* | Mitigates timing attack on random number generator.Andrew Arnott2012-12-251-4/+28
* | Merge branch 'v4.1'Andrew Arnott2012-12-021-6/+14
|\ \ | |/
| * Fixes an InternalErrorException thrown when decoding corrupted access tokens.Andrew Arnott2012-11-111-1/+1
| * Fixes another OOM exception while decoding corrupted tokens.Andrew Arnott2012-11-111-1/+1
| * Avoids OOM exceptions from ResourceServerAndrew Arnott2012-11-111-1/+8
| * Fixes AsHttpResposneMessage() exception when response has no stream.Andrew Arnott2012-11-021-3/+4
* | Merge remote-tracking branch 'aarnott/master'Andrew Arnott2012-10-291-6/+3
|\ \
| * | Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-6/+3
* | | Promotes MessagingUtilities.GetPublicFacingUrl to public method.Andrew Arnott2012-10-291-57/+57
* | | Merge branch 'v4.1'Andrew Arnott2012-10-141-0/+47
|\ \ \ | | |/ | |/|
| * | Added OutgoingWebResponse.AsHttpResponseMessage extension method.Andrew Arnott2012-10-091-0/+25
| * | Added missing xml doc comment line.Andrew Arnott2012-09-291-0/+1
| * | Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-291-0/+21
| |\ \ | | |/ | |/|
| | * Mitigates the XML DTD DoS attack from expanding entities.Andrew Arnott2012-09-291-0/+23
* | | Fixing one more place it was missed, also changing to OPTIONSMatt Hawley2012-08-101-4/+4
* | | Adding PATCH and OPTION http verbsMatt Hawley2012-08-101-1/+9
|/ /
* | Moved some JSON serialization logic to MessagingUtilities and added a unit test.Andrew Arnott2012-04-281-0/+62
* | The convenient compression/decompression API now offers both gzip and deflate.Andrew Arnott2012-04-281-6/+58
* | Added a bit more logging.Andrew Arnott2012-04-161-0/+1
* | Added logging for why crypto keys are created.Andrew Arnott2012-04-161-0/+6
* | Moved code to calculate a web root into DNOA.Core.Andrew Arnott2012-04-021-0/+13
* | Allows the authorization server to store merely the hashes of client secrets.Andrew Arnott2012-04-011-37/+37
|/
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
* Fixed StyleCop messages.Andrew Arnott2012-03-051-5/+20
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-5/+109
* Fixed some bad or missing URL escaping.Andrew Arnott2012-03-011-1/+1
* Removed requirement for callback parameter, per the spec.Andrew Arnott2012-02-191-4/+10
* Brings back HTTP Authorization header whitespace trimming.Andrew Arnott2012-02-151-1/+1
* Fixed FxCop messages in DNOA.Core #68Andrew Arnott2012-02-091-1/+9
* 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-1/+1
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-0/+1709