completed partial IPv6 compatibility in DNS; does retrieve and Cache IPv6 IPs
[pingcheck] / src / host / pingprotocol.cpp
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2012-03-28 Guilherme Maciel... The application now recognizes the ICMPv4, TCP_IPv4...
2012-03-23 Thomas JaroschMask some PC-Lint messages. Simple constification
2012-02-25 Guilherme Maciel... Documentation: documenting the parsing function.
2012-02-19 Guilherme Maciel... Changed protocol_string_map's storage class from extern...
2012-02-06 Guilherme Maciel... Fix: not all letter in the protocol_string_map key...
2012-01-28 Guilherme Maciel... Created an intermediate variable to shut the warning up.
2012-01-25 Guilherme Maciel... Merge branch 'config' into test
2011-11-21 Guilherme Maciel... The IP version used to transport TCP segments can be...
2011-11-18 Guilherme Maciel... It is working, and can be configurated, the ICMP ping...
2011-09-30 Guilherme Maciel... Parameter is passed by reference, not by value
2011-09-07 Guilherme Maciel... Make the ping-protocol option case insensitive
2011-07-15 Guilherme Maciel... Moving the PingProtocol enumeration from PingerFactory...