aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-5/+7
* | Formatting cleanup.Jeff Ames2009-10-011-3/+3
* | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-0/+26
* | * Minor commit, added two new math utility functions.Adam Frisby2009-09-241-0/+33
|/
* Added Util.FireAndForget(), to replace leaking calls to Delegate.BeginInvoke()John Hurliman2009-09-031-0/+22
* Remove debugging output frm ini file loading. Make it collect matchingMelanie2009-08-071-10/+8
* Add extensive debug output to Util.GlobMelanie2009-08-071-0/+9
* Remove GetFullPath call from config includes, because it barfs in WindozeMelanie2009-08-071-3/+0
* Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL ApiMelanie2009-08-071-0/+3
* Allow arbitrary wildcards in config includes. Things likeMelanie2009-08-061-0/+51
* Formatting cleanup.Jeff Ames2009-06-101-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-1/+1
* One more utility. Not used yet.diva2009-05-251-2/+22
* * Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv...Adam Frisby2009-05-231-0/+8
* * Adds new NetworkUtil class, contains methods for handling IP resolution whe...Adam Frisby2009-05-231-0/+14
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-0/+24
* * Add preliminary code for resolving iar profile namesJustin Clarke Casey2009-04-281-1/+0
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-0/+16
* Remove some Mono warnings.Homer Horwitz2009-04-041-1/+1
* * Added NUnit tested utility function GetHashGuid() for future use.lbsa712009-04-011-7/+30
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-7/+20
* Refactoring of CreateCommsManagerPlugin.MW2009-03-031-2/+1
* Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields.MW2009-02-281-18/+21
* Copied the Util.ReadSettingsFromIniFile method from the branch to trunk.MW2009-02-281-0/+61
* * Performance Changes:Adam Frisby2009-02-231-0/+15
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-4/+2
* * Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa712009-02-171-0/+20
* * optimized usings.lbsa712009-02-121-5/+5
* Complete the implementation of llSHA1String.idb2009-01-291-0/+11
* Change fake parcel ids to allow a Z coordinate. Change TP by lureMelanie Thielker2009-01-131-4/+24
* * minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey2009-01-061-8/+0
* * Centralize references to the well known blank texture 5748decc-f629-461c-9a...Justin Clarke Casey2009-01-051-1/+6
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-141-1/+1
* * Added primitive exception logging capabilities.Adam Frisby2008-12-091-0/+28
* Mantis #2584 (again)Melanie Thielker2008-11-301-0/+6
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-5/+5
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-5/+5
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-5/+5
* * Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey2008-11-111-0/+27
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-1/+1