| Commit message (Expand) | Author | Files | Lines |
2013-08-09 | minor: Consistently log IOCP for IO completion thread startup log information... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2013-08-05 | At OpenSimulator startup, print out default min built-in threadpool threads a... | Justin Clark-Casey (justincc) | 1 | -14/+27 |
2013-06-17 | Make general server stats available on the robust console as well as the simu... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2013-02-10 | Additional ThreadPool worker and IOCP thread startup logic | Allen Kerensky | 1 | -6/+39 |
2012-09-30 | Add using clause I missed | Melanie | 1 | -0/+1 |
2012-09-30 | Allow up to 12 simultaneous connections to a given endpoint rather than 2 | Melanie | 1 | -0/+1 |
2012-07-06 | Log MONO_THREADS_PER_CPU value on simulator startup, or "unset" if it is not set | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2011-07-29 | Temporarily put in a log line which shows which locale the user is running in. | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2011-06-01 | Adding boolean alias for commandline switches like -save_crashes=yes | Makopoppo | 1 | -0/+2 |
2011-06-01 | Fix: The command line switches 'save_crashes' and 'crash_dir' haven't actuall... | Makopoppo | 1 | -0/+2 |
2011-04-08 | trivial whitespace removal to trigger a panda rebuild | Justin Clark-Casey (justincc) | 1 | -11/+3 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2010-05-16 | * Revert last commit for now at Melanie_T's request. | Teravus Ovares (Dan Olivares) | 1 | -1/+2 |
2010-05-15 | * Add User Friendly Configuration File Exists check. If OpenSim.ini and eith... | Teravus Ovares (Dan Olivares) | 1 | -1/+115 |
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot... | Diva Canto | 1 | -1/+0 |
2009-10-06 | Checks the number of ThreadPool and IOCP threads on startup and bumps up the ... | John Hurliman | 1 | -0/+12 |
2009-10-04 | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 1 | -7/+4 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-08-17 | Add the ability to use -console=rest to the region server. User | Melanie | 1 | -1/+2 |
2009-08-12 | * minor: Comments | Teravus Ovares (Dan Olivares) | 1 | -1/+32 |
2009-07-24 | * minor ccc | lbsa71 | 1 | -0/+3 |
2009-06-01 | Only save crashes to disk if save_crashes in OpenSim.ini is true (false by de... | Jeff Ames | 1 | -17/+20 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-19 | * minor: Tweak the command exception catcher of last resort to make a little ... | Justin Clarke Casey | 1 | -1/+1 |
2009-04-27 | Getting rid of -hypergrid=true on the command line. This config now goes insi... | diva | 1 | -7/+1 |
2009-04-03 | - adding -logconfig option to allow configuration of log4net from | Dr Scofield | 1 | -2/+14 |
2009-03-26 | * Apply http://opensimulator.org/mantis/view.php?id=3343 | Justin Clarke Casey | 1 | -1/+0 |
2009-03-10 | * Cleanup and CCC (Code Convention Conformance) | lbsa71 | 1 | -5/+6 |
2009-02-27 | Added support for reading ini files from a (optional) config folder. This all... | MW | 1 | -0/+1 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -4/+4 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+0 |
2009-02-10 | * Stop OpenSim crashing if an exception from a command makes it right up to t... | Justin Clarke Casey | 1 | -2/+8 |
2009-02-10 | * Fix build break, parentheses in the wrong place | Justin Clarke Casey | 1 | -1/+1 |
2009-02-10 | * Overwrite the old saved OpenSim.ini file saved in response to a crash if on... | Justin Clarke Casey | 1 | -1/+1 |
2009-02-10 | Stopgap measure: To use gridlaunch, or GUI, start opensim with | Melanie Thielker | 1 | -1/+1 |
2009-02-07 | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 1 | -6/+9 |
2009-02-02 | * As per http://opensimulator.org/mantis/view.php?id=3065 | Justin Clarke Casey | 1 | -1/+1 |
2009-01-04 | * Minor tweak to crash logger to copy ini with log if save-to-dir is on. | Adam Frisby | 1 | -1/+5 |
2008-12-09 | * Added primitive exception logging capabilities. | Adam Frisby | 1 | -9/+20 |
2008-11-25 | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 1 | -1/+9 |
2008-10-11 | Add a "inimaster" switch to OpenSim.ini. It will load a master ini file | Melanie Thielker | 1 | -0/+1 |
2008-10-04 | * Tidy up configuration stuff, eliminated default setting duplication along t... | Justin Clarke Casey | 1 | -3/+5 |
2008-09-08 | * some if inversions and added {}'s for readability | lbsa71 | 1 | -0/+2 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-13 | Mantis #1936 | Melanie Thielker | 1 | -1/+0 |
2008-06-01 | * Move most bookending startup/shutdown messages to BaseOpenSimServer so they... | Justin Clarke Casey | 1 | -2/+0 |
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - mus... | Justin Clarke Casey | 1 | -2/+2 |
2008-06-01 | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 1 | -2/+2 |
2008-05-31 | * Make version information common to all servers | Justin Clarke Casey | 1 | -0/+1 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |