aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov8-9/+3
2018-01-08fall back to a obsolete property since several monos in use (include our own)...UbitUmarov8-9/+9
2018-01-05 a few more xml thingsUbitUmarov8-9/+28
2018-01-04disable some XmlResolverUbitUmarov2-0/+2
2017-12-30mantis 8271: work around missing encoding of estate bans on the pseudo url en...UbitUmarov1-8/+35
2017-11-17move some sharable items out of Xmute to Framework; add another test mutelist...UbitUmarov2-0/+180
2017-11-16add missing part of mutes list protocolUbitUmarov1-1/+1
2017-10-30mantis 8258: change Mesh basic shape pathScaleY in case of TorusUbitUmarov1-0/+2
2017-09-16bug fix: Of course i had to pick a wrong number for profileBeginUbitUmarov1-1/+1
2017-09-16double request.ReadWriteTimeoutUbitUmarov1-2/+2
2017-09-16bug fix. Increase the values of profileHollow and profileBegin used to match ...UbitUmarov1-4/+4
2017-08-29fix cache.cs (used on parcels info)UbitUmarov1-10/+14
2017-08-17Make VERSION_FLAVOUR public too, per request. I question the practice of insu...Diva Canto1-1/+1
2017-07-29mantis 8222UbitUmarov1-1/+1
2017-07-28partial mantis 8219; on creating or updating items (animationsets, wearables)...UbitUmarov1-2/+20
2017-07-26 add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, Money...UbitUmarov1-0/+1
2017-07-13add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; s...UbitUmarov1-1/+8
2017-07-13replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no User...UbitUmarov1-8/+8
2017-07-12 osSetParcelDetails: add more land update codeUbitUmarov1-0/+1
2017-07-10SimpleAngularDistance update prioritization scheme ameks no sense without ord...UbitUmarov1-0/+21
2017-06-28BUG FIX: change lludp hovertext utf-8 cut point. Thx djphilUbitUmarov1-3/+3
2017-06-19 revert EnvironmentTick back to orignal clock, since change may cause issues ...UbitUmarov1-4/+3
2017-06-16 framework main thread pool is always active and in use ( even id hard to cat...UbitUmarov2-24/+45
2017-06-15 change the clock source for EnvironmentTickCount so it does get a bit more r...UbitUmarov1-8/+10
2017-06-14 some cleanup.. remove some stats that only some do look at once on a lifetimeUbitUmarov1-10/+0
2017-06-14main generic use JobEngine also does not need a permanent thread.. actually d...UbitUmarov1-1/+1
2017-06-13make JobEngine be a workitem of mail pool (smartThread), with the option to r...UbitUmarov1-48/+41
2017-06-13add option for Fireandforget not timeout (our access to main smartThreadPool)UbitUmarov2-9/+9
2017-06-12make some web request errors visible, so cause of later asset not found is clearUbitUmarov1-7/+13
2017-06-09only silent remove threads from watch list if they stopped ( ie still conside...UbitUmarov1-4/+2
2017-06-08keep the reverted code, that does work. Our code likes to have pbs.Media == n...UbitUmarov1-15/+28
2017-06-03cross mouse buttons stateUbitUmarov1-0/+9
2017-05-31remove debug messagesUbitUmarov1-2/+2
2017-05-30put back soft http closeUbitUmarov1-6/+4
2017-05-30webrequests serialiazation per endpoint its now ServicePointManager jobUbitUmarov2-101/+2
2017-05-29change servicePoint dns expire also to 5min, let the endpoints expire slide. ...UbitUmarov1-1/+7
2017-05-29cache endpoints (and other paths) dns requests for 5min, this delay should be...UbitUmarov1-5/+25
2017-05-29some cleanup and assume Linux/mono DNS is just broken...UbitUmarov1-34/+42
2017-05-29 no.. still a failUbitUmarov1-19/+13
2017-05-29 mono is a total crapUbitUmarov1-19/+22
2017-05-29 cleanup util.cs get dnsUbitUmarov1-77/+80
2017-05-28 enclose GetRequestStream on try/catchUbitUmarov1-12/+13
2017-05-28 a null ref check left behind on previus commitsUbitUmarov1-1/+2
2017-05-26cleanup (grid)region info endpoint; add log to try to find some xml decode is...UbitUmarov2-36/+61
2017-05-26missing file change.. actually use watchdog threads on assetsconnector andUbitUmarov1-2/+5
2017-05-26change wrong watchdog stopped thread check code, and don't log itUbitUmarov1-3/+10
2017-05-25move assetsconnector threads to whatchdog; Abort all alive threads known to w...UbitUmarov3-1/+27
2017-05-25use threads from main pool on assetsconnectorUbitUmarov1-1/+0
2017-05-25make a few more threads background onesUbitUmarov1-2/+2
2017-05-24add a bit more pre exit cleanupUbitUmarov2-4/+14