<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/erl_interface/src/connect, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-05-06T13:40:04+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-05-06T13:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0b2fdd2091d384078527b608e7d7c46ff7ea0412'/>
<id>0b2fdd2091d384078527b608e7d7c46ff7ea0412</id>
<content type='text'>
* maint:
  Increase max number of node name characters to 256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Increase max number of node name characters to 256
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase max number of node name characters to 256</title>
<updated>2019-04-30T15:29:20+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-04-30T14:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e05ce24868c8391103faea7de3f230fa8f2ce0a2'/>
<id>e05ce24868c8391103faea7de3f230fa8f2ce0a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Add bitstring and export fun support</title>
<updated>2019-04-17T17:09:12+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-03T19:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6465de7e3a5393a80ed0e2c63f012fd126de706f'/>
<id>6465de7e3a5393a80ed0e2c63f012fd126de706f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Remove old r9 pid and port compatibility</title>
<updated>2019-04-12T16:28:29+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-08T15:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=46aa940b9d771c4806aacaf065c2f637474e9815'/>
<id>46aa940b9d771c4806aacaf065c2f637474e9815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "erl_interface: Support 32-bit creation local cnode"</title>
<updated>2019-04-09T14:29:03+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-09T14:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f824686c3c519ab00582bb1f854fdfda5e4b1240'/>
<id>f824686c3c519ab00582bb1f854fdfda5e4b1240</id>
<content type='text'>
This reverts commit 6454221ad87d1cd8fc877b424db3c4a8e9835577.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6454221ad87d1cd8fc877b424db3c4a8e9835577.
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Support 32-bit creation local cnode</title>
<updated>2019-03-26T17:54:15+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-03-26T15:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6454221ad87d1cd8fc877b424db3c4a8e9835577'/>
<id>6454221ad87d1cd8fc877b424db3c4a8e9835577</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ei_init()</title>
<updated>2019-02-05T19:32:45+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-02-05T14:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dbeaca78bc6c0d4719a522e447fa59d7a1006ae0'/>
<id>dbeaca78bc6c0d4719a522e447fa59d7a1006ae0</id>
<content type='text'>
You previously had to initialize ei via erl_init() which
implied that you were forced to link against the erl_interface
even when not using it (besides initializing ei).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You previously had to initialize ei via erl_init() which
implied that you were forced to link against the erl_interface
even when not using it (besides initializing ei).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in ei_accept_tmo</title>
<updated>2019-02-04T16:31:14+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-01-29T15:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=50bf9f5d8403b9903ea63867611ac16ffec1c14c'/>
<id>50bf9f5d8403b9903ea63867611ac16ffec1c14c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build of erl_interface on BSD</title>
<updated>2019-01-29T15:56:48+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-01-28T13:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d443097778e22c51173aaa22b71303b05a89cf84'/>
<id>d443097778e22c51173aaa22b71303b05a89cf84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pluggable distribution socket implementation for EI</title>
<updated>2019-01-23T14:52:01+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-12-07T14:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eaeec753c035c2214be2930290a0a6de411566b0'/>
<id>eaeec753c035c2214be2930290a0a6de411566b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
