<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/slcl/cftw.c, branch search</title>
<subtitle>Small and lightweight cloud storage written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/slcl/atom?h=search</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/slcl/atom?h=search'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/'/>
<updated>2023-06-05T23:55:05+00:00</updated>
<entry>
<title>WIP search</title>
<updated>2023-06-05T23:55:05+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-05-28T10:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=2648076370b06752a3c3fe70dc47868b66ced7fa'/>
<id>urn:sha1:2648076370b06752a3c3fe70dc47868b66ced7fa</id>
<content type='text'>
wildcard_cmp: Allow case-insensitive searches
</content>
</entry>
<entry>
<title>cftw.c: Add missing portability definition</title>
<updated>2023-05-28T10:07:38+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-05-28T09:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=95a0adfe7804e774b9e60bc528e32ff002127cb9'/>
<id>urn:sha1:95a0adfe7804e774b9e60bc528e32ff002127cb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cftw.c: Add missing call to closedir(2)</title>
<updated>2023-03-07T11:36:27+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-03-07T11:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=f33e1c90535c9abae0d7c3e29cdb29ba94fb96cd'/>
<id>urn:sha1:f33e1c90535c9abae0d7c3e29cdb29ba94fb96cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add cftw</title>
<updated>2023-03-06T04:06:30+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-03-06T04:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=804b8841f3fe59f7058c91fa25c1694f4433642a'/>
<id>urn:sha1:804b8841f3fe59f7058c91fa25c1694f4433642a</id>
<content type='text'>
POSIX functions ftw(3) and nftw(3) do not allow passing an opaque
pointer to the callback they call, so it forces the use of statically
allocated data.

ctfw (from "custom ftw") is a custom implementation that solves this,
while also removing unneeded stuff.

This function will be used by future commits.
</content>
</entry>
</feed>
