<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/snmp/src, 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>Merge branch 'bmk/snmp/20190624/compile_time_info/OTP-15330' into maint</title>
<updated>2019-07-08T12:59:54+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-08T12:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0199fc732374d0aab3b30a7153f62b03b3b39680'/>
<id>0199fc732374d0aab3b30a7153f62b03b3b39680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp] Compile time no longer available</title>
<updated>2019-07-08T12:56:41+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-06-24T12:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b58478b9d3e2433ebb20d9af362f174333631bec'/>
<id>b58478b9d3e2433ebb20d9af362f174333631bec</id>
<content type='text'>
The function 'snmp:print_version_info/0' which prints
various (version) info, attempted to extract the
"compile time" of each module in the snmp app.
This info used to be availabe in the module_info of
each module, but has been removed (a "long" time ago).
This resulted in a pointless "Not Found" beeing printed.
This has now been removed from the into printed.

OTP-15330
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function 'snmp:print_version_info/0' which prints
various (version) info, attempted to extract the
"compile time" of each module in the snmp app.
This info used to be availabe in the module_info of
each module, but has been removed (a "long" time ago).
This resulted in a pointless "Not Found" beeing printed.
This has now been removed from the into printed.

OTP-15330
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bmk/snmp/20190627/dialyzer/OTP-15932' into maint</title>
<updated>2019-07-08T12:51:57+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-08T12:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c8854dd4ecfde41e89907620628138786e953229'/>
<id>c8854dd4ecfde41e89907620628138786e953229</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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|agent] Add disable flags to quiet dialyzer</title>
<updated>2019-06-27T15:51:14+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-06-14T17:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=015f39e37aebe8c389ab32f4137c0f52a5061683'/>
<id>015f39e37aebe8c389ab32f4137c0f52a5061683</id>
<content type='text'>
Warning for some functions "for no reason" (obviously
there is a reason, but I have to dig deeeep to find it).
Also warnings for stuff there is no way to type today
(for instance, improper lists).

OTP-15932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warning for some functions "for no reason" (obviously
there is a reason, but I have to dig deeeep to find it).
Also warnings for stuff there is no way to type today
(for instance, improper lists).

OTP-15932
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|agent] Dialyzer related changes</title>
<updated>2019-06-27T15:50:57+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-06-14T09:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=04b795f59e678e550fb8c7650952c5ded1096cef'/>
<id>04b795f59e678e550fb8c7650952c5ded1096cef</id>
<content type='text'>
Changes to satisfy dialyzer. Including changing the definition
of some of the behaviours (use the '-callback' attribute instead
of an explicit behaviour_info/1 function).

Also found and corrected some (apparently minor) bugs.

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

Also found and corrected some (apparently minor) bugs.

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] Dialyzer fixes</title>
<updated>2019-06-27T15:50:41+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-06-12T07:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2b285f1dddc89ac2b4194c16bdb3cc92a89c9976'/>
<id>2b285f1dddc89ac2b4194c16bdb3cc92a89c9976</id>
<content type='text'>
Make target (for running dialyzer on snmp), os usage
and a minor snmp_log ("future proofing").

OTP-15932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make target (for running dialyzer on snmp), os usage
and a minor snmp_log ("future proofing").

OTP-15932
</pre>
</div>
</content>
</entry>
</feed>
