<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/singleinstance.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/singleinstance.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/singleinstance.cpp?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2020-11-09T03:09:42Z</updated>
<entry>
<title>renamed singleinstance.h/cpp to multiprocess.h/cpp</title>
<updated>2020-11-09T03:09:42Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-09T03:09:42Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d7ae42d3775f88d5cd63fa2f8860bd31e18f981e'/>
<id>urn:sha1:d7ae42d3775f88d5cd63fa2f8860bd31e18f981e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed SingleInstance to MOMultiProcess</title>
<updated>2020-11-09T03:07:15Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-09T03:07:15Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a5469ae4e0668c36e4bf36bf7395fa25073b0bc6'/>
<id>urn:sha1:a5469ae4e0668c36e4bf36bf7395fa25073b0bc6</id>
<content type='text'>
rewrote some comments to avoid using "instance"
</content>
</entry>
<entry>
<title>removed flags from SingleInstance because there's only one left</title>
<updated>2020-11-03T16:39:02Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-23T03:27:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=9435202034cafb05ffc11aed48ff57536bce73f7'/>
<id>urn:sha1:9435202034cafb05ffc11aed48ff57536bce73f7</id>
<content type='text'>
refactoring in main.cpp:
 - moved stuff to loglist.cpp and moapplication.cpp
 - split main() into a few functions
</content>
</entry>
<entry>
<title>removed unused `update` parameter</title>
<updated>2020-11-03T16:39:01Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-18T08:06:18Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=75cc2ffead148ab2409cd1ef469613d2e9b80e17'/>
<id>urn:sha1:75cc2ffead148ab2409cd1ef469613d2e9b80e17</id>
<content type='text'>
moved --multiple to CommandLine
</content>
</entry>
<entry>
<title>added --multiple to allow launching multiple instances</title>
<updated>2020-11-03T16:39:01Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-18T04:35:26Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b103f297752b170ee4ade6e0e9085c6d31c020ca'/>
<id>urn:sha1:b103f297752b170ee4ade6e0e9085c6d31c020ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make sure all the data is sent before disconnecting</title>
<updated>2019-10-31T13:06:09Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-31T13:06:09Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a523a0b21b66f4114598a340ea7346d24d6ea0e5'/>
<id>urn:sha1:a523a0b21b66f4114598a340ea7346d24d6ea0e5</id>
<content type='text'>
don't fail if waitForReadyRead() returns false but there's data available
</content>
</entry>
<entry>
<title>Fix instance errors when downloading the same file multiple times</title>
<updated>2019-02-15T16:07:43Z</updated>
<author>
<name>Krzysztof Starecki</name>
<email>krzysztof.starecki@gmail.com</email>
</author>
<published>2019-02-15T16:07:43Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=02c5b083dca693dcb3880bab7ce4ca022cdfc02f'/>
<id>urn:sha1:02c5b083dca693dcb3880bab7ce4ca022cdfc02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Applied clang-format on source"</title>
<updated>2018-02-23T00:45:58Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2018-02-23T00:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ea6292168a6acd4c263913f0ccd7dd64daf4f5cf'/>
<id>urn:sha1:ea6292168a6acd4c263913f0ccd7dd64daf4f5cf</id>
<content type='text'>
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
</content>
</entry>
<entry>
<title>Applied clang-format on source</title>
<updated>2018-02-22T15:54:34Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2018-02-22T15:54:34Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=5e5c9c07291f6b09623d31c92b1fb61c4ede576e'/>
<id>urn:sha1:5e5c9c07291f6b09623d31c92b1fb61c4ede576e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dropped redundant report.h/report.cpp</title>
<updated>2015-05-09T19:44:19Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2015-05-09T19:44:19Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=abba182b1ba630b41660424abf372af527b1612c'/>
<id>urn:sha1:abba182b1ba630b41660424abf372af527b1612c</id>
<content type='text'>
</content>
</entry>
</feed>
