aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-25Restore overload mode accidentally disabled in a prior commit. Add a newMelanie1-2/+4
2014-04-24Apply logging flag to a spammy message that may have been overlooked.Melanie1-1/+1
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz1-0/+50
2014-03-26- Increased the threadpool timeout to 10 minutesOren Hurvitz1-1/+1
2014-03-25Improved logging of HTTP requestsOren Hurvitz1-0/+40
2014-03-25Fixed unit tests due to changes in the threadpoolOren Hurvitz1-8/+19
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-0/+23
2014-03-25Changed LogThreadPool to have 4 logging levels. Added console command "debug ...Oren Hurvitz1-19/+40
2014-03-25Added a watchdog to abort slow threads in the main thread poolOren Hurvitz1-11/+269
2014-03-25LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...Oren Hurvitz1-3/+12
2014-03-25Refactored DebugFlagsEnumOren Hurvitz1-5/+14
2014-03-25Automatically start logging FireAndForget activity if the threadpool is fullOren Hurvitz1-4/+19
2014-03-25Added debug flag: LogThreadPool. It makes us log every use of the main thread...Oren Hurvitz1-29/+114
2014-03-24Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz1-2/+7
2014-03-24Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz1-0/+32
2014-03-19Revert "Simplify DoubleQueue to eliminate redundant sempahore work."Justin Clark-Casey (justincc)1-7/+27
2014-03-19Simplify DoubleQueue to eliminate redundant sempahore work.Justin Clark-Casey (justincc)1-27/+7
2014-03-18Lock m_syncRoot on DoubleQueue.Count. This is not documented as a thread-saf...Justin Clark-Casey (justincc)1-1/+5
2014-02-26Add Util method to load OpSys env varsDev Random1-83/+87
2014-02-14Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)1-0/+24
2014-01-19Fix casting error for float type INI file parameter parsing.Robert Adams1-1/+1
2014-01-19Fix casting error for float type INI file parameter parsing.Robert Adams1-1/+1
2014-01-11Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz1-1/+3
2014-01-04Add routines in Util.cs for conversion of region handles to regionRobert Adams1-0/+43
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-0/+5
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams1-0/+1
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-0/+37
2013-09-03minor simplification of some unix date functions in Util. No functional change.Justin Clark-Casey (justincc)1-5/+3
2013-09-03Add experimental "show grid users online" console command to show grid users ...Justin Clark-Casey (justincc)1-4/+4
2013-08-08Fixed error in BuildFakeParcelID() which was detected by regression tests.Kevin Cozens1-2/+2
2013-07-18Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.Dan Lake1-3/+5
2013-07-18Fix what apepars to be a bug in DoubleQueue<T>.Enqueue(Queue<T> q, T data) wh...Justin Clark-Casey (justincc)1-1/+1
2013-07-15This might address the following observed exception:Diva Canto1-1/+1
2013-07-11Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)1-1/+6
2013-06-17refactor: Move existing code to generate report information on the threadpool...Justin Clark-Casey (justincc)1-63/+41
2013-06-17Fix bug where no threadpool data would be displayed in the "show threads" com...Justin Clark-Casey (justincc)1-1/+1
2013-06-05Port Avination's inventory send throttlingMelanie1-0/+108
2013-05-21To further help with tracking down the apperance of too much "Unknown User" i...Justin Clark-Casey (justincc)1-1/+1
2013-05-01Update SmartThreadPool to latest version 2.2.3 with a major and minor change.Justin Clark-Casey (justincc)1-10/+10
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+15
2013-03-13minor: Remove some mono compiler warnings in OpenSim.Framework.dllJustin Clark-Casey (justincc)1-1/+1
2013-02-25Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)1-6/+21
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-0/+38
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-1/+21
2013-02-06WebStats will now use actual logfile as specified in OpenSim.exe.config rathe...Dan Lake1-1/+15
2013-01-19Assign the SmartThreadPool name in the constructorOren Hurvitz1-2/+7
2013-01-17Add utility function to clamp a vector to a maximum magnitude.Robert Adams1-0/+12
2013-01-02Allow registering regions whose names are equivalent under LIKE but not truly...Oren Hurvitz1-0/+11
2013-01-01minor: Assign names to the different SmartThreadPools for debugging purposes.Justin Clark-Casey (justincc)1-0/+1
2013-01-01refactor: call Util.InitThreadPool() if we are initializing an uninitialized ...Justin Clark-Casey (justincc)1-1/+1