<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git/src, branch 1.1.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 1.1.0</title>
<updated>2014-11-06T15:06:48+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-11-06T15:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=741bfb73ca663394ecf7a73410506d66f01985a6'/>
<id>741bfb73ca663394ecf7a73410506d66f01985a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update erlang.mk</title>
<updated>2014-11-06T14:59:41+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-11-06T14:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=09b4bb201d48dacb61fbf6b16bae9b4291f20572'/>
<id>09b4bb201d48dacb61fbf6b16bae9b4291f20572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support ssl partial_chain feature</title>
<updated>2014-11-02T13:02:45+00:00</updated>
<author>
<name>Andre Graf</name>
<email>andre@dergraf.org</email>
</author>
<published>2014-10-21T09:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=17829e4c67d8ceb922629aa68fa6c974e9b1006d'/>
<id>17829e4c67d8ceb922629aa68fa6c974e9b1006d</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 'add_transport_secure' of git://github.com/matrixise/ranch</title>
<updated>2014-09-11T15:15:55+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-09-11T15:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=22e0f96a6ca9288dca338ffec53f15da06abd839'/>
<id>22e0f96a6ca9288dca338ffec53f15da06abd839</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 'ssl_closed' of git://github.com/yjh0502/ranch</title>
<updated>2014-09-11T14:57:38+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-09-11T14:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=21bc90184f3c904332f5e660f89d3a32bb4289e6'/>
<id>21bc90184f3c904332f5e660f89d3a32bb4289e6</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 on ssl {error, closed}</title>
<updated>2014-09-11T14:16:33+00:00</updated>
<author>
<name>Jihyun Yu</name>
<email>yjh0502@gmail.com</email>
</author>
<published>2014-08-22T04:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=b0dc8bf6a11de74dff629f04aa84b0e342085532'/>
<id>b0dc8bf6a11de74dff629f04aa84b0e342085532</id>
<content type='text'>
SSL socket might be closed on accept_ack, it happens quite often
and it is not a problem, so don't report error on the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SSL socket might be closed on accept_ack, it happens quite often
and it is not a problem, so don't report error on the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Transport:secure/0</title>
<updated>2014-09-02T16:30:04+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2014-09-02T16:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=9176df9eb5a10c3aaee0dd4bc424f9453c441c9d'/>
<id>9176df9eb5a10c3aaee0dd4bc424f9453c441c9d</id>
<content type='text'>
Currently Ranch checks if a connection is secure by checking if its name
is 'ssl'. This isn't a very modular solution, adding an API function
that returns whether a connection is secure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently Ranch checks if a connection is secure by checking if its name
is 'ssl'. This isn't a very modular solution, adding an API function
that returns whether a connection is secure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Ranch to 1.0.0</title>
<updated>2014-08-01T10:13:39+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-08-01T10:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=df6fb926dd109fd2a8a6ca4358fe1c8700b33edd'/>
<id>df6fb926dd109fd2a8a6ca4358fe1c8700b33edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Ranch to 0.10</title>
<updated>2014-06-10T08:43:37+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-06-10T08:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=3189ef2d47843945efc96c224963380462c33d40'/>
<id>3189ef2d47843945efc96c224963380462c33d40</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-06-10T08:41:16+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-06-10T08:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=a41098520a9507e322752ee2738da34c79dee703'/>
<id>a41098520a9507e322752ee2738da34c79dee703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
