andreykproductengine
69d87dfb63
MAINT-8364 Fix for requestAvatarNameCache_ crash
2018-03-07 20:31:29 +02:00
AndreyL ProductEngine
02342cb9ae
Merged in lindenlab/viewer-release
2018-02-12 21:09:20 +02:00
andreykproductengine
e6f5aa7f61
MAINT-8210 Fixed crash in avatar name cache
2018-01-22 20:37:58 +02:00
Oz Linden
d7c8678c3a
merge 5.1.0-release
2018-01-17 12:43:28 -05:00
Nat Goodspeed
19bb6fd33e
MAINT-7081: Mention nghttp2 library wherever it must be mentioned.
2017-09-27 15:27:30 -04:00
Oz Linden
bcf5dc079a
merge changes for 5.0.7-release
2017-08-23 09:19:59 -04:00
Oz Linden
01e0b78c59
merge changes for DRTVWR-439
2017-08-16 15:43:58 -04:00
Rider Linden
1038633526
MAINT-7634: Logging and instrumentation canges to narrow down viewer crashes.
2017-08-08 09:04:32 -07:00
Oz Linden
d8be66c8e2
merge changes for 5.0.6-release
2017-06-20 17:05:53 -04:00
AndreyL ProductEngine
270cd8ff15
Merged in lindenlab/viewer-release
2017-06-20 23:16:03 +03:00
Brad Payne (Vir Linden)
99b203d4e8
MAINT-7482 - continue running with a warning on receipt of unknown message
2017-06-09 14:06:04 +01:00
Oz Linden
069dd355f9
merge changes for 5.0.5-release
2017-05-23 04:56:13 -04:00
Brad Payne (Vir Linden)
806fd24704
merge
2017-05-22 21:09:07 +01:00
Brad Payne (Vir Linden)
b7b8d6e1ae
MAINT-7343 - added periodic logging of state of the asset store.
2017-04-26 12:39:14 -04:00
Brad Payne (Vir Linden)
6d737c927c
SL-409 - added tags to more log messages
2017-04-19 16:29:21 -04:00
Oz Linden
1b032c3783
merge changes for 5.0.4-release
2017-04-19 16:27:38 -04:00
Brad Payne (Vir Linden)
de5cbddf79
merge
2017-04-19 16:02:48 -04:00
Rider Linden
bb0e2e6b95
Merged lindenlab/viewer-release into default
2017-05-01 09:04:14 -07:00
Mnikolenko Productengine
5e926ece20
MAINT-7245 Use Experience Box in LSL Editor will not show as checked if containing object is in another region
2017-03-30 16:30:01 +03:00
Rider Linden
cee83074e9
Backed out changeset: 87661f6ec809
2017-03-13 14:47:28 -07:00
Rider Linden
988f624f01
MAINT-7196: Revers flag when sent to viewer (to correctly mask when value isn't sent)
2017-03-13 14:16:37 -07:00
Rider Linden
880be86cf2
MAINT-7196: Viewer changes supporting new Allow Access Override opition for estate owners.
2017-03-10 15:07:55 -08:00
Brad Payne (Vir Linden)
015463c731
merge
2017-03-06 14:42:48 -05:00
Oz Linden
61bddc22d9
merge changes for 5.0.2-release
2017-03-06 14:31:51 -05:00
Brad Payne (Vir Linden)
f70abb4ad6
SL-409 - added tracking for bytes fetched to viewer assets metrics (does not currently work for textures)
2017-03-03 15:14:09 -05:00
Mnikolenko Productengine
f88881884f
MAINT-7138 Fix Agent Limit field and spinner cap in Region/Estate floater
2017-02-23 12:17:59 +02:00
Brad Payne (Vir Linden)
976b4f91ef
SL-409 - more WIP on http fetching path for assets, capture results to LLVFile.
2017-02-17 09:04:28 -05:00
Brad Payne (Vir Linden)
7d375ed9b7
SL-409 - WIP on http fetching path for assets
2017-02-15 15:34:56 -05:00
andreykproductengine
605160d501
MAINT-7118 Swapping legacy people API with new cache
2017-02-15 20:40:03 +02:00
Brad Payne (Vir Linden)
5db5f6148a
SL-409 - initial cleanup, mostly indentation fixes and removing unused or inaccessible code
2017-02-13 14:32:50 -05:00
Mnikolenko Productengine
e138ca5e78
MAINT-7112 FIXED URI namespace /completename is still affected by the Usernames viewer setting.
2017-02-07 12:56:45 +02:00
Oz Linden
1925fd2b8b
merge changes for 5.0.1-release
2017-02-02 15:49:16 -05:00
Mnikolenko Productengine
2f40972dd8
MAINT-7031 /displayname & /completename should perform regardless of "View Display Names" viewer setting.
2017-01-11 13:52:40 +02:00
Nat Goodspeed
b6dc755786
Automated merge with ssh://bitbucket.org/lindenlab/viewer-skip-llcorehttp-test
2016-12-08 14:27:40 -05:00
Nat Goodspeed
5bb456d80c
DRTVWR-418: Apparently (some) Windows hosts still need freeport().
...
This is the function in indra/llmessage/tests/testrunner.py that iterates
through ports in a specified range, looking for an available one. Other
platforms understand a specification of port 0 to mean: "You pick one. I'll
just use whichever one you picked."
2016-12-07 14:10:32 -05:00
Nat Goodspeed
54f95e4d61
DRTVWR-418: Make testrunner.run() avoid extra Thread altogether.
2016-12-07 13:25:42 -05:00
Nat Goodspeed
2569a1701d
DRTVWR-418: Diagnostic prints to identify hangup
2016-12-07 10:20:06 -05:00
Nat Goodspeed
e1482838fe
DRTVWR-418: Fix a couple variable references in debugging output.
2016-12-07 09:44:55 -05:00
Nat Goodspeed
a4ba22fecc
DRTVWR-418: Revamp testrunner to shutdown server Thread at end.
...
Instead of having testrunner.run()'s caller pass a Thread object on which to
run the caller's server instance's serve_forever() method, just pass the
server instance. testrunner.run() now constructs the Thread. This API change
allows run() to also call shutdown() on the server instance when done, and
then join() the Thread.
The hope is that this will avoid the Python runtime forcing the process
termination code to 1 due to forcibly killing the daemon thread still running
serve_forever().
While at it, eliminate calls to testrunner.freeport() -- just make the runtime
pick a suitable port instead.
2016-12-07 09:30:49 -05:00
Nat Goodspeed
e1b0317c04
DRTVWR-418: Remove duplicate testrunner.py
2016-12-06 19:44:57 -05:00
Oz Linden
fd2ccb1606
merge changes for 4.1.2-release
2016-11-16 09:52:59 -05:00
AndreyL ProductEngine
7fceb3a63f
Merged in lindenlab/viewer-cleanup
2016-11-14 22:04:37 +02:00
AndreyL ProductEngine
d4373437f2
Merged in lindenlab/viewer-bear
2016-10-25 20:09:42 +03:00
Oz Linden
8e30a2f06d
merge changes for 4.1.1-release
2016-10-18 15:38:33 -04:00
andreykproductengine
9564600206
MAINT-6487 Decreasing delay
2016-10-18 19:57:19 +03:00
andreykproductengine
759b4f14d8
MAINT-6828 Removed unnessesary spam in logs
2016-10-13 22:49:06 +03:00
andreykproductengine
b98bc258f2
MAINT-6487 Viewer Objects should not queue too many downloads
2016-10-12 20:18:05 +03:00
Nat Goodspeed
704c53b3c5
MAINT-5232: Merge up to VLC viewer from viewer-release
2016-10-11 10:59:17 -04:00
AndreyL ProductEngine
4617e07b37
Merged in lindenlab/viewer-release
2016-10-10 23:26:58 +03:00
Andrey Lihatskiy
c7f92169e1
Merged in Ansariel/viewer-bear-coro-namefix (pull request #14 )
...
Fix HttpCoroutineAdapter name for clarity
2016-09-16 18:30:37 +03:00