<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib, branch mm-retry</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>Add indexer arugment '--micromamba-download-url'</title>
<updated>2026-06-18T16:29:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-06-18T16:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9d2646362964d05f2c3346b5cd24ad010fdd2039'/>
<id>9d2646362964d05f2c3346b5cd24ad010fdd2039</id>
<content type='text'>
* Add is_file_compressed() function to utils
* Call micromamba_install() from tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add is_file_compressed() function to utils
* Call micromamba_install() from tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Update micromamba installation logic</title>
<updated>2026-06-17T20:24:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-06-17T20:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b9cac8cfa9a0ef9138b860c2fa72c6fe51331adf'/>
<id>b9cac8cfa9a0ef9138b860c2fa72c6fe51331adf</id>
<content type='text'>
* Split installation from micromamba() into micromamba_install()
* Return -1 when micromamba cannot be installed
* Add stasis.ini option "indexer.micromamba_download_url"
* Add global variable micromamba_download_url
* The installation function attempts two known-good URLs by default
*
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Split installation from micromamba() into micromamba_install()
* Return -1 when micromamba cannot be installed
* Add stasis.ini option "indexer.micromamba_download_url"
* Add global variable micromamba_download_url
* The installation function attempts two known-good URLs by default
*
</pre>
</div>
</content>
</entry>
<entry>
<title>Safe strings, finally (#145)</title>
<updated>2026-06-02T21:04:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2026-06-02T21:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=252b9646c1cb0538123d51ced4a733f3dcfc266b'/>
<id>252b9646c1cb0538123d51ced4a733f3dcfc266b</id>
<content type='text'>
* Add string copy and catonate replacements
* safe_strncpy
* safe_strncat
* Replace string functions
* gbo.ini: Update tweakwcs to 0.9.0
* generic.ini: Update tweakwcs to 0.9.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add string copy and catonate replacements
* safe_strncpy
* safe_strncat
* Replace string functions
* gbo.ini: Update tweakwcs to 0.9.0
* generic.ini: Update tweakwcs to 0.9.0</pre>
</div>
</content>
</entry>
<entry>
<title>Replace escape sequence '\e' with '\x1b' (portable)</title>
<updated>2026-05-12T16:38:00+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9e4a3f4471cfc50d778b50d6999cd957bff62ec0'/>
<id>9e4a3f4471cfc50d778b50d6999cd957bff62ec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace __FUNCTION__ with __func__ (portable)</title>
<updated>2026-05-12T16:37:27+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=96bc699d269ff79bf31dad182f1a2b96226e8ce5'/>
<id>96bc699d269ff79bf31dad182f1a2b96226e8ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace void pointer with pointer to tplfunc_frame structure</title>
<updated>2026-05-12T16:36:50+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9b7a784099f11fa20312a118c74d08a2c25572fc'/>
<id>9b7a784099f11fa20312a118c74d08a2c25572fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant __FUNCTION__</title>
<updated>2026-05-12T16:32:44+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d89f776c1d55fa6ad41b5dcf870d03256a4f54a7'/>
<id>d89f776c1d55fa6ad41b5dcf870d03256a4f54a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Placate FORTIFY_SOURCE warning</title>
<updated>2026-05-12T16:02:38+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=0c23437108bc5c7c00104345f2a22bd9da607e20'/>
<id>0c23437108bc5c7c00104345f2a22bd9da607e20</id>
<content type='text'>
* The log_root in almost every circumstance will be able to handle the extra slash chracter. It complains because log_file and log_path are both sizeof PATH_MAX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The log_root in almost every circumstance will be able to handle the extra slash chracter. It complains because log_file and log_path are both sizeof PATH_MAX
</pre>
</div>
</content>
</entry>
<entry>
<title>Usable lines denote the number of entries</title>
<updated>2026-05-12T15:01:37+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T15:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=2dbf196d3147fd87e0539a45e01a98e4d719389f'/>
<id>2dbf196d3147fd87e0539a45e01a98e4d719389f</id>
<content type='text'>
* reduce complexity
* 'x' should not overflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reduce complexity
* 'x' should not overflow
</pre>
</div>
</content>
</entry>
<entry>
<title>One argument for error message string</title>
<updated>2026-05-12T14:53:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T14:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=77aedfe62eba8e2d3beca7a3ada7c29aa8d09e09'/>
<id>77aedfe62eba8e2d3beca7a3ada7c29aa8d09e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
