Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -1/+1 |
| | | | | But some unit tests still fail, and there are other issues. | ||||
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵ | Andrew Arnott | 2009-03-15 | 1 | -4/+4 |
| | | | | IncomingWebResponse. | ||||
* | Refactored IDirectWebRequestHandler to take a set of options rather than be ↵ | Andrew Arnott | 2009-01-30 | 1 | -1/+13 |
| | | | | | | two interfaces. Finally got receiving HTTP 400 error responses working. | ||||
* | Fixed the channel's POST entity writing. | Andrew Arnott | 2009-01-12 | 1 | -7/+19 |
| | | | | The HTTP Content-Length was being set to the number of characters in the response instead of the number of bytes. | ||||
* | Added discovery and around 60 tests. The discovery and a few other tests ↵ | Andrew Arnott | 2008-11-24 | 1 | -1/+17 |
| | | | | still fail, but we're making progress. | ||||
* | Added YADIS and other discovery, XRDS, untrusted web requests. | Andrew Arnott | 2008-11-23 | 1 | -3/+3 |
| | | | | Hundreds of StyleCop messages and some FxCop as well. Some refactoring definitely went into the new files from their DotNetOpenId origins, but there is much more to do. | ||||
* | Added tests for OpenIdChannel and KeyValueForm encoder. | Andrew Arnott | 2008-11-08 | 1 | -0/+30 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+46 |