summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finished implementing the common channel sending scenarios.Andrew Arnott2008-09-023-5/+163
|
* Refactored Channel class into two classes.Andrew Arnott2008-09-026-103/+287
|
* Request/reply channel work.Andrew Arnott2008-09-026-4/+106
|
* Lots of design work on the channel stack.Andrew Arnott2008-09-0214-157/+577
|
* Implemented ProtocolMessageResponse.Send()Andrew Arnott2008-09-016-9/+86
|
* Moved messaging infrastructure to its own namespace.Andrew Arnott2008-09-0115-22/+25
|
* Lots of StyleCop changes.Andrew Arnott2008-09-0122-300/+583
|
* Some StyleCop adjustments.Andrew Arnott2008-09-019-48/+35
|
* Fixed build break.Andrew Arnott2008-09-011-1/+1
|
* Added some more message channel supports.Andrew Arnott2008-09-017-21/+72
|
* Added test for and accomodated required message parts.Andrew Arnott2008-09-016-12/+33
|
* Added logging support.Andrew Arnott2008-09-014-8/+12
|
* Added test for Uri member of DataContract.Andrew Arnott2008-09-012-2/+6
|
* Added message validation.Andrew Arnott2008-09-016-25/+112
|
* Added another test, and changed the way spoofed dictionary xml I/O works to ↵Andrew Arnott2008-09-015-308/+418
| | | | fix the bug it revealed.
* Added some basic classes, message serialization and some unit tests.Andrew Arnott2008-09-0119-2/+999
|
* Added OAuth spec.Andrew Arnott2008-09-012-0/+2438
|
* Customized starter kit to DotNetOAuth.Andrew Arnott2008-09-0133-105/+54
|
* Removed strings.resx.Andrew Arnott2008-08-313-219/+0
|
* Added more StyleCop rules.Andrew Arnott2008-08-3110-135/+999
|
* Added StyleCop settings with some suppressed, and accomodated so that we get ↵Andrew Arnott2008-08-3113-142/+229
| | | | 0 warnings.
* Fixed placeholder name in .sln file.Andrew Arnott2008-08-301-4/+4
|
* Added Windows PowerShell script to quickly rename all the directories and ↵Andrew Arnott2008-08-301-0/+4
| | | | files to the library's name.
* Initial build system version.Andrew Arnott2008-08-30480-0/+72033