Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 | |
2008-10-06 | cleaning up OSHttpResponse: note that read access to extra header | Dr Scofield | 1 | -8/+12 | |
fields is GONE (HttpServer does not support that), you can read the "normal" HTTP headers available via properties, and you can add headers. also, it is now possible to set a timeout for KeepAlive (for those clients that pay attention to it). this also fixes the broken REST inventory/assets/appearance services, they should be working again. testcase for OSHttpResponse will follow. | |||||
2008-10-06 | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 1 | -130/+86 | |
case for OSHttpRequest (not very fancy yet, but still). | |||||
2008-10-02 | - Fix invalid cast in OSHttpRequest | Homer Horwitz | 1 | -3/+3 | |
- Web-map should work again :) | |||||
2008-10-01 | * Adds error handlers for errors parsing the querystring passed on the ↵ | Teravus Ovares | 1 | -3/+18 | |
OSHttpRequest constructor. * maybe.. it was a key that was null. Obviously you can't still a null key in a string key'ed collection. | |||||
2008-09-30 | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 1 | -34/+34 | |
* This is a HUGE update.. and should be considered fraut with peril. * SSL Mode isn't available *yet* but I'll work on that next. * DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon. * This could break the Build! This could break your Grid! | |||||
2008-09-25 | temporarily disabling HttpServer related stuff (take #2: Exclude takes | Dr Scofield | 1 | -44/+44 | |
regex not shell glob) | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -22/+0 | |
2008-07-17 | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 1 | -22/+45 | |
2008-07-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 1 | -3/+36 | |
almost complete and soon to be ready for testing; OSHttpResponse code out. | |||||
2008-07-07 | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 1 | -6/+17 | |
2008-07-07 | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 1 | -19/+45 | |
instantiated from both .NET and HttpServer code path. | |||||
2008-06-27 | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 1 | -2/+2 | |
2008-06-27 | status: work-in-progress, non-functional | Dr Scofield | 1 | -0/+5 | |
fleshing out OSHttpRequestPump code. | |||||
2008-06-25 | further work on the HttpServer stuff. not functional yet. just sharing | Dr Scofield | 1 | -0/+13 | |
what crimes i'm committing. | |||||
2008-06-04 | * adding XmppPresenceStanza and deserialization/reification support | Dr Scofield | 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) | |||||
2008-05-29 | this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵ | Dr Scofield | 1 | -0/+14 | |
skeleton, far from complete, just want to check in early and often. | |||||
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-19 | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 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. |