| Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-16 | Converted FireAndForget methods to use a singleton pattern to attempt to work... | John Hurliman | 1 | -2/+21 |
2009-10-06 | * Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc... | John Hurliman | 1 | -1/+3 |
2009-10-06 | * Continued work on the new LLUDP implementation. Appears to be functioning, ... | John Hurliman | 1 | -0/+36 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 1 | -5/+7 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2009-09-26 | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c... | Diva Canto | 1 | -0/+26 |
2009-09-24 | * Minor commit, added two new math utility functions. | Adam Frisby | 1 | -0/+33 |
2009-09-03 | Added Util.FireAndForget(), to replace leaking calls to Delegate.BeginInvoke() | John Hurliman | 1 | -0/+22 |
2009-08-07 | Remove debugging output frm ini file loading. Make it collect matching | Melanie | 1 | -10/+8 |
2009-08-07 | Add extensive debug output to Util.Glob | Melanie | 1 | -0/+9 |
2009-08-07 | Remove GetFullPath call from config includes, because it barfs in Windoze | Melanie | 1 | -3/+0 |
2009-08-07 | Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api | Melanie | 1 | -0/+3 |
2009-08-06 | Allow arbitrary wildcards in config includes. Things like | Melanie | 1 | -0/+51 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-31 | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -1/+1 |
2009-05-25 | One more utility. Not used yet. | diva | 1 | -2/+22 |
2009-05-23 | * Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv... | Adam Frisby | 1 | -0/+8 |
2009-05-23 | * Adds new NetworkUtil class, contains methods for handling IP resolution whe... | Adam Frisby | 1 | -0/+14 |
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 1 | -0/+24 |
2009-04-28 | * Add preliminary code for resolving iar profile names | Justin Clarke Casey | 1 | -1/+0 |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 1 | -0/+16 |
2009-04-04 | Remove some Mono warnings. | Homer Horwitz | 1 | -1/+1 |
2009-04-01 | * Added NUnit tested utility function GetHashGuid() for future use. | lbsa71 | 1 | -7/+30 |
2009-03-31 | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 1 | -7/+20 |
2009-03-03 | Refactoring of CreateCommsManagerPlugin. | MW | 1 | -2/+1 |
2009-02-28 | Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields. | MW | 1 | -18/+21 |
2009-02-28 | Copied the Util.ReadSettingsFromIniFile method from the branch to trunk. | MW | 1 | -0/+61 |
2009-02-23 | * Performance Changes: | Adam Frisby | 1 | -0/+15 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -4/+2 |
2009-02-17 | * Moved the nifty MySQLEstateData connectionstring password-stripper out into... | lbsa71 | 1 | -0/+20 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -5/+5 |
2009-01-29 | Complete the implementation of llSHA1String. | idb | 1 | -0/+11 |
2009-01-13 | Change fake parcel ids to allow a Z coordinate. Change TP by lure | Melanie Thielker | 1 | -4/+24 |
2009-01-06 | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 1 | -8/+0 |
2009-01-05 | * Centralize references to the well known blank texture 5748decc-f629-461c-9a... | Justin Clarke Casey | 1 | -1/+6 |
2008-12-14 | Mantis#2725. Thank you kindly, Diva, for a patch that: | Charles Krinke | 1 | -1/+1 |
2008-12-09 | * Added primitive exception logging capabilities. | Adam Frisby | 1 | -0/+28 |