<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llfilesystem/lldiskcache.h, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2024-08-19T06:39:35Z</updated>
<entry>
<title>Refactor LLFileSystem for and fix an old issue in LLFile (#2332)</title>
<updated>2024-08-19T06:39:35Z</updated>
<author>
<name>Ansariel Hiller</name>
<email>Ansariel@users.noreply.github.com</email>
</author>
<published>2024-08-19T06:39:35Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d6190bbf13547800c56828d7670944f1a06af7dd'/>
<id>urn:sha1:d6190bbf13547800c56828d7670944f1a06af7dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mitigate asset fetch thread stalls from LLDiskCache mutex contention and trivial cleanup</title>
<updated>2024-08-14T04:31:37Z</updated>
<author>
<name>Rye Mutt</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2024-08-13T22:35:46Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0ee528c5fdfa8d49ebd43774853880f1b2e352d8'/>
<id>urn:sha1:0ee528c5fdfa8d49ebd43774853880f1b2e352d8</id>
<content type='text'>
Move LLDiskCache::updateFileAccessTime to LLFilesystem as it's the only user of that function.

Change mCacheDir and LLDiskCache::metaDataToFilepath to statics.
</content>
</entry>
<entry>
<title>SL-15083 Remove old vfs files</title>
<updated>2022-01-11T17:31:51Z</updated>
<author>
<name>Mnikolenko Productengine</name>
<email>mnikolenko@productengine.com</email>
</author>
<published>2022-01-11T17:31:51Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c09155574dc0513e0fcd5299ce361155485d25be'/>
<id>urn:sha1:c09155574dc0513e0fcd5299ce361155485d25be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-15200: Use new LLApp::sleep() in LLPurgeDiskCacheThread::run().</title>
<updated>2021-05-17T19:10:06Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2021-05-17T19:10:06Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b3708ac238d51eaf808cb77a4493e518c1593e33'/>
<id>urn:sha1:b3708ac238d51eaf808cb77a4493e518c1593e33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-15200: Explain why purge() is called on another thread.</title>
<updated>2021-05-17T14:24:27Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2021-05-17T14:24:27Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=87faf258911f5d23416500ff632050ce05b30e3e'/>
<id>urn:sha1:87faf258911f5d23416500ff632050ce05b30e3e</id>
<content type='text'>
Also add Ansariel's explanation for why interaction through the filesystem
itself should be safe.
</content>
</entry>
<entry>
<title>BUG-230673: Add warning that LLDiskCache::purge() is also called from outside the main thread</title>
<updated>2021-05-17T07:49:32Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2021-05-17T07:49:32Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=89cf988aaf0de402641cd945e7e9ad5292bc78d6'/>
<id>urn:sha1:89cf988aaf0de402641cd945e7e9ad5292bc78d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BUG-230673: Trim asset disk cache regularly</title>
<updated>2021-05-12T08:45:23Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2021-05-12T08:45:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0e253cb9098cb58b2f3528860a5fd9f00ec5af96'/>
<id>urn:sha1:0e253cb9098cb58b2f3528860a5fd9f00ec5af96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for SL-15226 Simple cache viewer: Integer overflow in cache size - via FS:Ansariel</title>
<updated>2021-05-11T19:58:05Z</updated>
<author>
<name>Callum Prentice</name>
<email>callum@lindenlab.com</email>
</author>
<published>2021-05-11T19:58:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3898609ae24e7787d6f6ae71c2424b43102326bf'/>
<id>urn:sha1:3898609ae24e7787d6f6ae71c2424b43102326bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This set of changes reverts the merge with master (git revert c83e740) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits).  This branch can now be used for additional fixes before eventually being used to release D-519 as normal</title>
<updated>2021-03-09T22:39:51Z</updated>
<author>
<name>Callum Prentice</name>
<email>callum@lindenlab.com</email>
</author>
<published>2021-03-09T22:39:51Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=168d177197bd7558bbe0ca13d01c984ad8638da7'/>
<id>urn:sha1:168d177197bd7558bbe0ca13d01c984ad8638da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-519"</title>
<updated>2021-03-08T13:56:16Z</updated>
<author>
<name>Brad Payne (Vir Linden)</name>
<email>vir@lindenlab.com</email>
</author>
<published>2021-03-08T13:56:16Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c83e740ef94e16ba85574454f3138905edecb029'/>
<id>urn:sha1:c83e740ef94e16ba85574454f3138905edecb029</id>
<content type='text'>
This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing
changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5.
</content>
</entry>
</feed>
