<feed xmlns='http://www.w3.org/2005/Atom'>
<title>intarweb, branch 2.1.0</title>
<subtitle>Advanced HTTP library to make building HTTP clients and servers convenient.
</subtitle>
<id>https://code.more-magic.net/intarweb/atom?h=2.1.0</id>
<link rel='self' href='https://code.more-magic.net/intarweb/atom?h=2.1.0'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/'/>
<updated>2024-01-11T12:59:39Z</updated>
<entry>
<title>Corrected Range and Content-Range header handling</title>
<updated>2024-01-11T12:59:39Z</updated>
<author>
<name>Billy Brown</name>
<email>druidofluhn@gmail.com</email>
</author>
<published>2023-12-21T17:07:00Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=b9683af2da882d542208a15d67d8040bab8fa5c2'/>
<id>urn:sha1:b9683af2da882d542208a15d67d8040bab8fa5c2</id>
<content type='text'>
Corrected the handling of the Range request header and the Content-
Range response header. They now have separate parsers, to match the
standard, and the content-range unparser is now correctly named.

The Range header can be in one of three forms:
    Range: bytes=&lt;start&gt;-&lt;end&gt;
    Range: bytes=&lt;start&gt;-
    Range: bytes=-&lt;end&gt;

The Content-Range header can be in one of three forms:
    Content-Range: bytes &lt;start&gt;-&lt;end&gt;/&lt;size&gt;
    Content-Range: bytes &lt;start&gt;-&lt;end&gt;/*
    Content-Range: bytes */&lt;size&gt;

The unit tests were updated to reflect the changes.

Signed-off-by: Peter Bex &lt;peter@more-magic.net&gt;
</content>
</entry>
<entry>
<title>Add 2.0.3 release</title>
<updated>2023-09-07T11:04:21Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2023-09-07T11:04:21Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=b2632661807a99fc7c3e610e8bd1b04c68b869c5'/>
<id>urn:sha1:b2632661807a99fc7c3e610e8bd1b04c68b869c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use string-downcase instead of string-downcase! in http-name-&gt;symbol</title>
<updated>2023-09-07T11:01:42Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2023-09-07T11:01:42Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=28478e4336e2f1acb990bad48bf2790d04aeee2f'/>
<id>urn:sha1:28478e4336e2f1acb990bad48bf2790d04aeee2f</id>
<content type='text'>
Unlike the srfi-1 linear updating procedures with exclamation marks, in
srfi-13, the side-effecting operations do *not* necessarily return
the string.  They just mutate it in-place.

This fixes #1826, so that it will work with utf CHICKEN (upcoming C6).
</content>
</entry>
<entry>
<title>Publish 2.0.2</title>
<updated>2021-09-13T14:02:11Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2021-09-13T14:02:11Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=ba82b081176e2b651f255996e5b4846d2b32e87e'/>
<id>urn:sha1:ba82b081176e2b651f255996e5b4846d2b32e87e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Export rfc1123-time-&gt;string</title>
<updated>2021-09-13T13:59:35Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2021-09-13T13:58:56Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=163b5993de4f7d5624931f335a54ff6a59f12a38'/>
<id>urn:sha1:163b5993de4f7d5624931f335a54ff6a59f12a38</id>
<content type='text'>
This is a procedure that can be used by users of this egg which
need the string representation of the Date header (for signing
purposes, for example, like the S3 egg needs for the AWS signature)

The problem is that we don't really want to bake in "letlocale"
in all other programs, but contain this horrid complexity in intarweb.
</content>
</entry>
<entry>
<title>Release version 2.0.1</title>
<updated>2019-05-05T09:31:12Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-05-05T09:31:12Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=784a24430c617714076e46a495e4c97a2804042f'/>
<id>urn:sha1:784a24430c617714076e46a495e4c97a2804042f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests with CHICKEN 5.0.2</title>
<updated>2019-05-05T09:30:31Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-05-05T09:30:31Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=41d734f1c09581b16ae3bf97a67482d1ee37557c'/>
<id>urn:sha1:41d734f1c09581b16ae3bf97a67482d1ee37557c</id>
<content type='text'>
Keywords can't be (ab)used as identifier anymore, so we can't bind
expression: with let-syntax.  Instead, simply use the plain symbol.
</content>
</entry>
<entry>
<title>The intarweb tests don't actually use srfi-18; drop the dependency</title>
<updated>2018-09-23T09:13:11Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-23T09:13:11Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=dd01f37c43ba8df952cc0f5fd0176691ada1592b'/>
<id>urn:sha1:dd01f37c43ba8df952cc0f5fd0176691ada1592b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use -d0 to improve performance a tiny bit</title>
<updated>2018-08-12T14:44:40Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-08-12T14:44:40Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=a26b44f179769f8c35523dcbf90aa4bc279f6da3'/>
<id>urn:sha1:a26b44f179769f8c35523dcbf90aa4bc279f6da3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing release-info file</title>
<updated>2018-06-22T20:46:50Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-06-22T20:46:50Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/intarweb/commit/?id=ed35d630652a894ac040dbcbc70c17beef067d87'/>
<id>urn:sha1:ed35d630652a894ac040dbcbc70c17beef067d87</id>
<content type='text'>
</content>
</entry>
</feed>
