<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/snmp/src/manager, 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>[snmp] Fixed agent|manager top supervisor stop</title>
<updated>2019-07-31T17:08:50+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-31T17:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f115892d729fd919b77f85855735398e90f801f0'/>
<id>f115892d729fd919b77f85855735398e90f801f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|manager] Stop the manager</title>
<updated>2019-07-23T14:17:07+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-23T14:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=103c1ea8ee98f0c6c3e7817e88f427bcceda122d'/>
<id>103c1ea8ee98f0c6c3e7817e88f427bcceda122d</id>
<content type='text'>
Make stopping the manager (the entire manager sup tree)
more easy. The function(s) for starting and stopping the
manager that exist in the snmpm module is (mostly) intended
for testing, making the stop function more "potent" is no
real problem (now any process not just the parent) can stop
the manager process tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make stopping the manager (the entire manager sup tree)
more easy. The function(s) for starting and stopping the
manager that exist in the snmpm module is (mostly) intended
for testing, making the stop function more "potent" is no
real problem (now any process not just the parent) can stop
the manager process tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp] Updated copyright end date</title>
<updated>2019-07-08T12:50:16+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-08T12:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a9bd3c189f87a1138ca780956d27398f9d5a5aec'/>
<id>a9bd3c189f87a1138ca780956d27398f9d5a5aec</id>
<content type='text'>
OTP-15932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-15932
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|manager] Dialyzer related changes</title>
<updated>2019-06-27T15:50:45+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-06-13T14:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=331a5f531326da2d0ac23a1fa40c8a51a749c464'/>
<id>331a5f531326da2d0ac23a1fa40c8a51a749c464</id>
<content type='text'>
Changes to satisfy dialyzer. Including changing the definition
of the snmpm_network_interface behaviour (use the '-callback'
attribute instead of an explicit behaviour_info/1 function).

OTP-15932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes to satisfy dialyzer. Including changing the definition
of the snmpm_network_interface behaviour (use the '-callback'
attribute instead of an explicit behaviour_info/1 function).

OTP-15932
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp] Replaced usage of random with rand</title>
<updated>2019-05-22T16:21:02+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-05-07T12:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3f490bea2e21871f534cdcd49d85314eb35f0164'/>
<id>3f490bea2e21871f534cdcd49d85314eb35f0164</id>
<content type='text'>
Use of the deprecated module random has been replaced
by the module rand.

OTP-15331
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use of the deprecated module random has been replaced
by the module rand.

OTP-15331
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp] Remove use of the deprecated get_stacktrace function</title>
<updated>2019-05-22T16:20:06+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-05-07T10:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6d955c8377f4df9c215424349050b38b8c7628b4'/>
<id>6d955c8377f4df9c215424349050b38b8c7628b4</id>
<content type='text'>
Removed the use of the deprecated erlang:stacktrace() function.
Instead make use of the 'catch Class:Error:Stacktrace' feature.

OTP-15332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the use of the deprecated erlang:stacktrace() function.
Instead make use of the 'catch Class:Error:Stacktrace' feature.

OTP-15332
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix speling error 'sndbuf' -&gt; 'recbuf'</title>
<updated>2017-10-13T14:42:54+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-10-13T14:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5a1131d8c73fa9f5bfb23e7bdf5f406ccd2a1b54'/>
<id>5a1131d8c73fa9f5bfb23e7bdf5f406ccd2a1b54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright-year</title>
<updated>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo 'asynchroneous' fix</title>
<updated>2015-05-28T15:20:12+00:00</updated>
<author>
<name>Kirilll Zaborsky</name>
<email>qrilka@gmail.com</email>
</author>
<published>2015-05-28T15:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=69dfa5599dc72db8addcad0f3b42a2b6716676ab'/>
<id>69dfa5599dc72db8addcad0f3b42a2b6716676ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
