Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵ | Andrew Arnott | 2010-01-12 | 1 | -0/+46 |
| | | | | | | unrecognized HTTP methods any more. Fixes Trac #169 | ||||
* | Fixes StyleCop issues. | Andrew Arnott | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Fixed multipart POST so that it doesn't include a leading \r\n, which ↵ | Andrew Arnott | 2010-01-11 | 1 | -0/+30 |
| | | | | apparently is NOT valid. | ||||
* | Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵ | Andrew Arnott | 2009-05-11 | 1 | -3/+23 |
| | | | | | | of RFC 2396. While this probably won't fix any interop issues with OpenID, it IS anticipated to fix interop issues with OAuth since the generated signature base string will be different if any of these symbols show up in the string: !*'() | ||||
* | Added convenience method for sending OutgoingWebResponse instances to an ↵ | Andrew Arnott | 2009-03-27 | 1 | -2/+7 |
| | | | | HttpListenerResponse. | ||||
* | Fixes null key handling in incoming query strings. | Andrew Arnott | 2009-01-13 | 1 | -0/+19 |
| | | | | Fixes Google Code Issue 9 on dotnetoauth project. | ||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+99 |