<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/test, branch OTP-17.5.6.2</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 'raimo/infinite-loop-gethostbyname/OTP-12133' into maint</title>
<updated>2015-03-13T08:16:04+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-03-13T08:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c7df506f66f605948b5b45a305d68cfc430916d6'/>
<id>c7df506f66f605948b5b45a305d68cfc430916d6</id>
<content type='text'>
* raimo/infinite-loop-gethostbyname/OTP-12133:
  Restore lookup order after test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/infinite-loop-gethostbyname/OTP-12133:
  Restore lookup order after test
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore lookup order after test</title>
<updated>2015-03-09T10:29:23+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-03-09T10:29:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8ea256d59afe60a8dab437e763af7df5204df9cc'/>
<id>8ea256d59afe60a8dab437e763af7df5204df9cc</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 'raimo/inet_tcp_dist-priority-option/OTP-12476' into maint</title>
<updated>2015-03-02T14:05:45+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-03-02T14:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=14ddc5594d74979a15a256a41fba5f1297aeaa1a'/>
<id>14ddc5594d74979a15a256a41fba5f1297aeaa1a</id>
<content type='text'>
* raimo/inet_tcp_dist-priority-option/OTP-12476:
  Document kernel inet_dist_{listen,connect}_options
  Test kernel inet_dist_{listen,connect}_options
  Implement kernel inet_dist_{listen,connect}_options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/inet_tcp_dist-priority-option/OTP-12476:
  Document kernel inet_dist_{listen,connect}_options
  Test kernel inet_dist_{listen,connect}_options
  Implement kernel inet_dist_{listen,connect}_options
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/infinite-loop-gethostbyname/OTP-12133' into maint</title>
<updated>2015-02-20T11:16:12+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-02-20T11:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9741d1c9cdcce08ec7a0c5c91ab6e1af781ed745'/>
<id>9741d1c9cdcce08ec7a0c5c91ab6e1af781ed745</id>
<content type='text'>
* raimo/infinite-loop-gethostbyname/OTP-12133:
  Remove infinite loop in inet:gethostbyname_tm/4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/infinite-loop-gethostbyname/OTP-12133:
  Remove infinite loop in inet:gethostbyname_tm/4
</pre>
</div>
</content>
</entry>
<entry>
<title>Test kernel inet_dist_{listen,connect}_options</title>
<updated>2015-02-20T11:02:25+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-02-19T09:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b2bb5e67b8aa2979987ed721f79c18957499113'/>
<id>1b2bb5e67b8aa2979987ed721f79c18957499113</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove infinite loop in inet:gethostbyname_tm/4</title>
<updated>2015-02-18T09:11:53+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2015-02-18T09:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cb5e43872ee5521f75ff66560baccd5562ce93b1'/>
<id>cb5e43872ee5521f75ff66560baccd5562ce93b1</id>
<content type='text'>
An erroneous lookup option is needed to trigger the bug, and that can only
enter the system from a parsed file e.g .inetrc.

Pinpointed by Emil Holmström
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An erroneous lookup option is needed to trigger the bug, and that can only
enter the system from a parsed file e.g .inetrc.

Pinpointed by Emil Holmström
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'nox/standard_error/OTP-12424' into maint</title>
<updated>2015-01-23T13:54:17+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2015-01-23T13:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6c91a0a020ce22d422afa0c9900a7af7d442831c'/>
<id>6c91a0a020ce22d422afa0c9900a7af7d442831c</id>
<content type='text'>
* nox/standard_error/OTP-12424:
  Test standard_error
  Properly handle broken input in standard_error
  Fix io:getopts(standard_error)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nox/standard_error/OTP-12424:
  Test standard_error
  Properly handle broken input in standard_error
  Fix io:getopts(standard_error)
</pre>
</div>
</content>
</entry>
<entry>
<title>Test standard_error</title>
<updated>2015-01-20T10:06:21+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2014-12-15T11:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=51784834fb03854f01798150a0f92d2119255992'/>
<id>51784834fb03854f01798150a0f92d2119255992</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 'mikpe/fix-eacces-spelling' into maint</title>
<updated>2014-12-22T09:06:25+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2014-12-22T09:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e2a09281ec8d60cd47f86caa59d41d3cd945d8bc'/>
<id>e2a09281ec8d60cd47f86caa59d41d3cd945d8bc</id>
<content type='text'>
* mikpe/fix-eacces-spelling:
  fix eacces spelling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* mikpe/fix-eacces-spelling:
  fix eacces spelling
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/netns-opt-gen_udp/OTP-12314' into maint</title>
<updated>2014-12-03T10:00:15+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2014-12-03T10:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b5d8e067caad14b98a23c16bfcc19eb984d1703c'/>
<id>b5d8e067caad14b98a23c16bfcc19eb984d1703c</id>
<content type='text'>
* raimo/netns-opt-gen_udp/OTP-12314:
  Text netns option at socket open
  Fix handling netns option in gen_udp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/netns-opt-gen_udp/OTP-12314:
  Text netns option at socket open
  Fix handling netns option in gen_udp
</pre>
</div>
</content>
</entry>
</feed>
