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