OpenSimMirror/OpenSim/Framework/Servers
Justin Clark-Casey (justincc) 8305c5d369 Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCount(); when producing the threads report to reduce wraparound.
This matches the tickcount masking in the thread watchdog.
For some reason, Util.EnvironmentTickCount() masks ticks by 0x3fffffff instead of 0xffffffff
2012-02-02 23:56:29 +00:00
..
HttpServer On "show caps", stop excluding the seed cap but do exclude it elsewhere 2011-12-05 16:00:06 +00:00
Tests Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. 2011-03-09 23:25:24 +00:00
BaseOpenSimServer.cs Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCount(); when producing the threads report to reduce wraparound. 2012-02-02 23:56:29 +00:00
MainServer.cs Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-28 22:17:10 +01:00
VersionInfo.cs flip release flavour to post-fixes 2011-10-14 02:11:58 +01:00