| Commit message (Expand) | Author | Age | Files | Lines |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -2/+0 |
* | * minor: reduce some code duplication in BaseHttpServer | Justin Clarke Casey | 2009-03-10 | 1 | -24/+17 |
* | fixing out-of-sync error in BaseHttpServer | Dr Scofield | 2009-03-10 | 1 | -16/+19 |
* | * Adding application/x-oar to the list of content types to which the HTTP Ser... | Teravus Ovares | 2009-03-07 | 1 | -1/+5 |
* | * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to... | Justin Clarke Casey | 2009-02-12 | 1 | -2/+8 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3138 | Justin Clarke Casey | 2009-02-12 | 1 | -0/+20 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -8/+8 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-13 | 1 | -1/+1 |
* | * minor; Very minor non-functional tidy ups | Justin Clarke Casey | 2009-01-13 | 1 | -11/+6 |
* | * minor: Add a couple of code comments about enabling httpserver logging | Justin Clarke Casey | 2009-01-13 | 1 | -10/+14 |
* | * Adds the variables passed to the hashtable BaseHttpServer passes in. | Teravus Ovares | 2009-01-08 | 1 | -0/+7 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-05 | 1 | -1/+1 |
* | * Updates the sim stats module. Cleans out some of the rot. | Teravus Ovares | 2009-01-03 | 1 | -1/+2 |
* | Added http-method to the hashtable that gets passed to GenericHTTPMethods. | diva | 2008-12-31 | 1 | -1/+1 |
* | * A few more fixes to HttpServer. | Teravus Ovares | 2008-12-20 | 1 | -2/+9 |
* | * Tweak my previously mentioned nasty hack so it's a little less nasty | Teravus Ovares | 2008-12-18 | 1 | -6/+8 |
* | * Add a nasty hack to try and give the HttpServer a few extra lives until we ... | Teravus Ovares | 2008-12-18 | 1 | -2/+29 |
* | * Caught unhandled IOException, and outputted it to log. | lbsa71 | 2008-12-18 | 1 | -1/+5 |
* | * Added more articulate logging of HttpServer so we can diagnose issues. | Teravus Ovares | 2008-12-18 | 1 | -0/+38 |
* | * Committing an opensim level error message on httpserver. This might help w... | Teravus Ovares | 2008-12-18 | 1 | -0/+6 |
* | Added a Catch(InvalidOperationException) to BaseHttpServer.HandleRequest(). W... | MW | 2008-12-01 | 1 | -19/+24 |
* | * Adding the incoming url as Param[2] in the XmlRpcRequest | lbsa71 | 2008-11-25 | 1 | -1/+3 |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 1 | -9/+9 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 1 | -9/+9 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 1 | -9/+9 |
* | Change HTTP server backlog/acceptors to 64, per Adam Z | Melanie Thielker | 2008-11-12 | 1 | -1/+1 |
* | * Made ClientLoop non-infinite, ClientLoop will now disengage when the client... | Adam Frisby | 2008-11-08 | 1 | -3/+1 |
* | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 2008-11-01 | 1 | -1/+12 |
* | Fixed the cause of a hidden Exception which prevented BaseHttpServer to answer | Homer Horwitz | 2008-10-25 | 1 | -1/+2 |
* | Adding AddXmlRpcHandler(name, method, bool) to selectively disable | Dr Scofield | 2008-10-23 | 1 | -0/+13 |
* | - Added BaseHttpServer.Stop | Homer Horwitz | 2008-10-22 | 1 | -0/+5 |
* | * Remove a warning from BaseHttpServer | Teravus Ovares | 2008-10-14 | 1 | -1/+1 |
* | * Just some OGP maintenance. Standards adherence type stuff. | Teravus Ovares | 2008-10-10 | 1 | -1/+34 |
* | cleaning up OSHttpResponse: note that read access to extra header | Dr Scofield | 2008-10-06 | 1 | -4/+5 |
* | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 2008-10-06 | 1 | -184/+2 |
* | * Committing a few keep-alive changes. Cleaned up some log messages | Teravus Ovares | 2008-10-03 | 1 | -6/+21 |
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -4/+4 |
* | * EventQueueGet is now working. | Teravus Ovares | 2008-10-03 | 1 | -10/+174 |
* | * Fixed a mangled Seed caps handler definition on login to region in standalo... | Teravus Ovares | 2008-10-01 | 1 | -3/+3 |
* | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 2008-09-30 | 1 | -38/+234 |
* | * Get the code up to speed with my -#dev e-mail example. (uncomment out lines... | Teravus Ovares | 2008-09-30 | 1 | -4/+17 |
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-29 | 1 | -6/+7 |
* | * Event queue is now polling.. | Teravus Ovares | 2008-09-27 | 1 | -2/+4 |
* | * This is the very very early beginnings of an EventQueue:get module. | Teravus Ovares | 2008-09-27 | 1 | -5/+56 |
* | * Remove a message handler | Teravus Ovares | 2008-09-25 | 1 | -0/+2 |
* | * OGP GET, look for Accept header application/llsd+xml with an optional ?q= | Teravus Ovares | 2008-09-23 | 1 | -1/+1 |
* | * Fix a null reference exception that I introduced | Teravus Ovares | 2008-09-23 | 1 | -1/+1 |
* | * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ... | Teravus Ovares | 2008-09-23 | 1 | -0/+12 |
* | * Update in OGP draft 3 protocol spec with regards to seed region requests ru... | Teravus Ovares | 2008-09-23 | 1 | -2/+7 |
* | * Implements an experimental method to define which region you want to go to ... | Teravus Ovares | 2008-09-19 | 1 | -2/+5 |