<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git/src, branch 1.4.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 Copyright to 2017</title>
<updated>2017-06-07T13:08:19+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-06-07T13:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=55c2a9d623454f372a15e99721a37093d8773b48'/>
<id>55c2a9d623454f372a15e99721a37093d8773b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecated ranch:start_listener/6 and child_spec/6</title>
<updated>2017-05-31T12:11:38+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-05-31T12:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=2730f7188738cc7b1100e50bcc8567d33ecb3934'/>
<id>2730f7188738cc7b1100e50bcc8567d33ecb3934</id>
<content type='text'>
The NumAcceptors argument has been moved to transport option
num_acceptor, which defaults to 10. The functions now take
one less argument. The old functions are still here, though
deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The NumAcceptors argument has been moved to transport option
num_acceptor, which defaults to 10. The functions now take
one less argument. The old functions are still here, though
deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Format eacces errors in a more readable way</title>
<updated>2017-01-31T13:36:36+00:00</updated>
<author>
<name>Michael Klishin</name>
<email>michael@clojurewerkz.org</email>
</author>
<published>2017-01-25T14:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=066a714c6923aa5497f9536ffe7f1d681dc32c96'/>
<id>066a714c6923aa5497f9536ffe7f1d681dc32c96</id>
<content type='text'>
Amended with small whitespace changes and removing an unused clause.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Amended with small whitespace changes and removing an unused clause.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ranch:info/0 and ranch:procs/2</title>
<updated>2016-11-24T19:30:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-24T19:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=9db28a09e8f7695f67297fff7f7144bac2061cc2'/>
<id>9db28a09e8f7695f67297fff7f7144bac2061cc2</id>
<content type='text'>
Provides detailed information about Ranch listeners
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides detailed information about Ranch listeners
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't attempt to start ssl anymore</title>
<updated>2016-11-24T18:25:50+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-24T18:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=94b3770ccfd810d4980fbedb74e4127cf0656fc2'/>
<id>94b3770ccfd810d4980fbedb74e4127cf0656fc2</id>
<content type='text'>
Ranch now depends on SSL. Users embedding listeners in
their supervision tree are expected to depend on SSL too
if they are using it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ranch now depends on SSL. Users embedding listeners in
their supervision tree are expected to depend on SSL too
if they are using it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2016-11-24T10:55:16+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-24T10:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=bfd3be14728975f4f9ce6ce48139513d7964f4e8'/>
<id>bfd3be14728975f4f9ce6ce48139513d7964f4e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix acceptors getting stuck because of socket errors</title>
<updated>2016-11-15T16:34:19+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-15T16:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=a17eb95355d73713cf7dff1e24c3cf26a57bd301'/>
<id>a17eb95355d73713cf7dff1e24c3cf26a57bd301</id>
<content type='text'>
We always get the acceptor to resume. The child process will
be killed, and the current code will ignore any EXIT message
when that happens because the pid isn't in the process dictionary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We always get the acceptor to resume. The child process will
be killed, and the current code will ignore any EXIT message
when that happens because the pid isn't in the process dictionary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Track removed connections</title>
<updated>2016-11-15T14:38:08+00:00</updated>
<author>
<name>James Fish</name>
<email>james@fishcakez.com</email>
</author>
<published>2014-11-18T20:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=6d60f69a2c28a282837fac715ec616e5d21fa4f7'/>
<id>6d60f69a2c28a282837fac715ec616e5d21fa4f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error reporting</title>
<updated>2016-11-15T13:46:54+00:00</updated>
<author>
<name>Alexey Lebedeff</name>
<email>alebedev@mirantis.com</email>
</author>
<published>2016-04-22T14:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=f33ff7cbacb204adae9d53ad15829f44c4140525'/>
<id>f33ff7cbacb204adae9d53ad15829f44c4140525</id>
<content type='text'>
Simplify some return values, improve error messages for
eaddrinuse and no_cert.

Amended to add tests and simpler code. Also hides the
contents of cert and key transport options, if any.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify some return values, improve error messages for
eaddrinuse and no_cert.

Amended to add tests and simpler code. Also hides the
contents of cert and key transport options, if any.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ssl to the list of dependencies</title>
<updated>2016-11-15T10:52:07+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-15T10:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=5c6cedf9926c3106f558113524f91a8539eef337'/>
<id>5c6cedf9926c3106f558113524f91a8539eef337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
