Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move more stuff into the var directory. | onefang | 2021-08-18 | 1 | -3/+3 |
| | |||||
* | Move various paths out of the bin directory. | onefang | 2020-09-08 | 1 | -2/+23 |
| | |||||
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -2/+6 |
| | |||||
* | missing file | UbitUmarov | 2019-09-02 | 1 | -2/+13 |
| | |||||
* | Don't try to print XML if a corrupted asset is actually binary data | Melanie | 2019-07-30 | 1 | -0/+9 |
| | |||||
* | minor cleanup | UbitUmarov | 2019-02-15 | 1 | -28/+0 |
| | |||||
* | move http range parser to util | UbitUmarov | 2018-11-30 | 1 | -0/+32 |
| | |||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | remove some fire and forget methods | UbitUmarov | 2018-11-06 | 1 | -90/+1 |
| | |||||
* | autogen LSLSyntax version uuid | UbitUmarov | 2018-10-19 | 1 | -2/+15 |
| | |||||
* | breaking map (warp3d) | UbitUmarov | 2018-05-06 | 1 | -0/+31 |
| | |||||
* | a few minor changes | UbitUmarov | 2018-04-19 | 1 | -16/+40 |
| | |||||
* | a few more changes on inventory library and inv fetch | UbitUmarov | 2018-01-27 | 1 | -0/+1 |
| | |||||
* | iStackTrace(targetThread, true) is no longer safe on windoes also | UbitUmarov | 2018-01-18 | 1 | -0/+7 |
| | |||||
* | remove more xml things no longer needed on .net >4.5.2 | UbitUmarov | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | pesty warnings | UbitUmarov | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | disable some XmlResolver | UbitUmarov | 2018-01-04 | 1 | -0/+1 |
| | |||||
* | add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; ↵ | UbitUmarov | 2017-07-13 | 1 | -1/+8 |
| | | | | separed land collsions dispatch from the others... | ||||
* | BUG FIX: change lludp hovertext utf-8 cut point. Thx djphil | UbitUmarov | 2017-06-28 | 1 | -3/+3 |
| | |||||
* | revert EnvironmentTick back to orignal clock, since change may cause issues ↵ | UbitUmarov | 2017-06-19 | 1 | -4/+3 |
| | | | | on some code paths. Clean a bit get mesh and get texture throttle | ||||
* | change the clock source for EnvironmentTickCount so it does get a bit more ↵ | UbitUmarov | 2017-06-15 | 1 | -8/+10 |
| | | | | resolution if avaiable (1ms) specially on windows. This until all calls to this are removed. Coment out some stats in workpool/threads creation path | ||||
* | add option for Fireandforget not timeout (our access to main smartThreadPool) | UbitUmarov | 2017-06-13 | 1 | -4/+6 |
| | |||||
* | change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵ | UbitUmarov | 2017-05-29 | 1 | -1/+7 |
| | | | | This should reduce impact of absurd dns fails observed on my test ubuntu VM | ||||
* | cache endpoints (and other paths) dns requests for 5min, this delay should ↵ | UbitUmarov | 2017-05-29 | 1 | -5/+25 |
| | | | | be acceptable in all cases ? | ||||
* | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 2017-05-29 | 1 | -34/+42 |
| | |||||
* | no.. still a fail | UbitUmarov | 2017-05-29 | 1 | -19/+13 |
| | |||||
* | mono is a total crap | UbitUmarov | 2017-05-29 | 1 | -19/+22 |
| | |||||
* | cleanup util.cs get dns | UbitUmarov | 2017-05-29 | 1 | -77/+80 |
| | |||||
* | cleanup (grid)region info endpoint; add log to try to find some xml decode ↵ | UbitUmarov | 2017-05-26 | 1 | -0/+59 |
| | | | | issues | ||||
* | use threads from main pool on assetsconnector | UbitUmarov | 2017-05-25 | 1 | -1/+0 |
| | |||||
* | add a bit more pre exit cleanup | UbitUmarov | 2017-05-24 | 1 | -0/+10 |
| | |||||
* | recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵ | UbitUmarov | 2017-04-29 | 1 | -2/+2 |
| | | | | easys code readability | ||||
* | a few changes to permissions folding... we are testing. at this point only ↵ | UbitUmarov | 2017-04-28 | 1 | -1/+4 |
| | | | | use master for TESTING also | ||||
* | Merge branch 'melanie' | Melanie Thielker | 2017-03-31 | 1 | -1/+14 |
|\ | |||||
| * | Allow setting the stats log file location in OpenSim.ini rather than ↵ | Melanie Thielker | 2017-03-31 | 1 | -1/+14 |
| | | | | | | | | app.exe.config | ||||
* | | chance new effective permissions code to ease aggregation on demand( ie on ↵ | UbitUmarov | 2017-01-16 | 1 | -7/+9 |
|/ | | | | changes). But still doing full aggregation on checks, so still heavy | ||||
* | Remove the last instance of the legacy slam but being set | Melanie Thielker | 2017-01-16 | 1 | -0/+8 |
| | | | | New objects now get only the real slam bit. | ||||
* | use of PermissionMask Bit3 for slam was a recent mistake, so make it only ↵ | UbitUmarov | 2017-01-15 | 1 | -3/+3 |
| | | | | bit4 and move folded export to its more natural place as bit3 | ||||
* | oops fix FolderMask acording | UbitUmarov | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | make the Slam bit actually be the two previus used ones, to try to minimize ↵ | UbitUmarov | 2017-01-14 | 1 | -2/+2 |
| | | | | compatibilty issues | ||||
* | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 2017-01-14 | 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" | ||||
* | Harmonize case in Permissions enum | Melanie Thielker | 2017-01-13 | 1 | -4/+5 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -43/+43 |
| | |||||
* | check if a parcelID is a encoded position data or a true UUID. This may ↵ | UbitUmarov | 2016-12-23 | 1 | -1/+5 |
| | | | | fail, just reducing the odds. | ||||
* | and yes HG uri again | UbitUmarov | 2016-12-16 | 1 | -0/+20 |
| | |||||
* | ok.. another try on the HG uri | UbitUmarov | 2016-12-16 | 1 | -0/+114 |
| | |||||
* | Fix OpenSim bombing when a MySQL connection string doesn't contain a password. | Melanie Thielker | 2016-12-10 | 1 | -0/+2 |
| | | | | | Passwordless connection is perfectly legal and makes sense within a container. | ||||
* | try to make mono happy | UbitUmarov | 2016-08-22 | 1 | -3/+3 |
| | |||||
* | workaround potencial memory leak | UbitUmarov | 2016-08-22 | 1 | -1/+3 |
| | |||||
* | add a missing cast to ulong in RegionGridLocToHandle (mantis: 7994) | UbitUmarov | 2016-08-13 | 1 | -1/+2 |
| |