<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib, branch with-indexer-tlc</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>Fix listdir()</title>
<updated>2024-12-06T13:26:35+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-06T13:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=a2bcfc37f3634179b4e75fff38d4c36a1ab2a812'/>
<id>a2bcfc37f3634179b4e75fff38d4c36a1ab2a812</id>
<content type='text'>
* Now returns the absolute path(s) to the file(s)
* Remove restriction on reading hidden files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Now returns the absolute path(s) to the file(s)
* Remove restriction on reading hidden files
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault in join_ex</title>
<updated>2024-12-06T13:21:58+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-06T13:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=2a15ece791252c07ddf2fe9868709bd80eecf489'/>
<id>2a15ece791252c07ddf2fe9868709bd80eecf489</id>
<content type='text'>
* Calculate the number of function arguments with va_copy()
* Remove realloc() usage. No point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Calculate the number of function arguments with va_copy()
* Remove realloc() usage. No point.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to use artifactory without uploading any artifacts at the end.</title>
<updated>2024-12-04T00:07:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-03T15:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5796ce9338c7fe2aa8a26766ff9e01448d785c99'/>
<id>5796ce9338c7fe2aa8a26766ff9e01448d785c99</id>
<content type='text'>
* New option: --no-artifactory-upload
* Implies --no-artifactory-build-info
* Updated README.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* New option: --no-artifactory-upload
* Implies --no-artifactory-build-info
* Updated README.md
</pre>
</div>
</content>
</entry>
<entry>
<title>delivery_exists() returns DELIVERY_NOT_FOUND by default</title>
<updated>2024-12-04T00:07:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-03T14:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9098abc13882e6b665e46361721d3bcba7da55eb'/>
<id>9098abc13882e6b665e46361721d3bcba7da55eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify delivery_exists() function</title>
<updated>2024-12-04T00:07:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-03T06:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=38e4789530a38ac9e7dfddfc0afcff178bd1647f'/>
<id>38e4789530a38ac9e7dfddfc0afcff178bd1647f</id>
<content type='text'>
* Returns DELIVERY_[NOT_]FOUND, or -1 on error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Returns DELIVERY_[NOT_]FOUND, or -1 on error
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error message wording</title>
<updated>2024-12-04T00:07:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-03T05:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=cc6458bc5efffc9712bb0c731957dfe75d1ebca5'/>
<id>cc6458bc5efffc9712bb0c731957dfe75d1ebca5</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_[NOT_]FOUND defines</title>
<updated>2024-12-04T00:07:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-03T05:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=080866ee9400dbc1cf82a71621e55cb20861f6e8'/>
<id>080866ee9400dbc1cf82a71621e55cb20861f6e8</id>
<content type='text'>
* Add delivery_series_sync function to download previously delivered files from artifactory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add delivery_series_sync function to download previously delivered files from artifactory
</pre>
</div>
</content>
</entry>
<entry>
<title>Unindent script_setup</title>
<updated>2024-12-04T00:07:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-22T21:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=506269820329f019d1ff26eb681fbaa70bcb9674'/>
<id>506269820329f019d1ff26eb681fbaa70bcb9674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unindent script</title>
<updated>2024-12-04T00:07:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-22T21:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=ff4e8b219792684d2f09d865fab7aad1eab3a957'/>
<id>ff4e8b219792684d2f09d865fab7aad1eab3a957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic unindent function</title>
<updated>2024-12-04T00:07:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-22T20:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9173fe4a472500b3f87780d116ff7a54d4729c78'/>
<id>9173fe4a472500b3f87780d116ff7a54d4729c78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
