index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Util.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
Refix the fixed fix!
Melanie
1
-2037
/
+2037
2012-03-20
Fixed borkness with previous merge.
Diva Canto
1
-16
/
+1
2012-03-20
Line endings
Diva Canto
1
-89
/
+89
2012-03-20
HG Friends: allow the establishment of HG friendships without requiring co-pr...
Diva Canto
1
-1954
/
+1988
2012-03-20
Move frame loop entirely within Scene.Update() for better future performance ...
Justin Clark-Casey (justincc)
1
-2
/
+15
2012-03-16
Improve threadpool reporting to "show threads" console command (also gets pri...
Justin Clark-Casey (justincc)
1
-1
/
+55
2012-03-16
Add process working memory to "show stats" memory statistics.
Justin Clark-Casey (justincc)
1
-2
/
+5
2012-02-21
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
Justin Clark-Casey (justincc)
1
-0
/
+30
2012-02-18
On Windows automatically load the correct native ODE library depending on whe...
Justin Clark-Casey (justincc)
1
-1
/
+37
2012-02-10
Add line numbers to Util.PrintCallStack()
Justin Clark-Casey (justincc)
1
-2
/
+3
2011-12-08
Reactivate BasicCircuitTests.TestAddClient()
Justin Clark-Casey (justincc)
1
-16
/
+29
2011-10-22
Get UUIDGatherer to scan notecards in the graph for asset uuids.
Justin Clark-Casey (justincc)
1
-3
/
+4
2011-09-13
In an object return message, send a null-terminated empty string in binary bu...
Justin Clark-Casey (justincc)
1
-2
/
+40
2011-08-31
If a FireAndForget thread terminates with an exception, then catch and log ra...
Justin Clark-Casey (justincc)
1
-1
/
+15
2011-08-16
Add new FireAndForgetMethod.None.
Justin Clark-Casey (justincc)
1
-1
/
+10
2011-07-29
For all Util.FireAndForget invocations, set thread to en_US before continuing...
Justin Clark-Casey (justincc)
1
-5
/
+10
2011-07-08
When loading library asset set, only store an asset if it's different from an...
Justin Clark-Casey (justincc)
1
-3
/
+13
2011-07-08
Fix interpretation of physics mesh proxies from mesh data
Justin Clark-Casey (justincc)
1
-2
/
+17
2011-05-22
More on HG Friends. Added Delete(string, string) across the board. Added secu...
Diva Canto
1
-2
/
+4
2011-05-19
HG Friends working to some extent: friendships offered and accepted correctly...
Diva Canto
1
-0
/
+61
2011-04-19
Requeue unacknowledged entity updates rather than resend then "as is".
Dan Lake
1
-0
/
+17
2011-04-18
Requeue unacknowledged entity updates rather than resend then "as is".
Dan Lake
1
-0
/
+17
2011-02-22
Parameterizes the view distance used to compute and manage
Mic Bowman
1
-3
/
+10
2011-02-04
Put something in the ImprovedInstantMessage.BinaryBucket for llInstantMessage...
Justin Clark-Casey (justincc)
1
-0
/
+10
2011-01-13
Make FireAndForgetWrapper a singleton class
BlueWall
1
-3
/
+24
2011-01-13
Make FireAndForgetWrapper a singleton class
BlueWall
1
-3
/
+24
2010-11-29
Preservation of creator information now also working in IARs. Cleaned up usag...
Diva Canto
1
-0
/
+20
2010-11-27
Changed the parser for InventoryItem deserialization. Moved some utility func...
Diva Canto
1
-0
/
+61
2010-11-17
minor: add some method comments
Justin Clark-Casey (justincc)
1
-0
/
+8
2010-10-03
Port ExecutingDirectory from omfOS Util class.
Melanie
1
-0
/
+11
2010-09-04
Make User Agent Service and Login Service separable.
Diva Canto
1
-1
/
+17
2010-09-03
Added XFF header processing. Untested, for lack of proxy.
Diva Canto
1
-0
/
+28
2010-08-07
Correct display of landmark about info. Also correct region maturity rating
Melanie Thielker
1
-1
/
+11
2010-04-16
Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserS...
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-03-06
Bug fix: store correct position information upon logout. Fixes mantis #4608
Diva Canto
1
-0
/
+18
2010-02-18
Change handling of the SYSTEMIP constant to be more sane.
Melanie
1
-6
/
+12
2010-01-30
Changed an error message to w warning message.
Diva Canto
1
-1
/
+1
2009-12-31
More progress on both the Simulation service and the Login service. Both stil...
Diva Canto
1
-0
/
+27
2009-12-13
* Implements OSSL function: osGetSimulatorMemory - returns the current amount...
Adam Frisby
1
-0
/
+20
2009-12-01
* Fix Inconsistent line ending style in Util
Teravus Ovares (Dan Olivares)
1
-24
/
+24
2009-11-29
* Patch from Misterblue to fix Environment.TickCount for statistics purposes....
Teravus Ovares (Dan Olivares)
1
-1
/
+25
2009-10-27
Experimental test to rate limit the incoming packet handler and try to always...
John Hurliman
1
-0
/
+21
2009-10-23
* Change the way Util.FireAndForget() calls SmartThreadPool to avoid using a ...
John Hurliman
1
-1
/
+11
2009-10-22
Terrible typo in the previous commit!
John Hurliman
1
-1
/
+1
2009-10-22
* Added a check if Util.m_ThreadPool is null before trying to use it, and if ...
John Hurliman
1
-13
/
+7
2009-10-22
* Allow SmartThreadPool to be initialized without setting max stack size (lik...
John Hurliman
1
-5
/
+7
2009-10-21
* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...
John Hurliman
1
-19
/
+51
2009-10-22
Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2
Melanie
1
-1
/
+1
2009-10-22
Add MaxPoolThreads in startup to limit the size of the thread pool used
Melanie
1
-12
/
+22
2009-10-19
* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...
John Hurliman
1
-8
/
+10
[next]