<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowlib.git/src, branch 2.0.0</title>
<subtitle>Support library for manipulating Web protocols.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/'/>
<entry>
<title>Update mimetypes</title>
<updated>2017-10-03T13:59:17+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-10-03T13:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=baaa5ceb19f45b4e7984bea671e1257d9c91ff3a'/>
<id>baaa5ceb19f45b4e7984bea671e1257d9c91ff3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new module cow_base64url</title>
<updated>2017-07-10T11:28:26+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-07-10T11:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=0eb0db3653bd89809acf528a0a3234c2c3cdde22'/>
<id>0eb0db3653bd89809acf528a0a3234c2c3cdde22</id>
<content type='text'>
It implements the algorithm found in RFC 7515 Appendix C
https://tools.ietf.org/html/rfc7515#appendix-C with an
option to switch between with/no padding variants.

Relace the cow_multipart:boundary function to use this
and fix issues with agents which do not support slashes
in the boundary characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It implements the algorithm found in RFC 7515 Appendix C
https://tools.ietf.org/html/rfc7515#appendix-C with an
option to switch between with/no padding variants.

Relace the cow_multipart:boundary function to use this
and fix issues with agents which do not support slashes
in the boundary characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from Triq to Proper</title>
<updated>2017-07-10T10:58:12+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-07-10T10:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=2cf430f404771255feead27873e48542829ea185'/>
<id>2cf430f404771255feead27873e48542829ea185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip extra spaces and TE chunk extensions</title>
<updated>2017-07-03T16:42:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-07-03T16:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=93d68bcccc118ef1b72622efc95f9fde5252c3ff'/>
<id>93d68bcccc118ef1b72622efc95f9fde5252c3ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing of event spanning multiple parse calls</title>
<updated>2017-06-16T14:13:19+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-06-16T14:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=21bb4295eb380fd38123a1983559fe6c7d59fa27'/>
<id>21bb4295eb380fd38123a1983559fe6c7d59fa27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept headers as map in cow_multipart:form_data/1</title>
<updated>2017-06-08T13:29:53+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-06-08T13:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=a636afd8ccb8258fbf24f7ae1d44d174b66cc95b'/>
<id>a636afd8ccb8258fbf24f7ae1d44d174b66cc95b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cow_multipart:from_data/1 doesn't return transfer-encoding anymore</title>
<updated>2017-06-08T13:08:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-06-08T13:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=0d8fd6c7e22ad1744f9626fb90b015bf22224a9c'/>
<id>0d8fd6c7e22ad1744f9626fb90b015bf22224a9c</id>
<content type='text'>
That header is deprecated in the context of HTTP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That header is deprecated in the context of HTTP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Crash cookie parsing with badarg on error</title>
<updated>2017-06-08T10:23:27+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-06-08T10:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=1df21130122cc42f593f34a3984734f6f9ad5095'/>
<id>1df21130122cc42f593f34a3984734f6f9ad5095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add building of PRIORITY frame</title>
<updated>2017-05-23T12:40:16+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-05-23T12:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=20f1ec02b0b1b4727b2c6e96a3b04e4785ff3228'/>
<id>20f1ec02b0b1b4727b2c6e96a3b04e4785ff3228</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functions for creating WINDOW_UPDATE h2 frames</title>
<updated>2017-05-19T14:42:37+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-05-19T14:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=0d5b36e1ba765c4aef84449e76c8ab8061074f96'/>
<id>0d5b36e1ba765c4aef84449e76c8ab8061074f96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
