<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/lib/utils_tcp.h, 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>Add null result for matching function</title>
<updated>2025-03-13T11:31:19Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-13T11:31:19Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=17a733585e7a054d105dcec8f60070ec6f0fb51a'/>
<id>urn:sha1:17a733585e7a054d105dcec8f60070ec6f0fb51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: clang-format for headers too</title>
<updated>2024-10-31T00:31:59Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T00:31:59Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7d90b8200f709d125df19fa6aedf633c64b88ad4'/>
<id>urn:sha1:7d90b8200f709d125df19fa6aedf633c64b88ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: clang-format</title>
<updated>2024-10-17T15:57:50Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>lorenz.kaestle@netways.de</email>
</author>
<published>2024-10-17T15:57:50Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ee1ba3209993b72e90f5fe30a16ad951f1e2402d'/>
<id>urn:sha1:ee1ba3209993b72e90f5fe30a16ad951f1e2402d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_tcp: Properly deal will partial recv(3)s</title>
<updated>2013-09-12T19:37:20Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-12T19:37:20Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e8044713d41f5ef1d9ce814df4a079d8f92306b0'/>
<id>urn:sha1:e8044713d41f5ef1d9ce814df4a079d8f92306b0</id>
<content type='text'>
The np_expect_match() function now returns one of three possible states
instead of just TRUE or FALSE:

- NP_MATCH_SUCCESS
- NP_MATCH_FAILURE
- NP_MATCH_RETRY

The NP_MATCH_RETRY state indicates that matching might succeed if
np_expect_match() is called with a longer input string.  This allows
check_tcp to decide whether it makes sense to wait for additional data
from the server.
</content>
</entry>
<entry>
<title>Improve interface of np_expect_match() function</title>
<updated>2013-09-12T15:42:10Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-12T15:42:10Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=662997251d4fc43f4155784f9e7df827f193305e'/>
<id>urn:sha1:662997251d4fc43f4155784f9e7df827f193305e</id>
<content type='text'>
Replace the three boolean parameters of lib/utils_tcp.c's
np_expect_match() function with a single "flags" parameter.
</content>
</entry>
<entry>
<title>Nothing to see here...</title>
<updated>2007-11-09T18:24:48Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2007-11-09T18:24:48Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=29471dda5ae9e750809e7a25b93d6bf6a2913bc2'/>
<id>urn:sha1:29471dda5ae9e750809e7a25b93d6bf6a2913bc2</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1816 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Moved check_tcp's expect string testing into utils_tcp for testing purposes.</title>
<updated>2007-06-03T14:40:13Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@users.sourceforge.net</email>
</author>
<published>2007-06-03T14:40:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d059eeb2948f9d24d801f930e99e81fdf96d5c37'/>
<id>urn:sha1:d059eeb2948f9d24d801f930e99e81fdf96d5c37</id>
<content type='text'>
Added -A/--all flag to test for every expect string passed.


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
</feed>
