<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/libweb/wildcard_cmp.h, branch parallel</title>
<subtitle>Small and lightweight web framework written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/libweb/atom?h=parallel</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/libweb/atom?h=parallel'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/'/>
<updated>2023-07-20T23:28:38+00:00</updated>
<entry>
<title>Move header files to subdirectory</title>
<updated>2023-07-20T23:28:38+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-07-20T21:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=8c3ba33ced08b211db0cd5f81675bdf62f55acc7'/>
<id>urn:sha1:8c3ba33ced08b211db0cd5f81675bdf62f55acc7</id>
<content type='text'>
Since slweb is meant as a library, it is advisable to keep public header
files under their own directory in order to avoid name clashing i.e.,

 #include "something.h"

Now becomes:

 #include "slweb/something.h"
</content>
</entry>
<entry>
<title>wildcard_cmp: Allow case-insensitive searches</title>
<updated>2023-07-20T21:52:55+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-06-05T23:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=35ced95c363640c3f8cd86b60330fb68338101b8'/>
<id>urn:sha1:35ced95c363640c3f8cd86b60330fb68338101b8</id>
<content type='text'>
The new search feature will require them.
</content>
</entry>
<entry>
<title>Split wildcard_cmp into its own component</title>
<updated>2023-07-20T21:52:55+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-06-05T23:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=0759122e4c7dd17af9f981040e44c747579478b6'/>
<id>urn:sha1:0759122e4c7dd17af9f981040e44c747579478b6</id>
<content type='text'>
Future commits will make use of this function outside handler.c.
</content>
</entry>
</feed>
