<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowlib.git/ebin, 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 cowlib.app</title>
<updated>2017-10-03T14:57:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-10-03T14:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=84de4521cb0be051b7c052cd0fb0e52e0d12c9fd'/>
<id>84de4521cb0be051b7c052cd0fb0e52e0d12c9fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version to 2.0.0-rc.1</title>
<updated>2017-07-12T14:22:23+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-07-12T14:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=4a4276abe18045a33bf1ce10a7c21be0e50ccc3f'/>
<id>4a4276abe18045a33bf1ce10a7c21be0e50ccc3f</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>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>
<entry>
<title>Add cow_sse module which implements parsing of SSE</title>
<updated>2017-04-27T12:44:56+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-04-27T12:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=15750e632d9886eb9bfc876ba03402464b8facb3'/>
<id>15750e632d9886eb9bfc876ba03402464b8facb3</id>
<content type='text'>
Building of events will be implemented at a later time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building of events will be implemented at a later time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CI; version to 2.0.0-pre.1</title>
<updated>2017-01-06T14:03:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-01-06T14:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=0e7abe0b24593f131add272c275406d8ed231805'/>
<id>0e7abe0b24593f131add272c275406d8ed231805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OTP-19.1.5 HiPE target for CI</title>
<updated>2016-11-02T20:29:39+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-02T20:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=3bc91d63d23b4a4531ec2dc43f59c4aae704cc58'/>
<id>3bc91d63d23b4a4531ec2dc43f59c4aae704cc58</id>
<content type='text'>
Experimental HiPE CI support in Erlang.mk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Experimental HiPE CI support in Erlang.mk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Erlang.mk</title>
<updated>2016-10-03T20:58:45+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-03T20:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b'/>
<id>7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b</id>
<content type='text'>
Includes some small maintenance tweaks to Makefile etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes some small maintenance tweaks to Makefile etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cow_uri:urlencode/1 and cow_uri:urldecode/1</title>
<updated>2016-06-06T13:23:53+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-06-06T13:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=618b72b81e969b256a7f3bc4b312ba8bac8c1276'/>
<id>618b72b81e969b256a7f3bc4b312ba8bac8c1276</id>
<content type='text'>
These are expected to be used on path components,
unlike cow_qs:url{en,de}code/1 which are for query strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are expected to be used on path components,
unlike cow_qs:url{en,de}code/1 which are for query strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update erlang.mk and start using CircleCI</title>
<updated>2015-08-26T16:25:45+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-08-26T16:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=2441ea400c68ddbe90bcca374be85dd0d4fa0d10'/>
<id>2441ea400c68ddbe90bcca374be85dd0d4fa0d10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
