<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git, branch 0.9.0</title>
<subtitle>Socket acceptor pool for TCP protocols.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/'/>
<entry>
<title>Update Ranch to 0.9.0</title>
<updated>2013-11-14T14:24:18+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-11-14T14:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=5df1f222f94e08abdcab7084f5e13027143cc222'/>
<id>5df1f222f94e08abdcab7084f5e13027143cc222</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flush any message acceptors may receive and log them</title>
<updated>2013-11-14T14:22:22+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-11-14T14:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=acd19f773b5fb572ed2e090e5a938ab6b0c1391d'/>
<id>acd19f773b5fb572ed2e090e5a938ab6b0c1391d</id>
<content type='text'>
Inspired by what supervisor does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inspired by what supervisor does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a socket leak with SSL when ssl_accept fails</title>
<updated>2013-11-14T14:19:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-11-14T14:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=4876f33eb0d6218d8e1983f74eca7ade06cd6c86'/>
<id>4876f33eb0d6218d8e1983f74eca7ade06cd6c86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hibernate_after' of git://github.com/talko/ranch</title>
<updated>2013-10-20T10:17:37+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-10-20T10:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=b6662a357a02f8cd99d35eecd4288b847707f777'/>
<id>b6662a357a02f8cd99d35eecd4288b847707f777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'broken-ecc-workaround-R16B02' of git://github.com/KlausTrainer/ranch</title>
<updated>2013-10-20T10:09:53+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-10-20T10:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=b64438110c31614543445d63124fd9299fe53b9f'/>
<id>b64438110c31614543445d63124fd9299fe53b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hibernate_after ssl option</title>
<updated>2013-09-23T17:43:25+00:00</updated>
<author>
<name>Ransom Richardson</name>
<email>ransomr@talko.com</email>
</author>
<published>2013-09-23T17:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=9f30ca5b4bf9707a3fbe47f5ac1cd183e99d9ac5'/>
<id>9f30ca5b4bf9707a3fbe47f5ac1cd183e99d9ac5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use previous ecc workaround for R16B02 as well</title>
<updated>2013-09-22T00:38:30+00:00</updated>
<author>
<name>Klaus Trainer</name>
<email>klaus_trainer@posteo.de</email>
</author>
<published>2013-09-22T00:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=eb83dc0cd8f9579083192adde7f6f921e18dfbf0'/>
<id>eb83dc0cd8f9579083192adde7f6f921e18dfbf0</id>
<content type='text'>
The implementation of elliptic-curve ciphers that has been introduced in
R16B01 is still incomplete (and broken).  This makes our previous
workaround (see c0c09a1311) work for R16B02 as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The implementation of elliptic-curve ciphers that has been introduced in
R16B01 is still incomplete (and broken).  This makes our previous
workaround (see c0c09a1311) work for R16B02 as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'no-shutdown-report' of git://github.com/fishcakez/ranch</title>
<updated>2013-08-31T08:05:43+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-08-31T08:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=f047b0990c4385eb6d5678b06fa2b404c66eb8b4'/>
<id>f047b0990c4385eb6d5678b06fa2b404c66eb8b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include protocol module in error report when connection fails</title>
<updated>2013-08-29T16:47:45+00:00</updated>
<author>
<name>James Fish</name>
<email>james@fishcakez.com</email>
</author>
<published>2013-08-29T16:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=ef10414e67761f3e45500d1d0190dc6dfe60c4eb'/>
<id>ef10414e67761f3e45500d1d0190dc6dfe60c4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't report error when protocol exits with reason shutdown</title>
<updated>2013-08-28T19:56:10+00:00</updated>
<author>
<name>James Fish</name>
<email>james@fishcakez.com</email>
</author>
<published>2013-08-28T19:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=767109b1c371448baf8ad01d77b71f4ea8c3f858'/>
<id>767109b1c371448baf8ad01d77b71f4ea8c3f858</id>
<content type='text'>
Exiting with reason `shutdown` or `{shutdown, term()}` is not an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exiting with reason `shutdown` or `{shutdown, term()}` is not an error.
</pre>
</div>
</content>
</entry>
</feed>
