<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/popen.c, branch 3.0.0-rc3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2025-09-15T10:59:37Z</updated>
<entry>
<title>Run clang-format again</title>
<updated>2025-09-15T10:59:37Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-09-15T10:59:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=802e46f8ea36c344f112d7e1dd8d64d17a4cc939'/>
<id>urn:sha1:802e46f8ea36c344f112d7e1dd8d64d17a4cc939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement new output functionality</title>
<updated>2025-02-18T20:58:34Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-02-18T20:58:34Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0645c9fc2c7f801ba3c7d68a17c137a63ada299f'/>
<id>urn:sha1:0645c9fc2c7f801ba3c7d68a17c137a63ada299f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>popen.c: style + linter fixes</title>
<updated>2024-10-31T13:27:16Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T13:27:16Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fc90673afcdc6e4107161391d9ad62d40d4b558f'/>
<id>urn:sha1:fc90673afcdc6e4107161391d9ad62d40d4b558f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>popen.c: update copyright</title>
<updated>2024-10-31T13:23:05Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T13:23:05Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=baa2208a1daa3bf12c6bd7f9bc3646fcff36121f'/>
<id>urn:sha1:baa2208a1daa3bf12c6bd7f9bc3646fcff36121f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>popen.c: clang-format</title>
<updated>2024-10-31T13:22:25Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T13:22:25Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f0f767f8caf481ab575ed089b715c3963b0e6e12'/>
<id>urn:sha1:f0f767f8caf481ab575ed089b715c3963b0e6e12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change iritating NULL assignment</title>
<updated>2023-12-28T23:45:14Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2023-12-28T23:45:14Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c1c9abbfcafe8e55d86dfe13aed6874ad194d761'/>
<id>urn:sha1:c1c9abbfcafe8e55d86dfe13aed6874ad194d761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove check for RETSIGTYPE in autoconf stuff</title>
<updated>2023-09-23T10:31:33Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2023-09-23T10:31:33Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=513929d796af668e977ca7981800c259304a2f25'/>
<id>urn:sha1:513929d796af668e977ca7981800c259304a2f25</id>
<content type='text'>
autoupdate tells me, that since C89 I can safely assume RETSIGTYPE
is void.

Therefore to simplify things I removed the corresponding configure.ac
line and replaced all mentions of RETSIGTYPE with void.
</content>
</entry>
<entry>
<title>open_max is a library function now, it should be mp_open_max</title>
<updated>2023-09-23T08:33:06Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2023-09-23T08:33:06Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4295decfbf06adfa1bf019d28e9044971607b2d6'/>
<id>urn:sha1:4295decfbf06adfa1bf019d28e9044971607b2d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework maxfd/open_max to avoid unused variables</title>
<updated>2023-09-22T13:22:57Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2023-03-05T14:37:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7fd0e6f36d90a341e0d9b418f1cd64a3a5472a94'/>
<id>urn:sha1:7fd0e6f36d90a341e0d9b418f1cd64a3a5472a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a lot of typos reported by codespell</title>
<updated>2023-04-14T18:35:00Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2023-04-14T14:37:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0f3703e641f0f995a8abb40056cb5430b6c228c4'/>
<id>urn:sha1:0f3703e641f0f995a8abb40056cb5430b6c228c4</id>
<content type='text'>
</content>
</entry>
</feed>
