aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-02-241-3/+10
|\
| * Parameterizes the view distance used to compute and manageMic Bowman2011-02-221-3/+10
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-0/+10
|\ \ | |/
| * Put something in the ImprovedInstantMessage.BinaryBucket for llInstantMessage...Justin Clark-Casey (justincc)2011-02-041-0/+10
* | Revert my previous SHA1 commit in favour of a better implementationTom2011-01-261-3/+9
* | Provide an SL compatible llMD5String function across all platformsTom2011-01-261-4/+10
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-131-3/+24
|\ \ | |/
| * Make FireAndForgetWrapper a singleton classBlueWall2011-01-131-3/+24
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-031-0/+81
|\ \ | |/
| * Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-0/+20
| * Changed the parser for InventoryItem deserialization. Moved some utility func...Diva Canto2010-11-271-0/+61
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-181-0/+8
|\ \ | |/
| * minor: add some method commentsJustin Clark-Casey (justincc)2010-11-171-0/+8
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-031-0/+11
|\ \ | |/
| * Port ExecutingDirectory from omfOS Util class.Melanie2010-10-031-0/+11
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-051-0/+44
|\ \ | |/
| * Make User Agent Service and Login Service separable.Diva Canto2010-09-041-1/+17
| * Added XFF header processing. Untested, for lack of proxy.Diva Canto2010-09-031-0/+28
| * Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+11
* | Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+11
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-191-1/+1
|\ \ | |/
| * Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserS...Justin Clark-Casey (justincc)2010-04-161-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-091-0/+18
|\ \ | |/
| * Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-0/+18
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-7/+40
|\ \ | |/
| * Merge branch 'master' into presence-refactorMelanie2010-02-221-6/+12
| |\
| | * Change handling of the SYSTEMIP constant to be more sane.Melanie2010-02-181-6/+12
| * | Changed an error message to w warning message.Diva Canto2010-01-301-1/+1
| * | More progress on both the Simulation service and the Login service. Both stil...Diva Canto2009-12-311-0/+27
| |/
* | Merge branch 'master' into careminsterMelanie2009-12-141-0/+20
|\ \ | |/
| * * Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby2009-12-131-0/+20
* | Merge branch 'master' into careminsterMelanie2009-12-021-24/+24
|\ \ | |/
| * * Fix Inconsistent line ending style in UtilTeravus Ovares (Dan Olivares)2009-12-011-24/+24
* | Merge branch 'master' into careminsterMelanie2009-11-301-1/+25
|\ \ | |/
| * * Patch from Misterblue to fix Environment.TickCount for statistics purposes....Teravus Ovares (Dan Olivares)2009-11-291-1/+25
* | Remove OS version crap from about dialogMelanie2009-11-261-13/+13
|/
* Experimental test to rate limit the incoming packet handler and try to always...John Hurliman2009-10-271-0/+21
* * Change the way Util.FireAndForget() calls SmartThreadPool to avoid using a ...John Hurliman2009-10-231-1/+11
* Terrible typo in the previous commit!John Hurliman2009-10-221-1/+1
* * Added a check if Util.m_ThreadPool is null before trying to use it, and if ...John Hurliman2009-10-221-13/+7
* * Allow SmartThreadPool to be initialized without setting max stack size (lik...John Hurliman2009-10-221-5/+7
* Merge branch 'melanie_test' into prioritizationMelanie2009-10-221-3/+23
|\
| * Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2Melanie2009-10-221-1/+1
| * Add MaxPoolThreads in startup to limit the size of the thread pool usedMelanie2009-10-221-12/+22
* | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2009-10-211-19/+51
|/
* * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2009-10-191-8/+10
* Converted FireAndForget methods to use a singleton pattern to attempt to work...John Hurliman2009-10-161-2/+21
* * Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc...John Hurliman2009-10-061-1/+3
* * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-061-0/+36
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-4/+6
|\