aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-04Make User Agent Service and Login Service separable.Diva Canto1-1/+17
2010-09-03Added XFF header processing. Untested, for lack of proxy.Diva Canto1-0/+28
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+11
2010-04-16Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserS...Justin Clark-Casey (justincc)1-1/+1
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-0/+18
2010-02-18Change handling of the SYSTEMIP constant to be more sane.Melanie1-6/+12
2010-01-30Changed an error message to w warning message.Diva Canto1-1/+1
2009-12-31More progress on both the Simulation service and the Login service. Both stil...Diva Canto1-0/+27
2009-12-13* Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby1-0/+20
2009-12-01* Fix Inconsistent line ending style in UtilTeravus 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-27Experimental test to rate limit the incoming packet handler and try to always...John Hurliman1-0/+21
2009-10-23* Change the way Util.FireAndForget() calls SmartThreadPool to avoid using a ...John Hurliman1-1/+11
2009-10-22Terrible typo in the previous commit!John Hurliman1-1/+1
2009-10-22* Added a check if Util.m_ThreadPool is null before trying to use it, and if ...John Hurliman1-13/+7
2009-10-22* Allow SmartThreadPool to be initialized without setting max stack size (lik...John Hurliman1-5/+7
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-19/+51
2009-10-22Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2Melanie1-1/+1
2009-10-22Add MaxPoolThreads in startup to limit the size of the thread pool usedMelanie1-12/+22
2009-10-19* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman1-8/+10
2009-10-16Converted FireAndForget methods to use a singleton pattern to attempt to work...John Hurliman1-2/+21
2009-10-06* Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc...John Hurliman1-1/+3
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman1-0/+36
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-5/+7
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-0/+26
2009-09-24* Minor commit, added two new math utility functions.Adam Frisby1-0/+33
2009-09-03Added Util.FireAndForget(), to replace leaking calls to Delegate.BeginInvoke()John Hurliman1-0/+22
2009-08-07Remove debugging output frm ini file loading. Make it collect matchingMelanie1-10/+8
2009-08-07Add extensive debug output to Util.GlobMelanie1-0/+9
2009-08-07Remove GetFullPath call from config includes, because it barfs in WindozeMelanie1-3/+0
2009-08-07Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL ApiMelanie1-0/+3
2009-08-06Allow arbitrary wildcards in config includes. Things likeMelanie1-0/+51
2009-06-10Formatting cleanup.Jeff Ames1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+1
2009-05-25One more utility. Not used yet.diva1-2/+22
2009-05-23* Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv...Adam Frisby1-0/+8
2009-05-23* Adds new NetworkUtil class, contains methods for handling IP resolution whe...Adam Frisby1-0/+14
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-0/+24
2009-04-28* Add preliminary code for resolving iar profile namesJustin Clarke Casey1-1/+0
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva1-0/+16
2009-04-04Remove some Mono warnings.Homer Horwitz1-1/+1
2009-04-01* Added NUnit tested utility function GetHashGuid() for future use.lbsa711-7/+30
2009-03-31* Refactored out and de-duplicated Base64ToString(string)lbsa711-7/+20
2009-03-03Refactoring of CreateCommsManagerPlugin.MW1-2/+1
2009-02-28Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields.MW1-18/+21
2009-02-28Copied the Util.ReadSettingsFromIniFile method from the branch to trunk.MW1-0/+61
2009-02-23* Performance Changes:Adam Frisby1-0/+15
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-4/+2