<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/slcl/slweb, branch master</title>
<subtitle>Small and lightweight cloud storage written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/slcl/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/slcl/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/'/>
<updated>2023-10-10T22:08:40+00:00</updated>
<entry>
<title>Apply slweb renaming to libweb</title>
<updated>2023-10-10T22:08:40+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-10T21:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=28ae865e5ecad9b398ac21fa148fc4b93c987226'/>
<id>urn:sha1:28ae865e5ecad9b398ac21fa148fc4b93c987226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump slweb</title>
<updated>2023-10-02T13:15:19+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-02T13:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=e3177b549d5fb9c065d336cbb95301f48e29863a'/>
<id>urn:sha1:e3177b549d5fb9c065d336cbb95301f48e29863a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump slweb to v0.1.0-rc1</title>
<updated>2023-09-27T20:13:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-27T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=0cea9b44a6a2b4014208d13ae02c67241c68b376'/>
<id>urn:sha1:0cea9b44a6a2b4014208d13ae02c67241c68b376</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main.c: Remove string duplication in get_forms</title>
<updated>2023-09-09T00:34:26+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-09T00:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=e81d1f6312de85e5640277f5968263aa8cd393db'/>
<id>urn:sha1:e81d1f6312de85e5640277f5968263aa8cd393db</id>
<content type='text'>
slweb now assumes application/x-www-form-urlencoded-data as text, so it
now returns a null-terminated string on struct http_post member "data".
This removes the need for slcl to call strdup(3) in order to obtain a
null-terminated string.
</content>
</entry>
<entry>
<title>Check directory on uploads</title>
<updated>2023-09-08T22:50:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-08T22:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=fcef3b99b86312aaeb9e1cae88179abbfda90dff'/>
<id>urn:sha1:fcef3b99b86312aaeb9e1cae88179abbfda90dff</id>
<content type='text'>
For historical reasons, slweb used to check for a name called "dir" on
multipart/form-data POST requests. However, stricly speaking this is
application logic, so it has been now moved from slweb to slcl.

This has resulted in a couple of breaking changes in slweb that had to
be updated on slcl.
</content>
</entry>
<entry>
<title>Bump slweb</title>
<updated>2023-09-07T14:12:55+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-07T13:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=93b146a8a89b2e636fbea41a45864175982e42c1'/>
<id>urn:sha1:93b146a8a89b2e636fbea41a45864175982e42c1</id>
<content type='text'>
Last commits introduced several minor bugfixes and improvements.
</content>
</entry>
<entry>
<title>Bump slweb</title>
<updated>2023-08-07T22:38:52+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-08-07T22:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=a53781a29734ebe2b236288acda2a0774e588001'/>
<id>urn:sha1:a53781a29734ebe2b236288acda2a0774e588001</id>
<content type='text'>
d55b84f68b90fe5c2521724d0c22ebf22e62b0b4 introduces a bugfix:

Author: Xavier Del Campo Romero &lt;xavi.dcr@tutanota.com&gt;
Date:   Tue Aug 8 00:32:21 2023 +0200

    html.c: Fix wrong encoding for '&gt;' and '&lt;'
</content>
</entry>
<entry>
<title>Bump slweb</title>
<updated>2023-08-02T11:07:20+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-08-02T11:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=77ceb994cf6dfa0f1ad209a2d625dbaf783fcdb2'/>
<id>urn:sha1:77ceb994cf6dfa0f1ad209a2d625dbaf783fcdb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump slweb</title>
<updated>2023-08-01T00:25:30+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-08-01T00:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=08b2cfd2deec2586a09050bfada6e6ed031a7baf'/>
<id>urn:sha1:08b2cfd2deec2586a09050bfada6e6ed031a7baf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move slweb to new URL</title>
<updated>2023-07-27T23:40:44+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-07-27T23:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=9bcad04de6e04f10f673c2350db6f68bd94b79a1'/>
<id>urn:sha1:9bcad04de6e04f10f673c2350db6f68bd94b79a1</id>
<content type='text'>
</content>
</entry>
</feed>
