<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git/doc/src, branch 1.8.x</title>
<subtitle>Socket acceptor pool for TCP protocols.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/'/>
<entry>
<title>Ranch 1.8.1</title>
<updated>2025-02-14T10:42:44+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-14T10:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=10b51304b26062e0dbfd5e74824324e9a911e269'/>
<id>10b51304b26062e0dbfd5e74824324e9a911e269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ranch 1.8.0</title>
<updated>2021-04-23T17:56:17+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2021-04-23T17:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=a692f44567034dacf5efcaa24a24183788594eb7'/>
<id>a692f44567034dacf5efcaa24a24183788594eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ranch 1.7.1</title>
<updated>2018-11-28T10:35:20+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-28T10:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=3190aef88aea04d6dce8545fe9b4574288903f44'/>
<id>3190aef88aea04d6dce8545fe9b4574288903f44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the correct CRC32 algorithm for the PROXY header</title>
<updated>2018-11-26T10:52:27+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-26T10:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=0d9ad0a8445e7ba6e8bf9591257fa4457dda8321'/>
<id>0d9ad0a8445e7ba6e8bf9591257fa4457dda8321</id>
<content type='text'>
Turns out it wasn't the plain CRC32 algorithm that should have
been used, whoops!

The implementation was adapted from pseudo code from
Thomas Cioppettini.

I've renamed the PROXY header building option value for
checksum from crc32 to crc32c and updated the documentation.
There is no support for plain crc32 checksums.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out it wasn't the plain CRC32 algorithm that should have
been used, whoops!

The implementation was adapted from pseudo code from
Thomas Cioppettini.

I've renamed the PROXY header building option value for
checksum from crc32 to crc32c and updated the documentation.
There is no support for plain crc32 checksums.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the migration guide for 1.7</title>
<updated>2018-11-14T10:53:27+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T10:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=7423a7bb6dde5edc26283544956ae7387fa69688'/>
<id>7423a7bb6dde5edc26283544956ae7387fa69688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the PROXY-related functions; prepare 1.7.0</title>
<updated>2018-11-14T09:55:23+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T09:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=2f502078fd0f56e3e61e58f1d57ae15f9f736ffe'/>
<id>2f502078fd0f56e3e61e58f1d57ae15f9f736ffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct a typo in a manual page title</title>
<updated>2018-10-10T14:30:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-10-10T14:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=8652000c0c40feee8f664b58ccb5cdfa60441a5f'/>
<id>8652000c0c40feee8f664b58ccb5cdfa60441a5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Erlang/OTP 18</title>
<updated>2018-10-08T14:33:56+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-10-08T14:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=ea5a15ce4c85d134f792dbb7ec34b93982661802'/>
<id>ea5a15ce4c85d134f792dbb7ec34b93982661802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ranch 1.6.2</title>
<updated>2018-09-17T11:56:12+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-09-17T11:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=9b8ed47d789412b0021bfc1f94f1c17c387c721c'/>
<id>9b8ed47d789412b0021bfc1f94f1c17c387c721c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ranch 1.6.1</title>
<updated>2018-08-13T12:19:00+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-08-13T12:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=cbe24f6fb9833474b22a06fc22cb1a8f168f7fbc'/>
<id>cbe24f6fb9833474b22a06fc22cb1a8f168f7fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
