aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1626/+0
* Thank you kindly, TLaukkan for a patch that:Charles Krinke2009-04-211-2/+5
* * Terminate OpenSim startup if we cannot listen to the designated HTTP portJustin Clarke Casey2009-04-091-2/+6
* cleanupDr Scofield2009-03-251-2/+2
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-191-52/+3
* * Lock http handlers dictionary in other places as well to avoid race conditionsJustin Clarke Casey2009-03-191-47/+56
* * Add necessary locking to BaseHttpServer.RemoveHTTPHandler()Justin Clarke Casey2009-03-191-7/+14
* * Add documentation to BaseHttpServer.AddHTTPHandler()Justin Clarke Casey2009-03-191-13/+41
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-2/+0
* * minor: reduce some code duplication in BaseHttpServerJustin Clarke Casey2009-03-101-24/+17
* fixing out-of-sync error in BaseHttpServerDr Scofield2009-03-101-16/+19
* * Adding application/x-oar to the list of content types to which the HTTP Ser...Teravus Ovares2009-03-071-1/+5
* * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to...Justin Clarke Casey2009-02-121-2/+8
* * Apply http://opensimulator.org/mantis/view.php?id=3138Justin Clarke Casey2009-02-121-0/+20
* * optimized usings.lbsa712009-02-121-8/+8
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-131-1/+1
* * minor; Very minor non-functional tidy upsJustin Clarke Casey2009-01-131-11/+6
* * minor: Add a couple of code comments about enabling httpserver loggingJustin Clarke Casey2009-01-131-10/+14
* * Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares2009-01-081-0/+7
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-051-1/+1
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-1/+2
* Added http-method to the hashtable that gets passed to GenericHTTPMethods.diva2008-12-311-1/+1
* * A few more fixes to HttpServer.Teravus Ovares2008-12-201-2/+9
* * Tweak my previously mentioned nasty hack so it's a little less nastyTeravus Ovares2008-12-181-6/+8
* * Add a nasty hack to try and give the HttpServer a few extra lives until we ...Teravus Ovares2008-12-181-2/+29
* * Caught unhandled IOException, and outputted it to log.lbsa712008-12-181-1/+5
* * Added more articulate logging of HttpServer so we can diagnose issues.Teravus Ovares2008-12-181-0/+38
* * Committing an opensim level error message on httpserver. This might help w...Teravus Ovares2008-12-181-0/+6
* Added a Catch(InvalidOperationException) to BaseHttpServer.HandleRequest(). W...MW2008-12-011-19/+24
* * Adding the incoming url as Param[2] in the XmlRpcRequestlbsa712008-11-251-1/+3
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-9/+9
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-9/+9
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-9/+9
* Change HTTP server backlog/acceptors to 64, per Adam ZMelanie Thielker2008-11-121-1/+1
* * Made ClientLoop non-infinite, ClientLoop will now disengage when the client...Adam Frisby2008-11-081-3/+1
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+12
* Fixed the cause of a hidden Exception which prevented BaseHttpServer to answerHomer Horwitz2008-10-251-1/+2
* Adding AddXmlRpcHandler(name, method, bool) to selectively disableDr Scofield2008-10-231-0/+13
* - Added BaseHttpServer.StopHomer Horwitz2008-10-221-0/+5
* * Remove a warning from BaseHttpServerTeravus Ovares2008-10-141-1/+1
* * Just some OGP maintenance. Standards adherence type stuff. Teravus Ovares2008-10-101-1/+34
* cleaning up OSHttpResponse: note that read access to extra headerDr Scofield2008-10-061-4/+5
* cleaning up OSHttpRequest removing old Http stuff. also adding testDr Scofield2008-10-061-184/+2
* * Committing a few keep-alive changes. Cleaned up some log messagesTeravus Ovares2008-10-031-6/+21
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-4/+4
* * EventQueueGet is now working.Teravus Ovares2008-10-031-10/+174
* * Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares2008-10-011-3/+3
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-38/+234
* * Get the code up to speed with my -#dev e-mail example. (uncomment out lines...Teravus Ovares2008-09-301-4/+17
* * minor: remove warningsJustin Clarke Casey2008-09-291-6/+7