aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/ServerBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-16 framework main thread pool is always active and in use ( even id hard to cat...UbitUmarov1-23/+38
2017-05-30webrequests serialiazation per endpoint its now ServicePointManager jobUbitUmarov1-47/+1
2017-03-31Allow setting the stats log file location in OpenSim.ini rather than app.exe....Melanie Thielker1-0/+17
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-26/+26
2016-08-24 fix a use of string Trim()UbitUmarov1-1/+1
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker1-3/+3
2015-10-18Fixed merge conflictsDiva Canto1-1/+2
2015-10-18Clean up of simulation version, the number that rules the compatibility of te...Diva Canto1-1/+2
2015-05-12Disable the "show threadpool calls active" console command for now.Justin Clark-Casey (justincc)1-5/+5
2014-11-25Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)1-5/+40
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-0/+8
2014-11-25Add "show threadpool calls" command to show count of all labelled smartthread...Justin Clark-Casey (justincc)1-0/+21
2014-03-25Changed LogThreadPool to have 4 logging levels. Added console command "debug ...Oren Hurvitz1-0/+38
2013-08-06Add "debug threadpool status" console command to show min/max/current worker/...Justin Clark-Casey (justincc)1-0/+23
2013-08-05Add "debug comms status" command to show current debug comms settingsJustin Clark-Casey (justincc)1-0/+11
2013-08-05Make it possible to switch whether we serialize osd requests per endpoint or ...Justin Clark-Casey (justincc)1-0/+37
2013-08-05minor: move "threads abort" and "force gc" console commands into debug catego...Justin Clark-Casey (justincc)1-2/+2
2013-08-05Make it possible to set worker/iocp min/max threadpool limits on the fly with...Justin Clark-Casey (justincc)1-0/+78
2013-08-05Add checks monitoring framework to provide alerts if certain conditions do no...Justin Clark-Casey (justincc)1-0/+1
2013-06-17refactor: Move existing code to generate report information on the threadpool...Justin Clark-Casey (justincc)1-1/+62
2013-06-17Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)1-0/+32
2013-04-09If OpenSimulator is writing a PID file and finds the file already present on ...Justin Clark-Casey (justincc)1-0/+5
2013-03-14Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)1-0/+20
2013-01-23Implement get version RemoteAdmin callMelanie1-2/+2
2012-11-23Make "show threads" and "thread abort" console commands available on all serversJustin Clark-Casey (justincc)1-0/+92
2012-11-23Make "force gc" console command available across all serversJustin Clark-Casey (justincc)1-0/+12
2012-11-23Make "show version" console command available across all serversJustin Clark-Casey (justincc)1-0/+7
2012-11-22Factor out command script code.Justin Clark-Casey (justincc)1-2/+50
2012-11-22Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)1-3/+137
2012-11-22Factor out common pid file creation and removal code.Justin Clark-Casey (justincc)1-5/+46
2012-11-22Add "get log level" command - this returns the current server session console...Justin Clark-Casey (justincc)1-19/+31
2012-11-22Make "set log level" command available across all serversJustin Clark-Casey (justincc)1-0/+31
2012-11-22Make "show info" command available across all serversJustin Clark-Casey (justincc)1-2/+182
2012-11-22Factor out common registration of "show uptime" commandJustin Clark-Casey (justincc)1-0/+12
2012-11-22factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)1-0/+50
2012-11-22refactor: Factor out copy/pasted server uptime report codeJustin Clark-Casey (justincc)1-18/+20
2009-04-14Update svn properties.Jeff Ames1-56/+56
2009-04-11* Minor MRM CleanupAdam Frisby1-56/+56
2009-04-06Add copyright headers, formatting cleanup.Jeff Ames1-1/+28
2009-04-06Update svn properties.Jeff Ames1-29/+29
2009-04-05* Implements ISocialEntity - this represents the class of "user-like" objects...Adam Frisby1-1/+0
2009-04-04* More fiddling with MRM IPersistence, now stores <T> instead of Object.Adam Frisby1-4/+5
2009-04-04* Changed IPersistence interface so that passing the MRMBase is unessecary.Adam Frisby1-6/+4
2009-04-03* Implements "ID" semi-global within MRM scripts. This is tied to the 'state ...Adam Frisby1-0/+31