<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git/test, branch 2.2.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>Remove copyright years from all files except LICENSE</title>
<updated>2025-02-14T11:35:34+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-14T11:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=83fe0e0ef0cb2aaebce46500f3de399e21f5ce1f'/>
<id>83fe0e0ef0cb2aaebce46500f3de399e21f5ce1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DTLS</title>
<updated>2025-01-23T12:24:03+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-01-23T12:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=536aa68ce51354de775f875dd49109ae6fa3a9cb'/>
<id>536aa68ce51354de775f875dd49109ae6fa3a9cb</id>
<content type='text'>
Options invalid for DTLS were given to ssl. Now they are only
given for TLS.

The {packet,raw} option is no longer set because the default
for TLS is the equivalent {packet,0} and DTLS doesn't accept it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Options invalid for DTLS were given to ssl. Now they are only
given for TLS.

The {packet,raw} option is no longer set because the default
for TLS is the equivalent {packet,0} and DTLS doesn't accept it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional callback ranch_transport:format_error/1</title>
<updated>2025-01-23T11:36:43+00:00</updated>
<author>
<name>Jan Uhlig</name>
<email>juhlig@hnc-agency.org</email>
</author>
<published>2024-11-21T09:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=38100182914ca3ec84afbdf32ca84b8b78c40973'/>
<id>38100182914ca3ec84afbdf32ca84b8b78c40973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add backwards compatibility note to tests</title>
<updated>2024-11-12T13:56:59+00:00</updated>
<author>
<name>Jan Uhlig</name>
<email>juhlig@hnc-agency.org</email>
</author>
<published>2024-11-11T08:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=0c7d35042f198287b867743f85765b6adb18361b'/>
<id>0c7d35042f198287b867743f85765b6adb18361b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix alarm setting typo</title>
<updated>2024-11-12T13:56:59+00:00</updated>
<author>
<name>Jan Uhlig</name>
<email>juhlig@hnc-agency.org</email>
</author>
<published>2024-10-02T10:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=53a8db10195f9aae640b238fa3d571bf0136a55a'/>
<id>53a8db10195f9aae640b238fa3d571bf0136a55a</id>
<content type='text'>
The setting `threshold` was misspelled as `treshold`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The setting `threshold` was misspelled as `treshold`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test for extended handshake error reason</title>
<updated>2024-11-12T13:56:28+00:00</updated>
<author>
<name>Jan Uhlig</name>
<email>juhlig@hnc-agency.org</email>
</author>
<published>2024-11-07T07:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=e5649ba630c5be25a0c9c9f20c78f8f9f72e363e'/>
<id>e5649ba630c5be25a0c9c9f20c78f8f9f72e363e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix halfway-stopping of listeners</title>
<updated>2024-11-12T13:48:23+00:00</updated>
<author>
<name>Jan Uhlig</name>
<email>juhlig@hnc-agency.org</email>
</author>
<published>2024-06-25T08:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=db2fff96c60e740fc6ac6a505f1c6fb69af64645'/>
<id>db2fff96c60e740fc6ac6a505f1c6fb69af64645</id>
<content type='text'>
* if the process calling ranch:stop_listener crashes before finishing,
  the stopping procedure is still executed completely
* if a listener is terminated but not deleted, calling ranch:stop_listener
  removes the remnant
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* if the process calling ranch:stop_listener crashes before finishing,
  the stopping procedure is still executed completely
* if a listener is terminated but not deleted, calling ranch:stop_listener
  removes the remnant
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade test suite: always fetch all tags</title>
<updated>2023-12-04T14:53:09+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2023-12-04T14:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=be7a7f46394443ed140ccdb1e9d0c0811ad64aa5'/>
<id>be7a7f46394443ed140ccdb1e9d0c0811ad64aa5</id>
<content type='text'>
On some CI/dev environments we don't have the full repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some CI/dev environments we don't have the full repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ssl tests for OTP-26.1+</title>
<updated>2023-12-04T14:06:18+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2023-12-04T14:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=b7d4b575830a5668ea647d58827a84880db1806d'/>
<id>b7d4b575830a5668ea647d58827a84880db1806d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ssl tests for OTP-26+</title>
<updated>2023-04-12T08:55:08+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2023-04-12T08:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=e94363651aed4867c3779a72a234d4df7b2d4a6a'/>
<id>e94363651aed4867c3779a72a234d4df7b2d4a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
