<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/envfs.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/envfs.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/envfs.cpp?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2023-07-09T15:20:40Z</updated>
<entry>
<title>Apply clang-format.</title>
<updated>2023-07-09T15:20:40Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2022-05-17T09:47:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d13f6bb870cdda71257f665367be8ef9fca86255'/>
<id>urn:sha1:d13f6bb870cdda71257f665367be8ef9fca86255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle network shares for NtOpenFile()</title>
<updated>2021-02-22T23:28:07Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2021-02-22T23:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d22d77d921e9915b3209e1a447d628c0f2d01baa'/>
<id>urn:sha1:d22d77d921e9915b3209e1a447d628c0f2d01baa</id>
<content type='text'>
changed error messages to use formatNtMessage(), which handles NTSTATUS errors
</content>
</entry>
<entry>
<title>optimizations for download manager:</title>
<updated>2020-12-24T15:55:55Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-12-24T15:55:55Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=5183b2f47ad240174bf653b299af9e068a3b83e4'/>
<id>urn:sha1:5183b2f47ad240174bf653b299af9e068a3b83e4</id>
<content type='text'>
 - use envfs for walking directory
 - minimize string copies, disk access
 - use set of filenames to check for duplicates
 - use file size from envfs
</content>
</entry>
<entry>
<title>Remove incorrect early break in forEachEntry</title>
<updated>2020-09-27T11:28:20Z</updated>
<author>
<name>Al</name>
<email>26797547+Al12rs@users.noreply.github.com</email>
</author>
<published>2020-09-27T11:28:20Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=789e12a9f866790caaacb02b0542a048da463a74'/>
<id>urn:sha1:789e12a9f866790caaacb02b0542a048da463a74</id>
<content type='text'>
This caused mo2 to skip some mod files for a user, potentially others as well.</content>
</entry>
<entry>
<title>TEST rem potential early return in forEachEntry()</title>
<updated>2020-09-26T22:54:06Z</updated>
<author>
<name>Al</name>
<email>26797547+Al12rs@users.noreply.github.com</email>
</author>
<published>2020-09-26T22:54:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=7f4e83ea1119b8465a4a56a77106f50bae146aed'/>
<id>urn:sha1:7f4e83ea1119b8465a4a56a77106f50bae146aed</id>
<content type='text'>
Test to see if this fixes a bug on discord.</content>
</entry>
<entry>
<title>Fix issue with plugins in junction mods not being activated.</title>
<updated>2020-05-20T10:53:36Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2020-05-20T10:53:36Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=89db02eb9451d1527b59736fee47b20feb8130cc'/>
<id>urn:sha1:89db02eb9451d1527b59736fee47b20feb8130cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>now using new common cmakefiles</title>
<updated>2020-04-24T01:00:00Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-04-24T01:00:00Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bbfec30539b31a2b8faa0df79435db94cefee8fe'/>
<id>urn:sha1:bbfec30539b31a2b8faa0df79435db94cefee8fe</id>
<content type='text'>
fixed includes because shared/ isn't in the path anymore
removed unused modeltest files
</content>
</entry>
<entry>
<title>fixed warnings about Q_OBJECT and thousand separators</title>
<updated>2020-04-18T08:53:14Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-04-18T08:53:14Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b91dbba734f45f1cc1a42f86d9141bb272de0564'/>
<id>urn:sha1:b91dbba734f45f1cc1a42f86d9141bb272de0564</id>
<content type='text'>
had to move some classes to header files
</content>
</entry>
<entry>
<title>fixed crash when switching to an instance with a lower refresh thread count</title>
<updated>2020-04-17T14:23:10Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-04-17T14:23:10Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=47867d427f46a8478aa0107738adab1bfbfc7c56'/>
<id>urn:sha1:47867d427f46a8478aa0107738adab1bfbfc7c56</id>
<content type='text'>
fixed rare race condition when waking up handle closer threads
</content>
</entry>
<entry>
<title>thread-safe OriginConnection</title>
<updated>2020-02-18T22:25:03Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-02-14T06:28:50Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=c8fc7abade6e28507f2a1590007a098e647026a9'/>
<id>urn:sha1:c8fc7abade6e28507f2a1590007a098e647026a9</id>
<content type='text'>
ThreadPool now keeps threads running
keep ModThreads around so avoid reallocating buffers
</content>
</entry>
</feed>
