Commit Graph

  • 12a6625dc7 fix MouseDown in case it gets any use UbitUmarov 2017-06-03 03:48:49 +0100
  • 7310b7625e move a execution overlap guard to end of job UbitUmarov 2017-06-02 12:58:04 +0100
  • de153c2b62 Merge branch 'master' into httptests UbitUmarov 2017-06-02 06:26:20 +0100
  • b920f784ea avoi null refs on tests simple clients UbitUmarov 2017-06-01 00:14:59 +0100
  • c68e7b6621 change child agents close control; disablesimulator is not a caps event message UbitUmarov 2017-05-31 23:31:02 +0100
  • 5c156508e2 mantis 8182: update/fix GenerateRandomAnimation(). not updating libomv avatar data bc have no idea why do do have it, so leave it to who does know UbitUmarov 2017-05-31 12:33:35 +0100
  • 55babdc160 Merge branch 'master' into httptests UbitUmarov 2017-05-31 07:21:21 +0100
  • 7217c20291 we don't need to keep refs to baked textures assets UbitUmarov 2017-05-31 07:12:03 +0100
  • f5f0fa5d1f we don't need to keep refs to baked textures assets UbitUmarov 2017-05-31 06:18:05 +0100
  • 74da81890c oops.. UbitUmarov 2017-05-31 06:04:59 +0100
  • 720a69a49b remove the option to store baked textures on assets service, thats suicide use xbakes UbitUmarov 2017-05-31 04:47:59 +0100
  • b1c585718c remove debug messages UbitUmarov 2017-05-31 04:30:00 +0100
  • e5991124dd merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector UbitUmarov 2017-05-31 01:29:38 +0100
  • 0fa3af96a4 remove anoying crossing messages on open borders UbitUmarov 2017-05-30 16:51:49 +0100
  • 79b2926ce1 do another dns request via new cache. My problems bf wheren't mono after all, but ubuntu systemd.resolver and google public dns, killing one and not using other did improve dns a lot UbitUmarov 2017-05-30 15:34:22 +0100
  • 90da5280af put back soft http close UbitUmarov 2017-05-30 09:01:39 +0100
  • e5bebe3a32 webrequests serialiazation per endpoint its now ServicePointManager job UbitUmarov 2017-05-30 08:20:58 +0100
  • 91caf98308 change servicePoint dns expire also to 5min, let the endpoints expire slide. This should reduce impact of absurd dns fails observed on my test ubuntu VM UbitUmarov 2017-05-29 07:48:09 +0100
  • a317bba8cf cache endpoints (and other paths) dns requests for 5min, this delay should be acceptable in all cases ? UbitUmarov 2017-05-29 07:11:13 +0100
  • 0f0673552c remove a unnecessary dns check UbitUmarov 2017-05-29 06:50:55 +0100
  • 8f86de265c some cleanup and assume Linux/mono DNS is just broken... UbitUmarov 2017-05-29 05:22:21 +0100
  • 7be6e16555 no.. still a fail UbitUmarov 2017-05-29 03:41:09 +0100
  • 27afe136d4 mono is a total crap UbitUmarov 2017-05-29 03:13:56 +0100
  • 2c19d08448 cleanup util.cs get dns UbitUmarov 2017-05-29 02:07:53 +0100
  • 6d23e0bc31 add temporary debug msgs UbitUmarov 2017-05-29 01:27:02 +0100
  • d94b2e6f6d remove a now anoying message.. UbitUmarov 2017-05-29 00:19:51 +0100
  • 5274a3181e enclose GetRequestStream on try/catch UbitUmarov 2017-05-28 23:54:43 +0100
  • 99111e5052 enclose GetRequestStream on try/catch UbitUmarov 2017-05-28 23:51:13 +0100
  • 687c01b29e need to delay even more agent close after teleport to compensate for slow machines and user connections. This one of current tp teleport protocol flaws UbitUmarov 2017-05-28 03:17:34 +0100
  • d1306c8976 a null ref check left behind on previus commits UbitUmarov 2017-05-28 02:11:40 +0100
  • 572e84c822 make use of a rare thing called StringBuilder on LSL_List. LSL_List uses may need a revision to make sure they are passed by ref and not by value, with necessary adjustments. This does not have much impact on AppDomains, since if they cross, they are always serialized. Since lists are important parts of LSL, the AppDomainLoading option needs to be replaced by something else UbitUmarov 2017-05-28 01:56:52 +0100
  • 18f1ea1086 make LSL_list a CLASS again. Now we need to it allover again. Scripts need to be recompiled ( delete contents of bin/ScriptEngines) UbitUmarov 2017-05-28 01:11:53 +0100
  • 6a0eba3d7b disable llhttprequests secure con, since it still collides with main ssl settings UbitUmarov 2017-05-27 14:39:56 +0100
  • a2c824e124 get back to .net4.0 for now UbitUmarov 2017-05-27 13:56:28 +0100
  • 2603363e3e update test httpserver, be more tolerant on protocols UbitUmarov 2017-05-27 12:51:32 +0100
  • a7db505caf stupid mono5 doesn't know about Subject Alternative Name IPAddress UbitUmarov 2017-05-27 12:38:31 +0100
  • 117e6ec266 fix wrong cert ip compare UbitUmarov 2017-05-27 08:30:12 +0100
  • 6609965f6e ops no UbitUmarov 2017-05-27 06:50:45 +0100
  • d5d09253bc add test cert UbitUmarov 2017-05-27 06:47:54 +0100
  • 582dc75381 remove a accent from a method name UbitUmarov 2017-05-27 06:30:23 +0100
  • c54985f8a1 Merge branch 'master' into httptests UbitUmarov 2017-05-27 05:47:05 +0100
  • f7ae87a0d5 minor cleanup UbitUmarov 2017-05-27 05:44:50 +0100
  • 289d4ca128 minor cleanup UbitUmarov 2017-05-27 05:41:40 +0100
  • 2be362bd67 lose a ref UbitUmarov 2017-05-26 21:30:06 +0100
  • e7c2674dec cleanup (grid)region info endpoint; add log to try to find some xml decode issues UbitUmarov 2017-05-26 21:26:51 +0100
  • 8f10db0a6a mantis 8181: don't try to delete contents of a non exitent folder UbitUmarov 2017-05-26 05:32:59 +0100
  • 426f2130fc change opensim-ode.sh to use the ode engine defined on opensim.ini UbitUmarov 2017-05-26 01:50:54 +0100
  • 5287489a3c avoid some wrong watchdog timeouts UbitUmarov 2017-05-26 00:53:21 +0100
  • 7a82c7c5b2 make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog timeout) UbitUmarov 2017-05-26 00:47:08 +0100
  • 8d8236cfb2 missing file change.. actually use watchdog threads on assetsconnector and avoid null refs on JobEngine UbitUmarov 2017-05-26 00:34:04 +0100
  • d90b68c2a6 change wrong watchdog stopped thread check code, and don't log it UbitUmarov 2017-05-26 00:05:35 +0100
  • 2777995331 Merge branch 'master' into httptests UbitUmarov 2017-05-25 10:23:52 +0100
  • 31b4a31246 add some checks for valid endpoints UbitUmarov 2017-05-25 09:46:29 +0100
  • 772c5b7db0 move assetsconnector threads to whatchdog; Abort all alive threads known to watchdog before exit UbitUmarov 2017-05-25 06:05:02 +0100
  • 0d31898fd6 Update macOS version of libode to 0.13.2. The library is build as a fat library with both 32 and 64 bit code. O3 optimization and built with macOS 10.11 SDK. Geir Nøklebye 2017-05-24 15:20:37 +0200
  • e5377eb839 use threads from main pool on assetsconnector UbitUmarov 2017-05-25 04:51:45 +0100
  • 65e9421058 minor changes UbitUmarov 2017-05-25 04:24:23 +0100
  • 8195cd5153 another one UbitUmarov 2017-05-25 02:24:15 +0100
  • b6c23fe911 make a few more threads background ones UbitUmarov 2017-05-25 02:01:36 +0100
  • 4286ae43f2 make some threads background ones UbitUmarov 2017-05-25 01:51:53 +0100
  • 9a1d94f455 remove use of libomv BlockingQueue UbitUmarov 2017-05-25 01:28:02 +0100
  • dca3a45803 add a bit more pre exit cleanup UbitUmarov 2017-05-24 22:17:04 +0100
  • 2008e65695 mantis 8780 replace ode bins for linux with ones compiled against older Glibc, Thanks Jak UbitUmarov 2017-05-24 21:08:21 +0100
  • 8989e8ef3a give up on the code to stop AsyncCommandManager. It fails with many scripts running, and its only done deep on exit code. It is a backgroud thread should not block exit and never did UbitUmarov 2017-05-24 02:19:25 +0100
  • c0bfaac0ac merge master UbitUmarov 2017-05-23 07:35:02 +0100
  • 07e614a32c dont log timeouts on stopped threads UbitUmarov 2017-05-23 06:38:19 +0100
  • 3c97bb1e6f fix lock position removing a not necessary function UbitUmarov 2017-05-23 06:03:51 +0100
  • e1aa591815 allow new thread creation if it was aborted on AsyncCommandManager UbitUmarov 2017-05-23 05:59:14 +0100
  • d5e8e116d4 protect AsyncCommandManager thread from fails on the several things it checks UbitUmarov 2017-05-23 05:41:04 +0100
  • 8e777d50a6 only remove AsyncCommandManager thread when last instance is deleted UbitUmarov 2017-05-23 05:34:25 +0100
  • e69057a1b6 dont fail saving a OAR because of a broken material UbitUmarov 2017-05-23 04:21:03 +0100
  • f3eb73926e stop a few more threads on exit UbitUmarov 2017-05-23 04:05:31 +0100
  • 928733efc9 please DIE! PLEASE?? UbitUmarov 2017-05-23 03:26:32 +0100
  • 7b80bcc57a no all mono versions know DnsRefreshTimeout UbitUmarov 2017-05-23 00:52:40 +0100
  • c080d9fa23 remember mono about the default for DnsRefreshTimeout UbitUmarov 2017-05-23 00:10:11 +0100
  • 24885819fc check XFF headers of caller, but be quiet about them UbitUmarov 2017-05-22 22:04:20 +0100
  • 4da5d249d8 receivers can't tell if there where proxies on path unless they look UbitUmarov 2017-05-22 21:22:04 +0100
  • ea88927a65 remove some code for NAT that was disabled by its author Adam Frisby since 2009, and i don't see how to mk work with current viewers at that point at least UbitUmarov 2017-05-22 20:15:02 +0100
  • 73222e4dd4 fix IClientIPEndpoint broken by justin long ago.. but stop using it except on SceneBanner, later it my be also removed from there and everywhere UbitUmarov 2017-05-22 19:14:19 +0100
  • 8f9256ea1c PGSQL: Another missing cast in XInventoryData Geir Nøklebye 2017-05-22 15:31:39 +0200
  • fcb435deb4 make sure we drop requests if DoHTTPGruntWork fails UbitUmarov 2017-05-22 05:53:59 +0100
  • bad00670a9 disable keepalive on llHttpRequest UbitUmarov 2017-05-22 05:02:42 +0100
  • 0320225ca8 reenqueue poll events while conn is open, and not expired UbitUmarov 2017-05-21 07:02:35 +0100
  • 7c3200b393 cross avatar group info also if title is empty string UbitUmarov 2017-05-21 05:16:18 +0100
  • e520dba717 Merge branch 'master' into httptests UbitUmarov 2017-05-21 02:20:40 +0100
  • a2c2456076 remove LongPoll type and queues. Events should now have reduced latency also. About previus commit, it maybe a modified ingen-e3s-v1.33 script that is broken, and not the original version, can't tell UbitUmarov 2017-05-21 02:11:53 +0100
  • 319ccf17c8 add a bit more protection for broken scripts like ingen-e3s-v1.33 UbitUmarov 2017-05-21 01:52:27 +0100
  • c7fdb2ec53 on recover form nom finite avatar pos, don't add it physics it it had none UbitUmarov 2017-05-21 00:52:18 +0100
  • a5e3aab575 fix a null ref in ubOde character UbitUmarov 2017-05-20 23:37:14 +0100
  • 046ec66ff9 fix a cast that makes LitJson unhappy UbitUmarov 2017-05-20 22:21:27 +0100
  • 02a4298b02 mantis 8172: fix llList2Json() in case of vector or rotation types UbitUmarov 2017-05-20 21:29:33 +0100
  • 49d42ee08a mantis 8171 fix redirection on llHttpRequest UbitUmarov 2017-05-20 17:56:04 +0100
  • 774e00b3ee merge UbitUmarov 2017-05-20 17:02:25 +0100
  • 78c4f8000e Merge branch 'master' into httptests UbitUmarov 2017-05-20 14:30:49 +0100
  • 9397b358d3 mantis 8170: let physics know Always_run on adding the avatar UbitUmarov 2017-05-19 19:51:23 +0100
  • 52dd683326 fix a null ref on parcels join UbitUmarov 2017-05-19 18:03:02 +0100
  • 7c9615f000 fix land parcel group been lost on region upload UbitUmarov 2017-05-19 17:35:49 +0100
  • 2717ef5da9 change some confusing comands help UbitUmarov 2017-05-19 05:34:49 +0100
  • 40091f9be5 Merge branch 'master' into httptests UbitUmarov 2017-05-19 03:23:57 +0100
  • ef35805176 reWrite lsl json functions, forward slash is not escaped as LitJson spec; code can use some cleanup. Scripts need to be recompiled UbitUmarov 2017-05-19 03:08:35 +0100