aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-22try to make mono happyUbitUmarov1-3/+3
2016-08-22workaround potencial memory leakUbitUmarov1-1/+3
2016-08-13 add a missing cast to ulong in RegionGridLocToHandle (mantis: 7994)UbitUmarov1-1/+2
2016-07-31rearrange handlers convertion math, harcoding the grid unit size of 256m, als...UbitUmarov1-17/+17
2016-07-31 rename a few things to reduce confusion between regions wold location and gr...UbitUmarov1-3/+5
2016-07-08Fixed the order of two file names used in a warning.Kevin Cozens1-1/+1
2015-12-09coment out odd DoubleQueue class codeUbitUmarov1-1/+2
2015-12-03fix a 1m diference in regions view range estimationsUbitUmarov1-1/+1
2015-11-27coment out warnings that do a messed around number of threadpool workitens an...UbitUmarov1-1/+3
2015-11-25 suspend the use of DisableSimulator, that is causing teleport and crossing i...UbitUmarov1-1/+1
2015-11-10 fix cut points of UTF-8 stringsUbitUmarov1-10/+28
2015-11-10 add a StringToBytes variant that takes Maximum lenght as argument.UbitUmarov1-0/+50
2015-10-28 fix cut points of UTF-8 stringsUbitUmarov1-10/+28
2015-09-04add a GetTimeStampMS method, this returns a time stamp in miliSeconds with th...UbitUmarov1-0/+11
2015-09-02seems to compile ( tests comented out)UbitUmarov1-68/+0
2015-08-30more on tps and crossingsUbitUmarov1-7/+16
2015-08-11Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz1-0/+10
2015-08-07Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz1-1/+24
2015-07-23Removed unused code related to DNS lookupsOren Hurvitz1-36/+0
2015-05-27llListRandomize() wasn't very randomCinder1-0/+51
2015-02-16Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia1-0/+16
2015-01-04Added overloaded LoadArchSpecificWindowsDll, to help addins load native libra...Diva Canto1-2/+7
2015-01-03Added utility function that simplifies configuration loading of all addins.Diva Canto1-0/+57
2014-11-25Add "show threadpool calls active" console debug command.Justin Clark-Casey (justincc)1-1/+27
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-10/+13
2014-11-25Add "show threadpool calls" command to show count of all labelled smartthread...Justin Clark-Casey (justincc)1-1/+15
2014-10-13on util thread pool reduce the min number of threads, increase theUbitUmarov1-1/+1
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-30/+0
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)1-5/+5
2014-08-12fix the damm thingUbitUmarov1-6/+13
2014-07-21Better logging of threadpool activity in Overload mode: if we didn't log "Que...Oren Hurvitz1-1/+7
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-40/+13
2014-07-14Use thread-safe version of .NET Random as the SDK class is not thread-safe.Justin Clark-Casey (justincc)1-1/+1
2014-07-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)1-1/+6
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