<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oar-p2p/src, branch v0.2.13</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>added --interleave flag to oar-p2p net show</title>
<updated>2025-08-02T09:15:08+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-08-02T09:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=c7edd27527b553589939b897283454e191a40a00'/>
<id>c7edd27527b553589939b897283454e191a40a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added basic retry logic to the machine_containers_wait function</title>
<updated>2025-07-24T11:46:32+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-24T11:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=f068edd95f960dea97bb874430c43e55d6b7d186'/>
<id>f068edd95f960dea97bb874430c43e55d6b7d186</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added ConnectionAttempts ssh option</title>
<updated>2025-07-24T11:46:11+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-24T11:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=4cb719cd459a7b53e40e57d8dcf4e2cdf72e99f9'/>
<id>4cb719cd459a7b53e40e57d8dcf4e2cdf72e99f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replaced scp with rsync</title>
<updated>2025-07-24T08:39:43+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-24T08:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=a1c7032d014a7c8748619a1fe80213e1012aed61'/>
<id>a1c7032d014a7c8748619a1fe80213e1012aed61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added concurrency limit via OAR_P2P_CONCURRENCY_LIMIT</title>
<updated>2025-07-23T19:55:50+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-23T19:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=b13fedfaf55eaa7716195d11d0fb12041ed8dfb5'/>
<id>b13fedfaf55eaa7716195d11d0fb12041ed8dfb5</id>
<content type='text'>
the env var OAR_P2P_CONCURRENCY_LIMIT limits the number of parallel
"operations" being done on the cluster machines. so, if it is set to 3,
then we only work on 3 machines at time. setting to 0 means unlimited.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the env var OAR_P2P_CONCURRENCY_LIMIT limits the number of parallel
"operations" being done on the cluster machines. so, if it is set to 3,
then we only work on 3 machines at time. setting to 0 means unlimited.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: added oar job id inference</title>
<updated>2025-07-22T09:20:00+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-22T09:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=8c90229d6e88c88338261496da50c01e51cac3f5'/>
<id>8c90229d6e88c88338261496da50c01e51cac3f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed address listing on machines with no addresses</title>
<updated>2025-07-17T13:51:03+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-17T13:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=032d9362819d7dfc24741dff78d4cb8a70531777'/>
<id>032d9362819d7dfc24741dff78d4cb8a70531777</id>
<content type='text'>
currently the shell script used to list 10.0.0.0/8 range of addresses on
a machine would fail with exit code 1 if no addresses were present in
that range (i.e. grep did not match anything). this fix just makes sure
that command always returns exit code 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
currently the shell script used to list 10.0.0.0/8 range of addresses on
a machine would fail with exit code 1 if no addresses were present in
that range (i.e. grep did not match anything). this fix just makes sure
that command always returns exit code 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>added the interface for machines oddish,psyduck,squirtle,bulbasaur</title>
<updated>2025-07-17T13:43:35+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-17T13:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=a0235149675af1c1235e5b96d6cc03d91a7cf1e2'/>
<id>a0235149675af1c1235e5b96d6cc03d91a7cf1e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improved cli help text</title>
<updated>2025-07-17T09:34:14+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-17T09:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=e656cc7423da2d9978048a0f80455b8cb40d4e2b'/>
<id>e656cc7423da2d9978048a0f80455b8cb40d4e2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set the interface for moltres machines</title>
<updated>2025-07-17T09:07:47+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@d464.sh</email>
</author>
<published>2025-07-17T09:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/oar-p2p/commit/?id=6d88de0cead092710b7cf17a2ab029347be14b8d'/>
<id>6d88de0cead092710b7cf17a2ab029347be14b8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
