<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git/src, branch 0.6.2</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.6.2</title>
<updated>2013-03-06T19:05:22+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-03-06T19:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=809a12fdbe5ce355b06bcf197008e1b4e8ea9e21'/>
<id>809a12fdbe5ce355b06bcf197008e1b4e8ea9e21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add next_protocols_advertised option to ranch_ssl</title>
<updated>2013-03-06T19:03:21+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-03-06T19:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=65c8766ae7a863d015e725833d06d27a81c29274'/>
<id>65c8766ae7a863d015e725833d06d27a81c29274</id>
<content type='text'>
For TLS Next Protocol Negotiation support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For TLS Next Protocol Negotiation support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for fail_if_no_peer_cert SSL server option.</title>
<updated>2013-02-18T10:18:49+00:00</updated>
<author>
<name>0x00F6</name>
<email>0x00F6@gmail.com</email>
</author>
<published>2013-02-18T10:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=6d8208d07d2973565754679f8c8e907413f56335'/>
<id>6d8208d07d2973565754679f8c8e907413f56335</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.6.1</title>
<updated>2013-01-17T18:30:09+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-01-17T18:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=d635aece25ae0d6489d2c3c074cfb6363d92fc61'/>
<id>d635aece25ae0d6489d2c3c074cfb6363d92fc61</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 'optimise-conn-count' of https://github.com/ferd/ranch</title>
<updated>2013-01-15T16:49:30+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-01-15T16:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=0a101a324da969e51395d21e2782095a433b2084'/>
<id>0a101a324da969e51395d21e2782095a433b2084</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore tracking of requests when MaxConn = infinity</title>
<updated>2013-01-15T16:45:50+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2013-01-11T15:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=662d94a531178af005f06b0bfb4a8660b0fa023f'/>
<id>662d94a531178af005f06b0bfb4a8660b0fa023f</id>
<content type='text'>
There is no need to contact the server and track requests unless being
asked to do so by the user. It's going to be faster and more efficient
to not track anything when being told tracking doesn't matter.

Whenever the max connections is set to infinity, the connections
counting key is not created, or is deleted if it existed already.
When using a numeric value, the connection count is created or
maintained if it existed already.

Moreover, trying to reduce a listener's counter while the max connection
number is set to `infinity` will return 0 and avoid all counting
operations as they are meaningless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to contact the server and track requests unless being
asked to do so by the user. It's going to be faster and more efficient
to not track anything when being told tracking doesn't matter.

Whenever the max connections is set to infinity, the connections
counting key is not created, or is deleted if it existed already.
When using a numeric value, the connection count is created or
maintained if it existed already.

Moreover, trying to reduce a listener's counter while the max connection
number is set to `infinity` will return 0 and avoid all counting
operations as they are meaningless.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow raw socket options for TCP and SSL</title>
<updated>2013-01-15T16:34:52+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2013-01-09T19:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=c7bf6d2e4d4ae559ffd1ca429cbe605f710e7f0c'/>
<id>c7bf6d2e4d4ae559ffd1ca429cbe605f710e7f0c</id>
<content type='text'>
This patch lets the user set and use raw socket options as described in
inet:setopts/2 documentation.

The raw options can be useful to use TCP features that are platform-
specific and not supported in inet in general, such as TCP_DEFER_ACCEPT
or TCP_LINGER2 in linux stacks, for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch lets the user set and use raw socket options as described in
inet:setopts/2 documentation.

The raw options can be useful to use TCP features that are platform-
specific and not supported in inet in general, such as TCP_DEFER_ACCEPT
or TCP_LINGER2 in linux stacks, for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version to 0.6.0</title>
<updated>2012-12-24T21:50:24+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-12-24T21:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=9fd9294a13375a56c42b4b77225bbe317ecf0b4d'/>
<id>9fd9294a13375a56c42b4b77225bbe317ecf0b4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve max_connections type</title>
<updated>2012-12-24T15:16:00+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-12-24T15:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=201a0cb5e421e24ffcce0d6315b2190d103bcb06'/>
<id>201a0cb5e421e24ffcce0d6315b2190d103bcb06</id>
<content type='text'>
It is non_neg_integer() | infinity. Introduce the type
`ranch:max_conns/0` for easier manipulation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is non_neg_integer() | infinity. Introduce the type
`ranch:max_conns/0` for easier manipulation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ranch:set_max_connections/2 and get_max_connections/1</title>
<updated>2012-12-24T15:09:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-12-24T15:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=9993923c40b96ab07752ec36692dc09c4c7648e9'/>
<id>9993923c40b96ab07752ec36692dc09c4c7648e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
