index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DotNetOpenAuth.Core
/
Messaging
/
MessagingUtilities.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes build break in .NET 3.5 builds.
Andrew Arnott
2012-12-26
1
-6
/
+11
*
StyleCop fixes.
Andrew Arnott
2012-12-26
1
-34
/
+34
*
Whitespace fixes.
Andrew Arnott
2012-12-25
1
-61
/
+61
*
Replaces locking with thread-affinitized RNGs.
Andrew Arnott
2012-12-25
1
-17
/
+35
*
Mitigates timing attack on random number generator.
Andrew Arnott
2012-12-25
1
-4
/
+28
*
Merge branch 'v4.1'
Andrew Arnott
2012-12-02
1
-6
/
+14
|
\
|
*
Fixes an InternalErrorException thrown when decoding corrupted access tokens.
Andrew Arnott
2012-11-11
1
-1
/
+1
|
*
Fixes another OOM exception while decoding corrupted tokens.
Andrew Arnott
2012-11-11
1
-1
/
+1
|
*
Avoids OOM exceptions from ResourceServer
Andrew Arnott
2012-11-11
1
-1
/
+8
|
*
Fixes AsHttpResposneMessage() exception when response has no stream.
Andrew Arnott
2012-11-02
1
-3
/
+4
*
|
Merge remote-tracking branch 'aarnott/master'
Andrew Arnott
2012-10-29
1
-6
/
+3
|
\
\
|
*
|
Adds AuthorizationServer.DecodeRefreshToken
Andrew Arnott
2012-07-20
1
-6
/
+3
*
|
|
Promotes MessagingUtilities.GetPublicFacingUrl to public method.
Andrew Arnott
2012-10-29
1
-57
/
+57
*
|
|
Merge branch 'v4.1'
Andrew Arnott
2012-10-14
1
-0
/
+47
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Added OutgoingWebResponse.AsHttpResponseMessage extension method.
Andrew Arnott
2012-10-09
1
-0
/
+25
|
*
|
Added missing xml doc comment line.
Andrew Arnott
2012-09-29
1
-0
/
+1
|
*
|
Merge branch 'v4.0' into v4.1
Andrew Arnott
2012-09-29
1
-0
/
+21
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Mitigates the XML DTD DoS attack from expanding entities.
Andrew Arnott
2012-09-29
1
-0
/
+23
*
|
|
Fixing one more place it was missed, also changing to OPTIONS
Matt Hawley
2012-08-10
1
-4
/
+4
*
|
|
Adding PATCH and OPTION http verbs
Matt Hawley
2012-08-10
1
-1
/
+9
|
/
/
*
|
Moved some JSON serialization logic to MessagingUtilities and added a unit test.
Andrew Arnott
2012-04-28
1
-0
/
+62
*
|
The convenient compression/decompression API now offers both gzip and deflate.
Andrew Arnott
2012-04-28
1
-6
/
+58
*
|
Added a bit more logging.
Andrew Arnott
2012-04-16
1
-0
/
+1
*
|
Added logging for why crypto keys are created.
Andrew Arnott
2012-04-16
1
-0
/
+6
*
|
Moved code to calculate a web root into DNOA.Core.
Andrew Arnott
2012-04-02
1
-0
/
+13
*
|
Allows the authorization server to store merely the hashes of client secrets.
Andrew Arnott
2012-04-01
1
-37
/
+37
|
/
*
Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.
Andrew Arnott
2012-03-10
1
-1
/
+1
*
Fixed StyleCop messages.
Andrew Arnott
2012-03-05
1
-5
/
+20
*
Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...
Andrew Arnott
2012-03-05
1
-5
/
+109
*
Fixed some bad or missing URL escaping.
Andrew Arnott
2012-03-01
1
-1
/
+1
*
Removed requirement for callback parameter, per the spec.
Andrew Arnott
2012-02-19
1
-4
/
+10
*
Brings back HTTP Authorization header whitespace trimming.
Andrew Arnott
2012-02-15
1
-1
/
+1
*
Fixed FxCop messages in DNOA.Core #68
Andrew Arnott
2012-02-09
1
-1
/
+9
*
Updated all copyright notices to reflect copyright assignment to Outercurve.
Andrew Arnott
2012-02-05
1
-2
/
+2
*
Added more support for HttpContextBase, HttpResponseBase, etc.
Andrew Arnott
2012-01-29
1
-1
/
+1
*
Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)
Andrew Arnott
2012-01-12
1
-0
/
+1709