<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oar-p2p/src/main.rs, 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>fix: compile warning</title>
<updated>2025-10-30T20:12:12+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-10-30T20:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=c298456429259225c5caa6061385e5e7cf9e2be7'/>
<id>c298456429259225c5caa6061385e5e7cf9e2be7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: improve error message when job has 0 machines</title>
<updated>2025-10-30T20:09:56+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-10-30T20:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=ed0a8b8e0acaf6eb402e4a8626d23c9b8b924f26'/>
<id>ed0a8b8e0acaf6eb402e4a8626d23c9b8b924f26</id>
<content type='text'>
when a job is not yet in running state the program runs but the function
that lists the job's machines returns zero machines which can cause a
panic from division by 0 which is not a very helpful message. this
commit improves the error/warn messages when no machines are listed for
a job.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when a job is not yet in running state the program runs but the function
that lists the job's machines returns zero machines which can cause a
panic from division by 0 which is not a very helpful message. this
commit improves the error/warn messages when no machines are listed for
a job.
</pre>
</div>
</content>
</entry>
</feed>
