Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-03 | SL-15272 Bugsplat crashes at condition wait() | Andrey Kleshchev | |
Made sure all waits will be triggered, won't loop back and that in case of http queue it had some time to trigger | |||
2021-04-29 | Merge master (DRTVWR-515) into DRTVWR-516-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/llcommon/llcoros.cpp # indra/llmessage/llcoproceduremanager.cpp # indra/newview/llfloaterfixedenvironment.cpp # indra/newview/llfloaterimsessiontab.cpp | |||
2021-03-09 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-03-09 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2021-03-02 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-03-02 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-02-14 | SL-14807 Missed a pool init in unused constructor, additional protections | Andrey Kleshchev | |
2021-02-10 | SL-14807 Viewer crashes when creating an experience | Andrey Kleshchev | |
2020-11-26 | SL-14399 Enqueue into 'LLViewerAssetStorage::assetRequestCoro' failed | Andrey Kleshchev | |
2020-10-06 | Add in the C++ filesystem based cache and clean up some indempotent ↵ | Callum Prentice | |
functions in llfilesystem | |||
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
2020-09-22 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
2020-09-16 | Renamed the references to LLVFile and llvfile.* source code plus cmake ↵ | Callum Prentice | |
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2020-08-18 | SL-13783 Workaround for enqueueCoprocedure() crash #2 | Andrey Kleshchev | |
2020-08-05 | SL-13719 One more exit crash for asset storage | Andrey Kleshchev | |
2020-08-05 | Merge branch 'DRTVWR-476' into DRTVWR-501-maint | Andrey Lihatskiy | |
2020-07-31 | SL-13626 Fixed spelling error | Andrey Kleshchev | |
2020-07-30 | SL-13626 Fix asset storage coroutine shutdown | Andrey Kleshchev | |
2020-07-22 | Remove redundant LL_EXSTAT_ from enums. | Nicky Dasmijn | |
2020-07-22 | LLExtStat had been a S32, this wasn't right, as some of the constants lead ↵ | Nicky Dasmijn | |
to integer overflow: const LLExtStat LL_EXSTAT_RES_RESULT = 2L<<30; const LLExtStat LL_EXSTAT_VFS_RESULT = 3L<<30; This shifts into the sign bit and clang gets (rightfully) upset about this. LLExtStatus needs to be at least of type U32 to remedy this problem, but while at it it makes sense to turn it into what it is: An enum. Turning it into a class enum has the added benefit we get type safety for mostly free. Which incidentally turned up a problem right away: A call to removeAndCallbackPendingDownloads had status and extstatus reversed and thus was wrong. | |||
2017-05-09 | MAINT-7343 - improved error case handling and checking for unlikely corners | Brad Payne (Vir Linden) | |
2017-05-01 | MAINT-7343 - removed unusued coprocedure parameter, changed one coro ↵ | Brad Payne (Vir Linden) | |
argument to pass by value | |||
2017-04-28 | MAINT-7343 - moved asset downloads to use coprocedure pools, which should ↵ | Brad Payne (Vir Linden) | |
reduce the size of potential memory spikes | |||
2017-04-26 | MAINT-7343 - added periodic logging of state of the asset store. | Brad Payne (Vir Linden) | |
2017-04-24 | MAINT-7343 - Added check for shutdown in progress when asset result arrives | Brad Payne (Vir Linden) | |
2017-04-19 | SL-409 - Added tags to some log messages | Brad Payne (Vir Linden) | |
2017-04-18 | SL-409 - Added a bit more logging in hopes of locating cause of increased ↵ | Brad Payne (Vir Linden) | |
crashes. | |||
2017-04-12 | MAINT-7195 - fixed bug in the wait-for-caps logic. Doesn't really matter in ↵ | Brad Payne (Vir Linden) | |
practice since the member variable in question still gets set by the cap received callback. | |||
2017-04-11 | DRTVWR-434 - trivial code change to trigger TC rebuild, also slight ↵ | Brad Payne (Vir Linden) | |
improvement to a log message | |||
2017-03-20 | MAINT-7195 work (can't repro), removed UDP fetching path, handle more ↵ | Brad Payne (Vir Linden) | |
possible timing issues while connecting to region | |||
2017-03-20 | MAINT-7195 possible fix | Brad Payne (Vir Linden) | |
2017-03-06 | SL-409 - use AP_TEXTURE policy for other viewer asset fetches. Enables ↵ | Brad Payne (Vir Linden) | |
pipelining. | |||
2017-03-06 | SL-409 - consolidated user of ViewerAsset cap for mesh and texture fetching ↵ | Brad Payne (Vir Linden) | |
as well. | |||
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-03-02 | SL-409 - code simplification for asset metrics, added a couple of new ↵ | Brad Payne (Vir Linden) | |
categories, error handling | |||
2017-02-27 | SL-409 - viewer asset stats updates to distinguish http and udp fetches | Brad Payne (Vir Linden) | |
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-13 | SL-409 - initial cleanup, mostly indentation fixes and removing unused or ↵ | Brad Payne (Vir Linden) | |
inaccessible code | |||
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-02-10 | MAINT-6066 crash in LLTransferSource::getID() | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-18 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
created param block skeleton for asset stats removed most of llviewerassetstats logic |