Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | merge | Brad Payne (Vir Linden) | |
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |
2017-08-28 | merge | Brad Payne (Vir Linden) | |
2017-08-23 | merge changes for 5.0.7-release | Oz Linden | |
2017-08-16 | merge changes for DRTVWR-439 | Oz Linden | |
2017-08-08 | MAINT-7634: Logging and instrumentation canges to narrow down viewer crashes. | Rider Linden | |
2017-06-20 | merge | Brad Payne (Vir Linden) | |
2017-06-20 | merge changes for 5.0.6-release | Oz Linden | |
2017-06-20 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2017-06-09 | MAINT-7482 - continue running with a warning on receipt of unknown message | Brad Payne (Vir Linden) | |
2017-05-30 | SL-694 - stub support for ObjectAnimation message type | Brad Payne (Vir Linden) | |
2017-05-23 | merge changes for 5.0.5-release | Oz Linden | |
2017-05-22 | merge | Brad Payne (Vir Linden) | |
2017-04-26 | MAINT-7343 - added periodic logging of state of the asset store. | Brad Payne (Vir Linden) | |
2017-04-19 | SL-409 - added tags to more log messages | Brad Payne (Vir Linden) | |
2017-04-19 | merge changes for 5.0.4-release | Oz Linden | |
2017-04-19 | merge | Brad Payne (Vir Linden) | |
2017-05-01 | Merged lindenlab/viewer-release into default | Rider Linden | |
2017-03-30 | MAINT-7245 Use Experience Box in LSL Editor will not show as checked if ↵ | Mnikolenko Productengine | |
containing object is in another region | |||
2017-03-13 | Backed out changeset: 87661f6ec809 | Rider Linden | |
2017-03-13 | MAINT-7196: Revers flag when sent to viewer (to correctly mask when value ↵ | Rider Linden | |
isn't sent) | |||
2017-03-10 | MAINT-7196: Viewer changes supporting new Allow Access Override opition for ↵ | Rider Linden | |
estate owners. | |||
2017-03-06 | merge | Brad Payne (Vir Linden) | |
2017-03-06 | merge changes for 5.0.2-release | Oz Linden | |
2017-03-03 | SL-409 - added tracking for bytes fetched to viewer assets metrics (does not ↵ | Brad Payne (Vir Linden) | |
currently work for textures) | |||
2017-02-23 | MAINT-7138 Fix Agent Limit field and spinner cap in Region/Estate floater | Mnikolenko Productengine | |
2017-02-17 | SL-409 - more WIP on http fetching path for assets, capture results to LLVFile. | Brad Payne (Vir Linden) | |
2017-02-15 | SL-409 - WIP on http fetching path for assets | Brad Payne (Vir Linden) | |
2017-02-15 | MAINT-7118 Swapping legacy people API with new cache | andreykproductengine | |
2017-02-13 | SL-409 - initial cleanup, mostly indentation fixes and removing unused or ↵ | Brad Payne (Vir Linden) | |
inaccessible code | |||
2017-02-07 | MAINT-7112 FIXED URI namespace /completename is still affected by the ↵ | Mnikolenko Productengine | |
Usernames viewer setting. | |||
2017-02-02 | merge changes for 5.0.1-release | Oz Linden | |
2017-01-11 | MAINT-7031 /displayname & /completename should perform regardless of "View ↵ | Mnikolenko Productengine | |
Display Names" viewer setting. | |||
2016-12-08 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-skip-llcorehttp-test | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Apparently (some) Windows hosts still need freeport(). | Nat Goodspeed | |
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 | DRTVWR-418: Make testrunner.run() avoid extra Thread altogether. | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Diagnostic prints to identify hangup | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Fix a couple variable references in debugging output. | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Revamp testrunner to shutdown server Thread at end. | Nat Goodspeed | |
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-06 | DRTVWR-418: Remove duplicate testrunner.py | Nat Goodspeed | |
2016-11-16 | merge changes for 4.1.2-release | Oz Linden | |
2016-11-14 | Merged in lindenlab/viewer-cleanup | AndreyL ProductEngine | |
2016-10-25 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2016-10-18 | merge changes for 4.1.1-release | Oz Linden | |
2016-10-18 | MAINT-6487 Decreasing delay | andreykproductengine | |
2016-10-13 | MAINT-6828 Removed unnessesary spam in logs | andreykproductengine | |
2016-10-12 | MAINT-6487 Viewer Objects should not queue too many downloads | andreykproductengine | |
2016-10-11 | MAINT-5232: Merge up to VLC viewer from viewer-release | Nat Goodspeed | |
2016-10-10 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-09-16 | Merged in Ansariel/viewer-bear-coro-namefix (pull request #14) | Andrey Lihatskiy | |
Fix HttpCoroutineAdapter name for clarity |