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