aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-25Prevent an object disposed exception that made forms comms unreliable. AfterMelanie Thielker1-2/+7
2010-08-25Change some e.Message to e.ToString. Don't use e.Message, it doesn't carryMelanie Thielker1-2/+2
2010-08-06HACK ALERT! There's some underlying bug in the HTTP server that makes request...Diva Canto1-0/+7
2010-07-27comment out further debug line in BaseHttpServerJustin Clark-Casey (justincc)1-1/+1
2010-07-26do a whole load of crappy hacking to get cubes to display google.comJustin Clark-Casey (justincc)1-1/+1
2010-07-08Handle a specific exception without spewing red ink.Melanie1-2/+13
2010-07-01do a whole load of crappy hacking to get cubes to display google.comJustin Clark-Casey (justincc)1-1/+1
2010-06-25fix web request exception reporting properly this timeJustin Clark-Casey (justincc)1-1/+1
2010-06-25Revert "Report http server onRequest() exception properly."Justin Clark-Casey (justincc)1-1/+1
2010-06-25Report http server onRequest() exception properly.Justin Clark-Casey (justincc)1-1/+1
2010-06-15Readjust master version and flavorMelanie1-2/+2
2010-06-15Readusr master version and flavorMelanie1-2/+2
2010-06-12Change trunk versio to 0.7.1 DevMelanie1-2/+2
2010-06-12Change flavor to 0.7-RC1Melanie1-2/+2
2010-05-28add a smidgen more log debug information in the form of the operating system ...Justin Clark-Casey (justincc)1-1/+5
2010-05-15delete now unused MessageServerInfoJustin Clark-Casey (justincc)1-48/+0
2010-04-26Better error message.Diva Canto1-1/+1
2010-03-26change trunk version to 0.7.DevJustin Clark-Casey (justincc)1-2/+2
2010-03-25minor: Print out port that http servers are usingJustin Clark-Casey (justincc)1-2/+0
2010-03-25put out full exception stack if something reaches top of base http server OnR...Justin Clark-Casey (justincc)1-1/+1
2010-03-16minor logging changes to BaseHttpServer, OSHttpRequestJustin Clark-Casey (justincc)2-30/+58
2010-03-11minor: add some more documentation for IHttpServer.AddHTTPHandler() to tell t...Justin Clark-Casey (justincc)2-5/+7
2010-03-11very minor spacing adjustmentJustin Clark-Casey (justincc)1-1/+0
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2009-12-23- commented out unused method ConvertIHttpClientContextToOSHttpdr scofield (aka dirk husemann)1-7/+7
2009-12-15Make sure that we catch and display any exceptions that get right to the top ...Justin Clark-Casey (justincc)1-46/+52
2009-12-15minor: make logging messages consistent in BaseHttpServerJustin Clark-Casey (justincc)1-25/+25
2009-12-05* Fix line endings in BaseHttpServer.csTeravus Ovares (Dan Olivares)1-6/+6
2009-12-03if an xml rpc method throws an exception, log as an error to the console as w...Justin Clark-Casey (justincc)1-3/+11
2009-12-02handle a condition where the http headers apparently have multiple remote por...dahlia1-1/+9
2009-11-27Apply patch to reduce git revision text length if running sim directly from a...Justin Clark-Casey (justincc)1-1/+1
2009-11-26Bump trunk version number to 0.6.9.Justin Clark-Casey (justincc)1-1/+1
2009-11-23Formatting cleanup.Jeff Ames1-1/+1
2009-11-18minor: correct error messages when queryfolder failsJustin Clark-Casey (justincc)1-3/+1
2009-11-18minor: remove duplicate copyright notice in PollServiceWorkerThreadJustin Clark-Casey (justincc)1-28/+1
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2-12/+2
2009-10-22Correct version number after mergeMelanie1-2/+2
2009-10-22Remove the "mel_t" from version stringMelanie1-1/+1
2009-10-22Mark new versionMelanie1-1/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+1
2009-10-19Formatting cleanup.Jeff Ames1-1/+1
2009-10-07Bug fix.Diva Canto1-2/+6
2009-10-07Printout one more field in show threads, but this won't buy us much.Diva Canto1-1/+2
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman1-21/+6
2009-10-05* GridServerPostHandler.cs: Try/catch in HandleDiva Canto1-1/+7
2009-10-05More error messages to warn when/if things go wrong.Diva Canto1-2/+14
2009-10-04Leaving the MemoryStreams unclosed.Diva Canto2-2/+4
2009-10-03Slightly better message with status code for WebException.Diva Canto1-1/+1
2009-10-03Close was being called to early on the Memory stream.Diva Canto3-3/+7
2009-10-03More streams closed.Diva Canto2-2/+18