<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oar-p2p/src, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/'/>
<entry>
<title>fix: CLUSTER_USERNAME when running from frontend</title>
<updated>2026-03-17T11:32:55+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2026-03-17T11:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=9fc317450ee8e94992408f0c014dc065dcb9e3ad'/>
<id>9fc317450ee8e94992408f0c014dc065dcb9e3ad</id>
<content type='text'>
the CLUSTER_USERNAME variable was not being used when running from the
frontend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the CLUSTER_USERNAME variable was not being used when running from the
frontend.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: namespace tmp directory</title>
<updated>2026-03-17T11:32:26+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2026-03-17T11:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=208143e6f2f8b18b4acb8ad0592217bc5c615eb4'/>
<id>208143e6f2f8b18b4acb8ad0592217bc5c615eb4</id>
<content type='text'>
since the /tmp directory is shared by everyone then some left over files
remain. when a different user attempts to remove or write to those files
but does not have permission it causes failures. this commit just uses
/tmp/$USER instead of using /tmp directly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since the /tmp directory is shared by everyone then some left over files
remain. when a different user attempts to remove or write to those files
but does not have permission it causes failures. this commit just uses
/tmp/$USER instead of using /tmp directly
</pre>
</div>
</content>
</entry>
<entry>
<title>cargo fmt</title>
<updated>2026-02-11T21:50:47+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2026-02-11T21:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=fec5451ab1908038f841dcb04012fac27f5c9444'/>
<id>fec5451ab1908038f841dcb04012fac27f5c9444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for differing username between cluster and local machine</title>
<updated>2026-02-11T13:59:59+00:00</updated>
<author>
<name>jbordalo</name>
<email>j.bordalo@campus.fct.unl.pt</email>
</author>
<published>2026-02-11T13:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=5e5448bdd899ba9ba263200616a348acda5eb0ed'/>
<id>5e5448bdd899ba9ba263200616a348acda5eb0ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: added --version flag</title>
<updated>2025-11-09T18:54:58+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-11-09T18:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=74fbf3e1c719edbce69e34ad31484e4c2ad23c74'/>
<id>74fbf3e1c719edbce69e34ad31484e4c2ad23c74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: added --force flag to docker swarm leave</title>
<updated>2025-11-09T18:42:41+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-11-09T18:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=e98d7f5bcdcb60e575e6df35a961ede5024bc09e'/>
<id>e98d7f5bcdcb60e575e6df35a961ede5024bc09e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed clippy warnings</title>
<updated>2025-10-30T20:28:06+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-10-30T20:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=647c0c95fd1bfd47f810547742e1b9f0832a48db'/>
<id>647c0c95fd1bfd47f810547742e1b9f0832a48db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>warn if running from job machine</title>
<updated>2025-10-30T20:27:13+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-10-30T20:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=4082e97c42f77f97db0269c0454c4b12d8877089'/>
<id>4082e97c42f77f97db0269c0454c4b12d8877089</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for the shelder machine</title>
<updated>2025-10-30T20:22:53+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-10-30T20:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=5cdb0c8876c22d8fada79cbc82645d840e0d27eb'/>
<id>5cdb0c8876c22d8fada79cbc82645d840e0d27eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for snorlax machines</title>
<updated>2025-10-30T20:21:13+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-10-30T20:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=685107d2fcab5d3d5e3166c2e33777768cb1e6cc'/>
<id>685107d2fcab5d3d5e3166c2e33777768cb1e6cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
