Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵ | UbitUmarov | 2017-05-29 | 1 | -2/+1 |
| | | | | This should reduce impact of absurd dns fails observed on my test ubuntu VM | ||||
* | give up on the code to stop AsyncCommandManager. It fails with many scripts ↵ | UbitUmarov | 2017-05-24 | 1 | -1/+1 |
| | | | | running, and its only done deep on exit code. It is a backgroud thread should not block exit and never did | ||||
* | no all mono versions know DnsRefreshTimeout | UbitUmarov | 2017-05-23 | 1 | -1/+2 |
| | |||||
* | remember mono about the default for DnsRefreshTimeout | UbitUmarov | 2017-05-23 | 1 | -0/+3 |
| | |||||
* | a bit more on ServicePointManager | UbitUmarov | 2017-05-12 | 1 | -3/+4 |
| | |||||
* | lower connection limits again | UbitUmarov | 2017-05-12 | 1 | -1/+5 |
| | |||||
* | soem changes on connections limits | UbitUmarov | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -29/+29 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+1 |
|\ | |||||
| * | turn off Nangle on users of ServivePointManager like webrequests | UbitUmarov | 2014-09-17 | 1 | -0/+1 |
| | | |||||
* | | Typo Fix | H-H-H | 2015-06-05 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Diva Canto <diva@metaverseink.com> | ||||
* | minor: Consistently log IOCP for IO completion thread startup log ↵ | Justin Clark-Casey (justincc) | 2013-08-09 | 1 | -3/+3 |
| | | | | information instead of mixing this with "IO Completion Threads" | ||||
* | At OpenSimulator startup, print out default min built-in threadpool threads ↵ | Justin Clark-Casey (justincc) | 2013-08-05 | 1 | -14/+27 |
| | | | | | | | as well as max. Make it clear that we only try to adjust max, and log at warn level if this fails. Other minor logging cleanup. | ||||
* | Make general server stats available on the robust console as well as the ↵ | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -0/+1 |
| | | | | | | simulator console This means the "show stats" command is now active on the robust console. | ||||
* | Additional ThreadPool worker and IOCP thread startup logic | Allen Kerensky | 2013-02-10 | 1 | -6/+39 |
| | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Add using clause I missed | Melanie | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | Allow up to 12 simultaneous connections to a given endpoint rather than 2 | Melanie | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | Log MONO_THREADS_PER_CPU value on simulator startup, or "unset" if it is not set | Justin Clark-Casey (justincc) | 2012-07-06 | 1 | -2/+6 |
| | |||||
* | Temporarily put in a log line which shows which locale the user is running in. | Justin Clark-Casey (justincc) | 2011-07-29 | 1 | -0/+4 |
| | |||||
* | Adding boolean alias for commandline switches like -save_crashes=yes | Makopoppo | 2011-06-01 | 1 | -0/+2 |
| | |||||
* | Fix: The command line switches 'save_crashes' and 'crash_dir' haven't ↵ | Makopoppo | 2011-06-01 | 1 | -0/+2 |
| | | | | actually worked | ||||
* | trivial whitespace removal to trigger a panda rebuild | Justin Clark-Casey (justincc) | 2011-04-08 | 1 | -11/+3 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | * Revert last commit for now at Melanie_T's request. | Teravus Ovares (Dan Olivares) | 2010-05-16 | 1 | -1/+2 |
| | | | | * Additional ways of configuring opensim break with this | ||||
* | * Add User Friendly Configuration File Exists check. If OpenSim.ini and ↵ | Teravus Ovares (Dan Olivares) | 2010-05-15 | 1 | -1/+115 |
| | | | | either StandaloneCommon.ini or GridCommon.ini don't exist in various casings then offer to copy the files for the user while warning them that they're missing out if they don't read the files. | ||||
* | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵ | Diva Canto | 2010-01-31 | 1 | -1/+0 |
| | | | | lots of other obsolete configs. | ||||
* | Checks the number of ThreadPool and IOCP threads on startup and bumps up the ↵ | John Hurliman | 2009-10-06 | 1 | -0/+12 |
| | | | | numbers to .NET defaults of 500/1000 if need be | ||||
* | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset ↵ | John Hurliman | 2009-10-04 | 1 | -7/+4 |
| | | | | | | Local member in MySQLAssetData * First pass at applying the using(){} pattern to IDisposable objects. Always use the using pattern on IDisposable objects whenever possible, do not manually call .Close() or .Dispose() unless there is no other way to write the code. This pass mostly covers OpenSim.Data.MySQL, and should have no functional change (tests still pass) | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Add the ability to use -console=rest to the region server. User | Melanie | 2009-08-17 | 1 | -1/+2 |
| | | | | and pass are specified the same way as for the ROBUST server | ||||
* | * minor: Comments | Teravus Ovares (Dan Olivares) | 2009-08-12 | 1 | -1/+32 |
| | |||||
* | * minor ccc | lbsa71 | 2009-07-24 | 1 | -0/+3 |
| | |||||
* | Only save crashes to disk if save_crashes in OpenSim.ini is true (false by ↵ | Jeff Ames | 2009-06-01 | 1 | -17/+20 |
| | | | | default). | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * minor: Tweak the command exception catcher of last resort to make a little ↵ | Justin Clarke Casey | 2009-05-19 | 1 | -1/+1 |
| | | | | more sense | ||||
* | Getting rid of -hypergrid=true on the command line. This config now goes ↵ | diva | 2009-04-27 | 1 | -7/+1 |
| | | | | inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527. | ||||
* | - adding -logconfig option to allow configuration of log4net from | Dr Scofield | 2009-04-03 | 1 | -2/+14 |
| | | | | | | | log4net config file other then bin/OpenSim.exe.config - moving ArgvConfigSource initialization up to allow for configuration of XmlConfigurator.Configure() | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3343 | Justin Clarke Casey | 2009-03-26 | 1 | -1/+0 |
| | | | | | | | * Removes long unused -useexecutepath switch * Thanks coyled | ||||
* | * Cleanup and CCC (Code Convention Conformance) | lbsa71 | 2009-03-10 | 1 | -5/+6 |
| | |||||
* | Added support for reading ini files from a (optional) config folder. This ↵ | MW | 2009-02-27 | 1 | -0/+1 |
| | | | | | | | | allows the spliting up of opensim.ini into multiple ini files. The ini files in this folder are loaded after the masterini file (if that is set) and before opensim.ini. The default folder it looks for and searches is "bin\config", but that can be set by using the command arg "-inidirectory=<path>" (path is local to bin\) when starting up opensim.exe. | ||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -4/+4 |
| | | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -2/+0 |
| | |||||
* | * Stop OpenSim crashing if an exception from a command makes it right up to ↵ | Justin Clarke Casey | 2009-02-10 | 1 | -2/+8 |
| | | | | the top of the stack | ||||
* | * Fix build break, parentheses in the wrong place | Justin Clarke Casey | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | * Overwrite the old saved OpenSim.ini file saved in response to a crash if ↵ | Justin Clarke Casey | 2009-02-10 | 1 | -1/+1 |
| | | | | one already exists | ||||
* | Stopgap measure: To use gridlaunch, or GUI, start opensim with | Melanie Thielker | 2009-02-10 | 1 | -1/+1 |
| | | | | | | OpenSim.exe -gui=true | ||||
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 1 | -6/+9 |
| | | | | | | | | | line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces. | ||||
* | * As per http://opensimulator.org/mantis/view.php?id=3065 | Justin Clarke Casey | 2009-02-02 | 1 | -1/+1 |
| | | | | | | | * Copy OpenSim.ini to _OpenSim.ini on crash instead of opensim.ini * This makes it work on Linux/Mac(?) as well as Windows | ||||
* | * Minor tweak to crash logger to copy ini with log if save-to-dir is on. | Adam Frisby | 2009-01-04 | 1 | -1/+5 |
| | | | | | * Added BinaryGenericMessage handler for cases where GenericMessage isnt transmitting pure-utf8 characters. | ||||
* | * Added primitive exception logging capabilities. | Adam Frisby | 2008-12-09 | 1 | -9/+20 |
| | | | | | | | * Disabled by default (see OpenSim.ini.example for how to enable) * Saves exceptions to a folder on disk (default "crashes") when enabled. * These reports can then be uploaded or posted to help debug an error. |