aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restore overload mode accidentally disabled in a prior commit. Add a newMelanie2014-04-251-2/+4
* Apply logging flag to a spammy message that may have been overlooked.Melanie2014-04-241-1/+1
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-0/+50
* - Increased the threadpool timeout to 10 minutesOren Hurvitz2014-03-261-1/+1
* Improved logging of HTTP requestsOren Hurvitz2014-03-251-0/+40
* Fixed unit tests due to changes in the threadpoolOren Hurvitz2014-03-251-8/+19
* Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2014-03-251-0/+23
* Changed LogThreadPool to have 4 logging levels. Added console command "debug ...Oren Hurvitz2014-03-251-19/+40
* Added a watchdog to abort slow threads in the main thread poolOren Hurvitz2014-03-251-11/+269
* LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...Oren Hurvitz2014-03-251-3/+12
* Refactored DebugFlagsEnumOren Hurvitz2014-03-251-5/+14
* Automatically start logging FireAndForget activity if the threadpool is fullOren Hurvitz2014-03-251-4/+19
* Added debug flag: LogThreadPool. It makes us log every use of the main thread...Oren Hurvitz2014-03-251-29/+114
* Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz2014-03-241-2/+7
* Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz2014-03-241-0/+32
* Revert "Simplify DoubleQueue to eliminate redundant sempahore work."Justin Clark-Casey (justincc)2014-03-191-7/+27
* Simplify DoubleQueue to eliminate redundant sempahore work.Justin Clark-Casey (justincc)2014-03-191-27/+7
* Lock m_syncRoot on DoubleQueue.Count. This is not documented as a thread-saf...Justin Clark-Casey (justincc)2014-03-181-1/+5
* Add Util method to load OpSys env varsDev Random2014-02-261-83/+87
* Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)2014-02-141-0/+24
* Fix casting error for float type INI file parameter parsing.Robert Adams2014-01-191-1/+1
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-111-1/+3
|\
| * Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz2014-01-111-1/+3
* | Add routines in Util.cs for conversion of region handles to regionRobert Adams2014-01-041-0/+43
|/
* minor simplification of some unix date functions in Util. No functional change.Justin Clark-Casey (justincc)2013-09-031-5/+3
* Add experimental "show grid users online" console command to show grid users ...Justin Clark-Casey (justincc)2013-09-031-4/+4
* Fixed error in BuildFakeParcelID() which was detected by regression tests.Kevin Cozens2013-08-081-2/+2
* Merge branch 'master' of git://opensimulator.org/git/opensimDan Lake2013-07-181-1/+1
|\
| * Fix what apepars to be a bug in DoubleQueue<T>.Enqueue(Queue<T> q, T data) wh...Justin Clark-Casey (justincc)2013-07-181-1/+1
* | Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.Dan Lake2013-07-181-3/+5
|/
* This might address the following observed exception:Diva Canto2013-07-151-1/+1
* Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)2013-07-111-1/+6
* refactor: Move existing code to generate report information on the threadpool...Justin Clark-Casey (justincc)2013-06-171-63/+41
* Fix bug where no threadpool data would be displayed in the "show threads" com...Justin Clark-Casey (justincc)2013-06-171-1/+1
* Port Avination's inventory send throttlingMelanie2013-06-051-0/+108
* To further help with tracking down the apperance of too much "Unknown User" i...Justin Clark-Casey (justincc)2013-05-211-1/+1
* Update SmartThreadPool to latest version 2.2.3 with a major and minor change.Justin Clark-Casey (justincc)2013-05-011-10/+10
* Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+15
* minor: Remove some mono compiler warnings in OpenSim.Framework.dllJustin Clark-Casey (justincc)2013-03-131-1/+1
* Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)2013-02-251-6/+21
* Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-0/+38
* Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-1/+21
* WebStats will now use actual logfile as specified in OpenSim.exe.config rathe...Dan Lake2013-02-061-1/+15
* Assign the SmartThreadPool name in the constructorOren Hurvitz2013-01-191-2/+7
* Add utility function to clamp a vector to a maximum magnitude.Robert Adams2013-01-171-0/+12
* Allow registering regions whose names are equivalent under LIKE but not truly...Oren Hurvitz2013-01-021-0/+11
* minor: Assign names to the different SmartThreadPools for debugging purposes.Justin Clark-Casey (justincc)2013-01-011-0/+1
* refactor: call Util.InitThreadPool() if we are initializing an uninitialized ...Justin Clark-Casey (justincc)2013-01-011-1/+1
* Add helper routine Util.InRange()Robert Adams2012-12-221-0/+7
* Add stack dump function that takes an alternate printer outter. I've found th...Robert Adams2012-12-161-1/+7