aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-17* Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa711-0/+20
2009-02-12* optimized usings.lbsa711-5/+5
2009-01-29Complete the implementation of llSHA1String.idb1-0/+11
2009-01-13Change fake parcel ids to allow a Z coordinate. Change TP by lureMelanie Thielker1-4/+24
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-8/+0
2009-01-05* Centralize references to the well known blank texture 5748decc-f629-461c-9a...Justin Clarke Casey1-1/+6
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-1/+1
2008-12-09* Added primitive exception logging capabilities.Adam Frisby1-0/+28
2008-11-30Mantis #2584 (again)Melanie Thielker1-0/+6
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-5/+5
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-5/+5
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-5/+5
2008-11-11* Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey1-0/+27
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-1/+1
2008-11-03* Use the UUID regex sitting in utils for detection of uuids embedded in scriptsJustin Clarke Casey1-1/+7
2008-11-02- Add Util.isUUIDHomer Horwitz1-0/+7