<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/libweb, branch v0.1.0-rc3</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-rc3</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/libweb/atom?h=v0.1.0-rc3'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/'/>
<updated>2023-10-10T22:07:13+00:00</updated>
<entry>
<title>Rename project from slweb to libweb</title>
<updated>2023-10-10T22:07:13+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-10T21:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=0222b75e8554796548e079aa3393c512ae30ac24'/>
<id>urn:sha1:0222b75e8554796548e079aa3393c512ae30ac24</id>
<content type='text'>
It was found out there was another project of the same name around
(https://git.sr.ht/~strahinja/slweb/), also related to website
generation.

In order to avoid confusion, a new name has been chosen for this
project. Surprisingly, libweb was not in use by any distributions
(according to https://repology.org and AUR index), and it should
reflect well the intention behind this project i.e., being a library
to build web-related stuff.
</content>
</entry>
<entry>
<title>server.c: Replace sequential calls with loop</title>
<updated>2023-10-10T21:16:11+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-10T21:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=832e198f8c77970b5b923eb18201ba83d9c72b80'/>
<id>urn:sha1:832e198f8c77970b5b923eb18201ba83d9c72b80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http: Support HEAD</title>
<updated>2023-10-10T21:15:26+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-02T21:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=07e0063870725506447a0ad29a6b92bb8c8c4e0b'/>
<id>urn:sha1:07e0063870725506447a0ad29a6b92bb8c8c4e0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump dynstr</title>
<updated>2023-10-02T13:12:20+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-02T13:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=b43adf9a005f93550167c36a33c183ebedd1362d'/>
<id>urn:sha1:b43adf9a005f93550167c36a33c183ebedd1362d</id>
<content type='text'>
dynstr got its v0.1.0-rc1 release, and this commit introduces a fix:

commit 0e779caae658f118d535e9f0a74f0012eefca9a0
Author: Xavier Del Campo Romero &lt;xavi.dcr@tutanota.com&gt;
Date:   Mon Oct 2 14:38:53 2023 +0200

    CMakeLists.txt: add cmake_minimum_required

    This command is mandatory for all CMake projects. 3.0 was chosen since
    dynstr does not require any newer CMake features.
</content>
</entry>
<entry>
<title>Install man pages</title>
<updated>2023-09-27T19:55:58+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T21:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=a89d0e4ae33561667aee540bd45b5985966562be'/>
<id>urn:sha1:a89d0e4ae33561667aee540bd45b5985966562be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add man pages</title>
<updated>2023-09-27T19:55:58+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T23:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=adb0973bb355b9f7eb27d9842116e43c7f77d261'/>
<id>urn:sha1:adb0973bb355b9f7eb27d9842116e43c7f77d261</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http.h: Remove stale comment</title>
<updated>2023-09-27T19:55:58+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T23:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=0d54bbf08674174c1e7b91ce39984c29b78cf0ba'/>
<id>urn:sha1:0d54bbf08674174c1e7b91ce39984c29b78cf0ba</id>
<content type='text'>
This shall be replaced with more meaningful man pages for all functions
in slweb.
</content>
</entry>
<entry>
<title>Add slweb.pc</title>
<updated>2023-09-27T19:55:48+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T22:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=5659eb6439e19732b90650fdd41092053e1b0498'/>
<id>urn:sha1:5659eb6439e19732b90650fdd41092053e1b0498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README.md: Add install instructions</title>
<updated>2023-09-27T19:55:48+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-27T19:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=6a72955270246168febed859116904e4c55fd699'/>
<id>urn:sha1:6a72955270246168febed859116904e4c55fd699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile, CMakeLists.txt: Add installation targets</title>
<updated>2023-09-26T23:05:04+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T21:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=93153289831a5e67f13488054410a20558719d41'/>
<id>urn:sha1:93153289831a5e67f13488054410a20558719d41</id>
<content type='text'>
</content>
</entry>
</feed>
