aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseOpenSimServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-16minor: reuse threadpool count we just fetched instead of fetching it againJustin Clark-Casey (justincc)1-1/+1
2012-03-16Add total scripts count to "show threads"Justin Clark-Casey (justincc)1-2/+10
2012-03-16Improve threadpool reporting to "show threads" console command (also gets pri...Justin Clark-Casey (justincc)1-6/+2
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-10/+10
2012-02-24Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ...Justin Clark-Casey (justincc)1-1/+1
2012-02-18On Windows automatically load the correct native ODE library depending on whe...Justin Clark-Casey (justincc)1-1/+3
2012-01-31Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCo...Justin Clark-Casey (justincc)1-1/+1
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-1/+1
2011-11-15fix build break on UserManagementModule.Justin Clark-Casey (justincc)1-4/+8
2011-11-15improve formatting of "show threads"Justin Clark-Casey (justincc)1-1/+8
2011-11-15Add number of milliseconds since last update to "show threads"Justin Clark-Casey (justincc)1-3/+7
2011-10-25minor: add "threads show" as synonym for "show threads" for consistencyJustin Clark-Casey (justincc)1-0/+5
2011-10-25Add "threads abort <thread-id>" simulator console command that allows us to a...Justin Clark-Casey (justincc)1-0/+25
2011-07-01Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)1-11/+0
2011-07-01If OpenSim has been built from a git tree, then include version information a...Justin Clark-Casey (justincc)1-4/+39
2011-07-01refactor: rename gitCommitFileName to manualVersionFileName since bin/.versio...Justin Clark-Casey (justincc)1-5/+4
2011-02-04Fix "set log level" to once again display current log level if it's not given...Justin Clark-Casey (justincc)1-12/+15
2011-01-21Update the "config get <section> <key>" command to "config get [<section>] [<...Justin Clark-Casey (justincc)1-0/+14
2011-01-21make "show info" and "show version" show the same version textJustin Clark-Casey (justincc)1-4/+7
2011-01-21add current console log level to "show info"Justin Clark-Casey (justincc)1-2/+9
2011-01-20minor: make "show info" help slightly clearerJustin Clark-Casey (justincc)1-1/+1
2010-09-14Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat...Justin Clark-Casey (justincc)1-16/+10
2010-05-28add a smidgen more log debug information in the form of the operating system ...Justin Clark-Casey (justincc)1-1/+5
2009-11-27Apply patch to reduce git revision text length if running sim directly from a...Justin Clark-Casey (justincc)1-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-01Formatting cleanup.Jeff Ames1-6/+6
2009-08-13Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2009-08-11Enable the console show version command and the viewer about command, to show...Chris Down1-22/+46
2009-06-10Formatting cleanup.Jeff Ames1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-1/+1
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-10/+10
2009-05-13Thank you kindly, BlueWall sir, for a patch that:Charles Krinke1-2/+10
2009-05-04Committing the changed treeMelanie Thielker1-0/+510
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-496/+0
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-1/+1
2009-05-02Thank you kindly, BlueWall, for a patch that:Charles Krinke1-1/+15
2009-04-25Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble1-2/+3
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-4/+4
2009-04-17Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke1-0/+8
2009-04-01Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker1-0/+36
2009-02-19* Fix http://opensimulator.org/mantis/view.php?id=3193Justin Clarke Casey1-51/+45
2009-02-12* optimized usings.lbsa711-2/+3
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-8/+8
2009-02-09* Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey1-1/+1
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-65/+54