<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/libweb, branch v0.1.0</title>
<subtitle>Small and lightweight web framework written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/libweb/atom?h=v0.1.0</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/libweb/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/'/>
<updated>2023-10-25T20:07:11+00:00</updated>
<entry>
<title>Makefile: Replace -Og with -O1</title>
<updated>2023-10-25T20:07:11+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T19:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=dbdaac757fb9217e4b28afc05f1fe523f68d64d3'/>
<id>urn:sha1:dbdaac757fb9217e4b28afc05f1fe523f68d64d3</id>
<content type='text'>
Only the latter is defined by POSIX.1-2008. Even if there are still some
non-portable flags defined by CFLAGS, it is a good idea to reduce them.
</content>
</entry>
<entry>
<title>Bump dynstr to v0.1.0-rc4</title>
<updated>2023-10-25T20:07:07+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T19:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=662d6e1c144cbb691bc208f75781ba9fe365c2e5'/>
<id>urn:sha1:662d6e1c144cbb691bc208f75781ba9fe365c2e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adhere to GNU Make directory variables</title>
<updated>2023-10-25T19:57:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T19:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=3e004fa6a1686dd11a036fd202cd253fc8471b5b'/>
<id>urn:sha1:3e004fa6a1686dd11a036fd202cd253fc8471b5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Build libweb also as a shared library</title>
<updated>2023-10-25T19:57:10+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T13:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=aaa0ba27550e261de18b4ce6cae3743e89232279'/>
<id>urn:sha1:aaa0ba27550e261de18b4ce6cae3743e89232279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump dynstr to v0.1.0-rc3</title>
<updated>2023-10-25T12:10:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T12:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=f0464acecbb5ef92c436faf990f46fd7fcba126e'/>
<id>urn:sha1:f0464acecbb5ef92c436faf990f46fd7fcba126e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMakeLists.txt: set project VERSION</title>
<updated>2023-10-25T12:10:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T12:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=c74888906d8d7811f6c23a7a6ac0241f44e0d3ff'/>
<id>urn:sha1:c74888906d8d7811f6c23a7a6ac0241f44e0d3ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples: Fix wrong library name</title>
<updated>2023-10-25T12:10:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T12:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=c6083ca2234b7bd19df62a20eb2549385ffdb382'/>
<id>urn:sha1:c6083ca2234b7bd19df62a20eb2549385ffdb382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: Use in-tree dynstr if not available</title>
<updated>2023-10-15T23:22:12+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-15T22:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=280d400877c8c4c3d14a68f3ffe28b6d7a1b99bf'/>
<id>urn:sha1:280d400877c8c4c3d14a68f3ffe28b6d7a1b99bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump dynstr to v0.1.0-rc2</title>
<updated>2023-10-15T23:17:55+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-15T22:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=584de479cb87e3c63f00e6148aa4c623c3c4b0fd'/>
<id>urn:sha1:584de479cb87e3c63f00e6148aa4c623c3c4b0fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libweb.pc: Fix wrong -l flag</title>
<updated>2023-10-15T22:29:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-15T22:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=d9e91649222977591a9e5534e287e31e17c9bc81'/>
<id>urn:sha1:d9e91649222977591a9e5534e287e31e17c9bc81</id>
<content type='text'>
</content>
</entry>
</feed>
