summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldiskcache.cpp
AgeCommit message (Expand)Author
2024-08-19Refactor LLFileSystem for and fix an old issue in LLFile (#2332)Ansariel Hiller
2024-08-14Mitigate asset fetch thread stalls from LLDiskCache mutex contention and triv...Rye Mutt
2024-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and...Ansariel
2024-05-20#1392 GLTF Upload (#1394)Dave Parks
2023-03-29Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-01-18SL-18773 Crash incrementing directory_iteratorAndrey Kleshchev
2022-10-21Merge branch 'master' (DRTVWR-548) into DRTVWR-559Andrey Kleshchev
2022-09-16Merge branch master (DRTVWR-571) into DRTVWR-559Andrey Kleshchev
2022-09-15Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-06-28SL-17379 More complete integration of material asset typeDave Parks
2022-06-24SL-17329: Remove unused extra variable initializationCosmic Linden
2022-06-22SL-17329: Do logging of individual files after the disk cache purge finishes ...Cosmic Linden
2022-01-11SL-15083 Remove old vfs filesMnikolenko Productengine
2021-06-11boost::filesystem::directory_iterator uses throw-behavior by default as wellAnsariel
2021-06-11Change all remaining boost::filesystem methods to their non-throwing overloadsAnsariel
2021-06-10Fix more crashes in disk cache due to boost error handlingAnsariel
2021-05-18SL-15200: LLPurgeDiskCacheThread's CHECK_INTERVAL is secs.Nat Goodspeed
2021-05-17SL-15200: Use new LLApp::sleep() in LLPurgeDiskCacheThread::run().Nat Goodspeed
2021-05-17SL-15200: Explain why purge() is called on another thread.Nat Goodspeed
2021-05-17BUG-230673: Add warning that LLDiskCache::purge() is also called from outside...Ansariel
2021-05-12BUG-230673: Trim asset disk cache regularlyAnsariel
2021-05-11Merge branch 'DRTVWR-519' of https://bitbucket.org/lindenlab/viewer into DRTV...Callum Prentice
2021-05-11Fix for SL-15226 Simple cache viewer: Integer overflow in cache size - via FS...Callum Prentice
2021-05-11BUG-230697: Do not crash viewer during cache cleanupAnsariel
2021-03-09Remove debugging tagsCallum Prentice
2021-03-09Ansariel kindly offered their patch to help mitigate this round of file syste...Callum Prentice
2021-03-09This set of changes reverts the merge with master (git revert c83e740) and re...Callum Prentice
2021-03-08Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ...Brad Payne (Vir Linden)
2021-01-08Addresses SL-14582: Add code to only write the file last access time occasion...Callum Prentice
2020-12-11SL-14505 FIXED [Win10] The viewer isn't started on the non-English system localeMnikolenko Productengine
2020-10-27Fix for meta issue: SL-14210 Prune descriptive tag from new cache filenamesCallum Prentice
2020-10-08Purge excessive files from disc cache each startupMnikolenko Productengine
2020-10-07Improve, rationalize and expand commentsCallum Prentice
2020-10-07Add in some cache stats for the about boxCallum Prentice
2020-10-07This changeset hooks up many things that have been in progress and moves thin...Callum Prentice
2020-10-06Add in the C++ filesystem based cache and clean up some indempotent functions...Callum Prentice
2020-09-24Complete the change from lldiskcache -> llfilesystem and then addition of new...Callum Prentice
2020-09-24Rename lldiskcache.* to llfilesystem.* - i think this is the right name since...Callum Prentice
2020-09-17The folder where the disk cache lives was originally renamed from llvfs to ll...Callum Prentice