Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -22/+0 |
| | |||||
* | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 2008-07-17 | 1 | -22/+45 |
| | |||||
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 1 | -3/+36 |
| | | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out. | ||||
* | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2008-07-07 | 1 | -6/+17 |
| | |||||
* | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 2008-07-07 | 1 | -19/+45 |
| | | | | | | instantiated from both .NET and HttpServer code path. | ||||
* | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 2008-06-27 | 1 | -2/+2 |
| | |||||
* | status: work-in-progress, non-functional | Dr Scofield | 2008-06-27 | 1 | -0/+5 |
| | | | | | | fleshing out OSHttpRequestPump code. | ||||
* | further work on the HttpServer stuff. not functional yet. just sharing | Dr Scofield | 2008-06-25 | 1 | -0/+13 |
| | | | | | | what crimes i'm committing. | ||||
* | * adding XmppPresenceStanza and deserialization/reification support | Dr Scofield | 2008-06-04 | 1 | -0/+5 |
| | | | | | | | | | | | | having reached the intermediate level of .NET's XmlSudoku, i've now figured out how to do deserialization using different XmlSerializers (this stuff begins to grow on me, sigh). [still not used code, work-in-progress] * adding convenience property on OSHttpRequest.cs (from awebb) | ||||
* | this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵ | Dr Scofield | 2008-05-29 | 1 | -0/+14 |
| | | | | | | | | skeleton, far from complete, just want to check in early and often. | ||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -2/+2 |
| | |||||
* | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 2008-05-19 | 1 | -0/+145 |
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc. |