<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/lib/tests/test_tcp.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-15T12:06:55Z</updated>
<entry>
<title>general refactorin in lib, more local variables, real booleans</title>
<updated>2025-09-15T12:06:55Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-09-15T12:06:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f855c5b5bbbc6d5436741fd8108be64825a3c76b'/>
<id>urn:sha1:f855c5b5bbbc6d5436741fd8108be64825a3c76b</id>
<content type='text'>
</content>
</entry>
<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>lib: clang-format</title>
<updated>2024-10-31T00:30:50Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T00:30:50Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=880e57271d66b34240b58bdbeaf9d53a08958eb2'/>
<id>urn:sha1:880e57271d66b34240b58bdbeaf9d53a08958eb2</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>Whitespace fixes in lib</title>
<updated>2023-10-15T16:17:36Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2023-10-15T16:17:36Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4b9d90f31c700298185aa4c7b20fe1c5e8bf19c2'/>
<id>urn:sha1:4b9d90f31c700298185aa4c7b20fe1c5e8bf19c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cosmetic changes</title>
<updated>2013-09-12T19:50:18Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-12T19:50:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7573aa16169e80baec80440463a524e5f4e92911'/>
<id>urn:sha1:7573aa16169e80baec80440463a524e5f4e92911</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>Removing CVS/SVN tags and replacing with git-based versioning</title>
<updated>2008-11-23T05:38:47Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-11-23T05:38:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6fbd14fea5c111a23d9074d25499991cbfa58f79'/>
<id>urn:sha1:6fbd14fea5c111a23d9074d25499991cbfa58f79</id>
<content type='text'>
For contrib/, full tags have been imported from subversion


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Bump lib/tests to GPLv3</title>
<updated>2008-01-30T09:38:37Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-01-30T09:38:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=a153e0b8f62da33d217b9f8877757752ca2fabf9'/>
<id>urn:sha1:a153e0b8f62da33d217b9f8877757752ca2fabf9</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1914 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
</feed>
