<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git/test, branch 1.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>Use fn/1,2 instead of fn/{1,2} everywhere</title>
<updated>2018-08-01T13:07:37+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-08-01T13:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=7e111201f621243101fe588ce7927757402586cb'/>
<id>7e111201f621243101fe588ce7927757402586cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a test failing in native mode</title>
<updated>2018-08-01T06:32:51+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-08-01T06:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=e8aaf4a6d52af5430d74dc28bf22f1e2014c15c1'/>
<id>e8aaf4a6d52af5430d74dc28bf22f1e2014c15c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a logger transport option</title>
<updated>2018-07-05T07:01:49+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-07-05T07:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=8759b87a29c1318075e277eb35930396e35b1a6d'/>
<id>8759b87a29c1318075e277eb35930396e35b1a6d</id>
<content type='text'>
I had to use the process dictionary to work around the current
interface for one log call. You have been warned.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had to use the process dictionary to work around the current
interface for one log call. You have been warned.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable TLS upgrades via ranch_ssl:handshake/3</title>
<updated>2018-07-04T10:33:30+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-07-04T10:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=a767abb47e6d9a0817d37413e1b5c1d338b362d8'/>
<id>a767abb47e6d9a0817d37413e1b5c1d338b362d8</id>
<content type='text'>
Based on the work done by @juhlig.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on the work done by @juhlig.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better distinguish between Ranch and socket options</title>
<updated>2018-07-04T08:57:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-07-04T08:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=b400e34386ec0dc3f290da6c4671d7d0621d2fe6'/>
<id>b400e34386ec0dc3f290da6c4671d7d0621d2fe6</id>
<content type='text'>
A map should now be used when specifying transport options
that contain more than just socket options. It is still
possible to pass a list of socket options directly as a
convenience.

The ack_timeout is renamed to handshake_timeout when
specified as a map. This corresponds to the new function
ranch:handshake/1,2 that will be favored in Ranch 2.0.

Specifying Ranch-specific options via the proplist will
no longer be possible starting from Ranch 2.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A map should now be used when specifying transport options
that contain more than just socket options. It is still
possible to pass a list of socket options directly as a
convenience.

The ack_timeout is renamed to handshake_timeout when
specified as a map. This corresponds to the new function
ranch:handshake/1,2 that will be favored in Ranch 2.0.

Specifying Ranch-specific options via the proplist will
no longer be possible starting from Ranch 2.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce Transport:handshake/1,2</title>
<updated>2018-07-02T07:02:00+00:00</updated>
<author>
<name>j.uhlig</name>
<email>j.uhlig@mailingwork.de</email>
</author>
<published>2018-06-26T15:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=5ada450fe10a5fc51b7f3f0900571a10547635a1'/>
<id>5ada450fe10a5fc51b7f3f0900571a10547635a1</id>
<content type='text'>
This commit deprecates Transport:accept_ack/1 in favor of
a new forward-compatible function. Transport:handshake/1,2
will use ssl:handshake/2,3 from Ranch 2.0 onward.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit deprecates Transport:accept_ack/1 in favor of
a new forward-compatible function. Transport:handshake/1,2
will use ssl:handshake/2,3 from Ranch 2.0 onward.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix intermittent test failure of misc_wait_for_connections</title>
<updated>2018-05-23T11:17:36+00:00</updated>
<author>
<name>j.uhlig</name>
<email>j.uhlig@mailingwork.de</email>
</author>
<published>2018-05-18T11:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=ca26ed23bab9fa2cbea11a48636addb096e91bb7'/>
<id>ca26ed23bab9fa2cbea11a48636addb096e91bb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a function to wait for number of connections</title>
<updated>2018-05-17T13:33:29+00:00</updated>
<author>
<name>j.uhlig</name>
<email>j.uhlig@mailingwork.de</email>
</author>
<published>2018-05-10T11:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=e381ccccdff196ded3624162bc106aff09885e60'/>
<id>e381ccccdff196ded3624162bc106aff09885e60</id>
<content type='text'>
LH: Reworked validation style and added a -dialyzer
attribute to acceptor_SUITE to silence expected errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LH: Reworked validation style and added a -dialyzer
attribute to acceptor_SUITE to silence expected errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nowarn_export_all to test suites</title>
<updated>2018-05-16T15:19:38+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-05-16T15:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=03219f30c9f46012148297aad718805a5dc27991'/>
<id>03219f30c9f46012148297aad718805a5dc27991</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure listener restart with changed TransOpts</title>
<updated>2018-05-16T15:16:56+00:00</updated>
<author>
<name>j.uhlig</name>
<email>j.uhlig@mailingwork.de</email>
</author>
<published>2018-05-04T14:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=963f53942f1106771e91a018ac9ad46e3bc6a777'/>
<id>963f53942f1106771e91a018ac9ad46e3bc6a777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
