<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowlib.git, branch 0.5.1</title>
<subtitle>Support library for manipulating Web protocols.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/'/>
<entry>
<title>Updated cowlib to 0.5.1</title>
<updated>2014-02-19T17:59:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-19T17:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=0d4ece08a7cce90a07cf33d4edad29bc324c7d90'/>
<id>0d4ece08a7cce90a07cf33d4edad29bc324c7d90</id>
<content type='text'>
Fix multipart body reading. Thanks to Ali Sabil for the many tests
and reports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix multipart body reading. Thanks to Ali Sabil for the many tests
and reports.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs in cow_multipart:parse_body/2 when a partial was found at the end</title>
<updated>2014-02-19T17:56:50+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-19T17:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=943d80e7ec4eaf57a8a47b60d357ec35cb336d8a'/>
<id>943d80e7ec4eaf57a8a47b60d357ec35cb336d8a</id>
<content type='text'>
There was three bugs: lack of a scope argument in binary:match (I swear
I had it in a previous version, whoops!); a misinterpretation of
the returned position when the scope is used (so yeah it wouldn't
have worked either way); \r\n being incorrectly removed when
we got a partial, despite not knowing whether it was a boundary.

Added a series of different tests to ensure that it all works as intended.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was three bugs: lack of a scope argument in binary:match (I swear
I had it in a previous version, whoops!); a misinterpretation of
the returned position when the scope is used (so yeah it wouldn't
have worked either way); \r\n being incorrectly removed when
we got a partial, despite not knowing whether it was a boundary.

Added a series of different tests to ensure that it all works as intended.
</pre>
</div>
</content>
</entry>
<entry>
<title>More copyright years</title>
<updated>2014-02-06T18:52:26+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-06T18:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=5bc352df0cb2010b697179d8a25d2282db03c1e3'/>
<id>5bc352df0cb2010b697179d8a25d2282db03c1e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2014-02-05T15:31:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-05T15:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=2e0fc55f71bfeb543fd2218abed85890ff1e3e82'/>
<id>2e0fc55f71bfeb543fd2218abed85890ff1e3e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cowlib to 0.5.0</title>
<updated>2014-02-05T15:27:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-05T15:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=8888471abde8a89245a4a1400841c986b135d488'/>
<id>8888471abde8a89245a4a1400841c986b135d488</id>
<content type='text'>
Added support for multipart building and parsing.
Added an include file for doing inline lowercase of binary strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for multipart building and parsing.
Added an include file for doing inline lowercase of binary strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test cowlib on all releases since R15B, plus maint and master</title>
<updated>2014-02-05T15:26:56+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-05T15:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=aa504a1956d65bca0ab2077636ef36e9c0348c2c'/>
<id>aa504a1956d65bca0ab2077636ef36e9c0348c2c</id>
<content type='text'>
It passes on everything!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It passes on everything!
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the inline macro for cow_http:parse_fullhost</title>
<updated>2014-02-05T15:17:55+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-05T15:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=5d292f2cd55223ff3bbea7c221f22bc9eb24a0ae'/>
<id>5d292f2cd55223ff3bbea7c221f22bc9eb24a0ae</id>
<content type='text'>
Tidying the code a little.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tidying the code a little.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the cow_multipart module for multipart message parsing and building</title>
<updated>2014-02-05T12:19:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-02-05T12:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=521d7ed582d9b948031896c597170ef101d9f8b0'/>
<id>521d7ed582d9b948031896c597170ef101d9f8b0</id>
<content type='text'>
This is a new implementation that has been measured to be up
to 33% faster than the implementation that was in Cowboy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a new implementation that has been measured to be up
to 33% faster than the implementation that was in Cowboy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update erlang.mk</title>
<updated>2013-12-02T11:20:50+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-12-02T11:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=799e6e9b8faebe825b70299521b2e3465fc47c89'/>
<id>799e6e9b8faebe825b70299521b2e3465fc47c89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cowlib to 0.4.0</title>
<updated>2013-11-08T14:56:01+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-11-08T14:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=63298e8e160031a70efff86a1acde7e7db1fcda6'/>
<id>63298e8e160031a70efff86a1acde7e7db1fcda6</id>
<content type='text'>
Add support for query strings, optimize cookie date building.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for query strings, optimize cookie date building.
</pre>
</div>
</content>
</entry>
</feed>
