<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib/delivery/delivery.c, branch next</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>Duplicate tests</title>
<updated>2025-11-06T13:56:30+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-06T13:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d4df12fc85dde55ff410a04d20506a6245f2f471'/>
<id>d4df12fc85dde55ff410a04d20506a6245f2f471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate jfrog_auth</title>
<updated>2025-11-06T13:56:17+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-06T13:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=08ddad132a43b4cedb80fc99094f6b120a2ae986'/>
<id>08ddad132a43b4cedb80fc99094f6b120a2ae986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move docker struct duplication down to jfrog struct duplication</title>
<updated>2025-11-06T13:55:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-06T13:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d2e2c5965502f7c320bcc4b4aa16ab66b59db68f'/>
<id>d2e2c5965502f7c320bcc4b4aa16ab66b59db68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delivery context is not modified</title>
<updated>2025-11-06T13:54:20+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-06T13:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=7b865d365d36c9c4f2e16fcf51e2fde8a4f0c444'/>
<id>7b865d365d36c9c4f2e16fcf51e2fde8a4f0c444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Duplicate upload context</title>
<updated>2025-11-04T18:23:10+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-04T18:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=c26967c018875099683d80958e7cf898b6ec2009'/>
<id>c26967c018875099683d80958e7cf898b6ec2009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add delivery_duplicate() and strdup_maybe() helper</title>
<updated>2025-11-04T15:51:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-04T15:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=fdd1eba1446ff80f8f3acada328d15bbb93366d6'/>
<id>fdd1eba1446ff80f8f3acada328d15bbb93366d6</id>
<content type='text'>
* The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired.
* strdup_maybe() might be useful elsewhere but for now I am leaving it static
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired.
* strdup_maybe() might be useful elsewhere but for now I am leaving it static
</pre>
</div>
</content>
</entry>
<entry>
<title>A note to self</title>
<updated>2025-06-27T16:41:52+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-06-27T16:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=2425ef83ac7c36947ee1119399b1e4155649ed80'/>
<id>2425ef83ac7c36947ee1119399b1e4155649ed80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When a second '@' is present, extract the version</title>
<updated>2025-06-27T16:41:05+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-06-27T16:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=54a3824b06c80e5e6bbe11a5dc102de85f47f15a'/>
<id>54a3824b06c80e5e6bbe11a5dc102de85f47f15a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Free lists using guard_ macro</title>
<updated>2025-03-20T23:22:18+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-03-20T23:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=6c2ef3a3be142fd58a10c774edebe415236ebbc4'/>
<id>6c2ef3a3be142fd58a10c774edebe415236ebbc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extras in more locations</title>
<updated>2025-03-20T23:21:40+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-03-20T23:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=e3ad81c3bfa2294d42b2295664db4072381d9d20'/>
<id>e3ad81c3bfa2294d42b2295664db4072381d9d20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
