Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-29 | change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵ | UbitUmarov | 1 | -1/+7 | |
This should reduce impact of absurd dns fails observed on my test ubuntu VM | |||||
2017-05-29 | cache endpoints (and other paths) dns requests for 5min, this delay should ↵ | UbitUmarov | 1 | -5/+25 | |
be acceptable in all cases ? | |||||
2017-05-29 | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 1 | -34/+42 | |
2017-05-29 | no.. still a fail | UbitUmarov | 1 | -19/+13 | |
2017-05-29 | mono is a total crap | UbitUmarov | 1 | -19/+22 | |
2017-05-29 | cleanup util.cs get dns | UbitUmarov | 1 | -77/+80 | |
2017-05-26 | cleanup (grid)region info endpoint; add log to try to find some xml decode ↵ | UbitUmarov | 1 | -0/+59 | |
issues | |||||
2017-05-25 | use threads from main pool on assetsconnector | UbitUmarov | 1 | -1/+0 | |
2017-05-24 | add a bit more pre exit cleanup | UbitUmarov | 1 | -0/+10 | |
2017-04-29 | recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵ | UbitUmarov | 1 | -2/+2 | |
easys code readability | |||||
2017-04-28 | a few changes to permissions folding... we are testing. at this point only ↵ | UbitUmarov | 1 | -1/+4 | |
use master for TESTING also | |||||
2017-03-31 | Allow setting the stats log file location in OpenSim.ini rather than ↵ | Melanie Thielker | 1 | -1/+14 | |
app.exe.config | |||||
2017-01-16 | chance new effective permissions code to ease aggregation on demand( ie on ↵ | UbitUmarov | 1 | -7/+9 | |
changes). But still doing full aggregation on checks, so still heavy | |||||
2017-01-16 | Remove the last instance of the legacy slam but being set | Melanie Thielker | 1 | -0/+8 | |
New objects now get only the real slam bit. | |||||
2017-01-15 | use of PermissionMask Bit3 for slam was a recent mistake, so make it only ↵ | UbitUmarov | 1 | -3/+3 | |
bit4 and move folded export to its more natural place as bit3 | |||||
2017-01-14 | oops fix FolderMask acording | UbitUmarov | 1 | -1/+1 | |
2017-01-14 | make the Slam bit actually be the two previus used ones, to try to minimize ↵ | UbitUmarov | 1 | -2/+2 | |
compatibilty issues | |||||
2017-01-14 | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 1 | -2/+3 | |
places.) this may still be wrong on other places; Do not loose folded permitions, WARNING MASTER IS NOW UNSTABLE. permissions are still broken" | |||||
2017-01-13 | Harmonize case in Permissions enum | Melanie Thielker | 1 | -4/+5 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -43/+43 | |
2016-12-23 | check if a parcelID is a encoded position data or a true UUID. This may ↵ | UbitUmarov | 1 | -1/+5 | |
fail, just reducing the odds. | |||||
2016-12-16 | and yes HG uri again | UbitUmarov | 1 | -0/+20 | |
2016-12-16 | ok.. another try on the HG uri | UbitUmarov | 1 | -0/+114 | |
2016-12-10 | Fix OpenSim bombing when a MySQL connection string doesn't contain a password. | Melanie Thielker | 1 | -0/+2 | |
Passwordless connection is perfectly legal and makes sense within a container. | |||||
2016-08-22 | try to make mono happy | UbitUmarov | 1 | -3/+3 | |
2016-08-22 | workaround potencial memory leak | UbitUmarov | 1 | -1/+3 | |
2016-08-13 | add a missing cast to ulong in RegionGridLocToHandle (mantis: 7994) | UbitUmarov | 1 | -1/+2 | |
2016-07-31 | rearrange handlers convertion math, harcoding the grid unit size of 256m, ↵ | UbitUmarov | 1 | -17/+17 | |
also inviting jit to use cpu barrel shifters. | |||||
2016-07-31 | rename a few things to reduce confusion between regions wold location and ↵ | UbitUmarov | 1 | -3/+5 | |
grid location (a lot more elsewhere) | |||||
2016-07-08 | Fixed the order of two file names used in a warning. | Kevin Cozens | 1 | -1/+1 | |
2015-12-09 | coment out odd DoubleQueue class code | UbitUmarov | 1 | -1/+2 | |
2015-12-03 | fix a 1m diference in regions view range estimations | UbitUmarov | 1 | -1/+1 | |
2015-11-27 | coment out warnings that do a messed around number of threadpool workitens ↵ | UbitUmarov | 1 | -1/+3 | |
and number of active threads ( at least when a pool is in use) | |||||
2015-11-25 | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 1 | -1/+1 | |
issues | |||||
2015-11-10 | fix cut points of UTF-8 strings | UbitUmarov | 1 | -10/+28 | |
2015-11-10 | add a StringToBytes variant that takes Maximum lenght as argument. | UbitUmarov | 1 | -0/+50 | |
2015-10-28 | fix cut points of UTF-8 strings | UbitUmarov | 1 | -10/+28 | |
2015-09-04 | add a GetTimeStampMS method, this returns a time stamp in miliSeconds with ↵ | UbitUmarov | 1 | -0/+11 | |
the resolution avaiable for StopWatchs. Value in double since it can be large (as machine uptime in high resolution ticks) | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -68/+0 | |
2015-08-30 | more on tps and crossings | UbitUmarov | 1 | -7/+16 | |
2015-08-11 | Better handling of invalid XML: a) prevent infinite loop on EOF; b) better ↵ | Oren Hurvitz | 1 | -0/+10 | |
logging If the XML was truncated for some reason then ExecuteReadProcessors() would get into an infinite loop, using high CPU. Now it detects EOF (and several other error cases) and aborts. The rest of the changes just improve logging of XML in case of errors, so that we can see what the bad XML is. | |||||
2015-08-07 | Have osAvatarName2Key check the cache first, even for foreign users | Oren Hurvitz | 1 | -1/+24 | |
Another change: removed the second call to userManager.AddUser(). UserManagementModule won't modify an existing record. | |||||
2015-07-23 | Removed unused code related to DNS lookups | Oren Hurvitz | 1 | -36/+0 | |
2015-05-27 | llListRandomize() wasn't very random | Cinder | 1 | -0/+51 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-02-16 | Add NaN and Infinity tests for SOP Velocity and Acceleration setters. | dahlia | 1 | -0/+16 | |
2015-01-04 | Added overloaded LoadArchSpecificWindowsDll, to help addins load native ↵ | Diva Canto | 1 | -2/+7 | |
libraries. | |||||
2015-01-03 | Added utility function that simplifies configuration loading of all addins. | Diva Canto | 1 | -0/+57 | |
2014-11-25 | Add "show threadpool calls active" console debug command. | Justin Clark-Casey (justincc) | 1 | -1/+27 | |
This shows named threadpool calls (excluding timer and network calls) that are currently queued or running. Also shows total of labelled and any anonymous calls. | |||||
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ↵ | Justin Clark-Casey (justincc) | 1 | -10/+13 | |
problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats. | |||||
2014-11-25 | Add "show threadpool calls" command to show count of all labelled ↵ | Justin Clark-Casey (justincc) | 1 | -1/+15 | |
smartthreadpool calls |