summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/MessagingUtilities.cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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