aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move more stuff into the var directory.onefang2021-08-181-3/+3
|
* Move various paths out of the bin directory.onefang2020-09-081-2/+23
|
* cosmeticsUbitUmarov2019-11-201-2/+6
|
* missing fileUbitUmarov2019-09-021-2/+13
|
* Don't try to print XML if a corrupted asset is actually binary dataMelanie2019-07-301-0/+9
|
* minor cleanupUbitUmarov2019-02-151-28/+0
|
* move http range parser to utilUbitUmarov2018-11-301-0/+32
|
* code aestheticsUbitUmarov2018-11-171-1/+1
|
* remove some fire and forget methodsUbitUmarov2018-11-061-90/+1
|
* autogen LSLSyntax version uuidUbitUmarov2018-10-191-2/+15
|
* breaking map (warp3d)UbitUmarov2018-05-061-0/+31
|
* a few minor changesUbitUmarov2018-04-191-16/+40
|
* a few more changes on inventory library and inv fetchUbitUmarov2018-01-271-0/+1
|
* iStackTrace(targetThread, true) is no longer safe on windoes alsoUbitUmarov2018-01-181-0/+7
|
* remove more xml things no longer needed on .net >4.5.2UbitUmarov2018-01-171-1/+1
|
* pesty warningsUbitUmarov2018-01-171-1/+1
|
* disable some XmlResolverUbitUmarov2018-01-041-0/+1
|
* add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; ↵UbitUmarov2017-07-131-1/+8
| | | | separed land collsions dispatch from the others...
* BUG FIX: change lludp hovertext utf-8 cut point. Thx djphilUbitUmarov2017-06-281-3/+3
|
* revert EnvironmentTick back to orignal clock, since change may cause issues ↵UbitUmarov2017-06-191-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 ↵UbitUmarov2017-06-151-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)UbitUmarov2017-06-131-4/+6
|
* change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵UbitUmarov2017-05-291-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 ↵UbitUmarov2017-05-291-5/+25
| | | | be acceptable in all cases ?
* some cleanup and assume Linux/mono DNS is just broken...UbitUmarov2017-05-291-34/+42
|
* no.. still a failUbitUmarov2017-05-291-19/+13
|
* mono is a total crapUbitUmarov2017-05-291-19/+22
|
* cleanup util.cs get dnsUbitUmarov2017-05-291-77/+80
|
* cleanup (grid)region info endpoint; add log to try to find some xml decode ↵UbitUmarov2017-05-261-0/+59
| | | | issues
* use threads from main pool on assetsconnectorUbitUmarov2017-05-251-1/+0
|
* add a bit more pre exit cleanupUbitUmarov2017-05-241-0/+10
|
* recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵UbitUmarov2017-04-291-2/+2
| | | | easys code readability
* a few changes to permissions folding... we are testing. at this point only ↵UbitUmarov2017-04-281-1/+4
| | | | use master for TESTING also
* Merge branch 'melanie'Melanie Thielker2017-03-311-1/+14
|\
| * Allow setting the stats log file location in OpenSim.ini rather than ↵Melanie Thielker2017-03-311-1/+14
| | | | | | | | app.exe.config
* | chance new effective permissions code to ease aggregation on demand( ie on ↵UbitUmarov2017-01-161-7/+9
|/ | | | changes). But still doing full aggregation on checks, so still heavy
* Remove the last instance of the legacy slam but being setMelanie Thielker2017-01-161-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 ↵UbitUmarov2017-01-151-3/+3
| | | | bit4 and move folded export to its more natural place as bit3
* oops fix FolderMask acordingUbitUmarov2017-01-141-1/+1
|
* make the Slam bit actually be the two previus used ones, to try to minimize ↵UbitUmarov2017-01-141-2/+2
| | | | compatibilty issues
* fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov2017-01-141-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 enumMelanie Thielker2017-01-131-4/+5
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-43/+43
|
* check if a parcelID is a encoded position data or a true UUID. This may ↵UbitUmarov2016-12-231-1/+5
| | | | fail, just reducing the odds.
* and yes HG uri againUbitUmarov2016-12-161-0/+20
|
* ok.. another try on the HG uriUbitUmarov2016-12-161-0/+114
|
* Fix OpenSim bombing when a MySQL connection string doesn't contain a password.Melanie Thielker2016-12-101-0/+2
| | | | | Passwordless connection is perfectly legal and makes sense within a container.
* try to make mono happyUbitUmarov2016-08-221-3/+3
|
* workaround potencial memory leakUbitUmarov2016-08-221-1/+3
|
* add a missing cast to ulong in RegionGridLocToHandle (mantis: 7994)UbitUmarov2016-08-131-1/+2
|