pingcheck
2014-05-21 Christian Herdtweckchanged format for interval specification in pingcheck...
2014-05-21 Christian Herdtweckchanged escaping of shell args in status notifier comma...
2014-05-14 Christian Herdtweckadded two more options to pingchecker: use random inter...
2014-05-12 Christian Herdtweckadded doxygen text ofr new variable FirstDelay in Pingc...
2014-05-12 Christian Herdtweckconverted a few more BOOST_FOREACH to const reference...
2014-05-12 Christian Herdtweckadded yEd graph with most important calls
2014-05-12 Thomas JaroschUse const reference BOOST_FOREACH version
2014-05-08 Christian Herdtweckintroduced delays between starts of pingers, so they...
2014-05-08 Christian Herdtweckif DNS request at start of ping fails, re-schedule...
2014-04-25 Christian Herdtweckadd try-catch to dns resolving of name server to get...
2014-04-25 Christian Herdtweckfixed a bug in status notification (first status was...
2012-11-27 Guilherme Maciel... Documentation: explains how to setuid the pingcheck...
2012-07-03 Guilherme Maciel... Test: added testcase for log-output configuration option.
2012-07-03 Guilherme Maciel... Feature: allow to choose among two log destinations...
2012-07-02 Guilherme Maciel... Fix: standardized the logfunc header inclusion.
2012-07-02 Guilherme Maciel... Fix: added src/config/option directory to Doxygen build...
2012-04-14 Guilherme Maciel... Changes introduced in master branch. v1.6
2012-04-14 Guilherme Maciel... Changed TCP ping method.
2012-03-29 Guilherme Maciel... Replaced the boost::Scoped_array by std::vector as...
2012-03-29 Guilherme Maciel... Fix: the boolean logic was inverted.
2012-03-28 Guilherme Maciel... The application now recognizes the ICMPv4, TCP_IPv4...
2012-03-28 Guilherme Maciel... Pass the PingProtocolList by const reference, not by...
2012-03-28 Guilherme Maciel... Changed the network interface rules, the correct behavi...
2012-03-23 Thomas JaroschUpdate example config to current config options
2012-03-23 Thomas JaroschFix: src\dns\dnsresolver.cpp 272 Warning 616: control...
2012-03-23 Thomas JaroschMask some PC-Lint messages. Simple constification
2012-03-22 Guilherme Maciel... Changes introduced in the ip-version-drop branch. v1.5
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
2012-03-18 Guilherme Maciel... Fix: ip::address::is_unspecified() is available only...
2012-03-18 Guilherme Maciel... Fix: do not assert when the address has more than one...
2012-03-14 Guilherme Maciel... Changes introduced in the nic-per-host branch. v1.4
2012-03-14 Guilherme Maciel... Handling more kinds of errors during file parsing.
2012-03-14 Guilherme Maciel... Fix: consider the network interface from each host.
2012-03-14 Guilherme Maciel... Removing LocalNetworkInterfaceName attribute, it is...
2012-03-14 Guilherme Maciel... Use the "host.source-network-interface" only if the...
2012-03-14 Guilherme Maciel... Test: updating the test cases with the new network...
2012-03-13 Guilherme Maciel... Documentation: updating the Readme with the new network...
2012-03-13 Guilherme Maciel... Renamed the global "source-network-interface" to "defau...
2012-03-13 Guilherme Maciel... Added the host.source-network-interface configuration...
2012-03-11 Guilherme Maciel... Passing the protocol list by const reference.
2012-03-11 Guilherme Maciel... Added a method specially to initialize the pinger objec...
2012-03-11 Guilherme Maciel... Fixed misspelled include guard.
2012-03-11 Guilherme Maciel... Revert "Configuration: added the ping protocol fallback...
2012-03-11 Guilherme Maciel... Revert "Test: updating test cases to use the ping proto...
2012-03-11 Guilherme Maciel... Revert "Perform N pings using one protocol, then after...
2012-03-11 Guilherme Maciel... Revert "Documentation: updating Readme and TODO files."
2012-03-11 Guilherme Maciel... Fix: cast to integer because some compilers do not...
2012-03-11 Guilherme Maciel... Removing the const qualifier to link with Boost.
2012-03-10 Guilherme Maciel... Not implemented according to the message:
2012-03-07 Guilherme Maciel... Documentation: updating Readme and TODO files.
2012-03-07 Guilherme Maciel... Perform N pings using one protocol, then after those...
2012-03-07 Guilherme Maciel... Test: updating test cases to use the ping protocol...
2012-03-07 Guilherme Maciel... Configuration: added the ping protocol fallback count.
2012-03-06 Guilherme Maciel... Using boost::asio::ip::address class instead of std...
2012-03-05 Guilherme Maciel... Added the protocols supported in the Readme file.
2012-03-05 Guilherme Maciel... Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
2012-03-05 Guilherme Maciel... The DNS address resolution is synchronized with the...
2012-03-05 Guilherme Maciel... Repositioning of the ping_done_handler() method accordi...
2012-03-05 Guilherme Maciel... Log message reformatting.
2012-03-05 Guilherme Maciel... Bring aboard a factory to create DNS resolvers.
2012-03-04 Guilherme Maciel... Added AAAA resource records in the DNS query.
2012-02-29 Guilherme Maciel... Moved DnsResolver from PingScheduler to PingRotate.
2012-02-29 Guilherme Maciel... Code improvement:
2012-02-28 Guilherme Maciel... Code improvement:
2012-02-26 Guilherme Maciel... Code improvement:
2012-02-26 Guilherme Maciel... Hardening the match methods through asserts.
2012-02-25 Guilherme Maciel... Using the list of protocols in the scheduler.
2012-02-25 Guilherme Maciel... Factory method to create the Pinger object that handles...
2012-02-25 Guilherme Maciel... The configuration supports more than one protocol per...
2012-02-25 Guilherme Maciel... Added a new class to exchange protocols.
2012-02-25 Guilherme Maciel... Documentation: documenting the parsing function.
2012-02-25 Guilherme Maciel... Added PingProtocolList type.
2012-02-25 Guilherme Maciel... Replaced boost::shared_ptr<Pinger> by PingerItem.
2012-02-23 Guilherme Maciel... Small formatting.
2012-02-23 Guilherme Maciel... Created a HostAddressList type as an alias to the STL...
2012-02-23 Guilherme Maciel... Fix: cast to integer because some compilers do not...
2012-02-23 Guilherme Maciel... Refactor: moved the 'A' resource record filling to...
2012-02-23 Guilherme Maciel... Removing the const qualifier to link with Boost.
2012-02-23 Guilherme Maciel... Created a PingItem type as an alias to the smart pointer.
2012-02-21 Guilherme Maciel... Changes introduced in the test branch.
2012-02-21 Guilherme Maciel... Implemented in commit aafde4f869c9a119bfb44e54961d7ac93... v1.3
2012-02-21 Guilherme Maciel... Fix: suppress the warning about dereferencing type...
2012-02-21 Guilherme Maciel... Not implemented. The classes config/Host and dns/HostAd...
2012-02-21 Guilherme Maciel... Not implemented. The checksum calculations are differen...
2012-02-21 Guilherme Maciel... Not done and not important, as no bottleneck is noticeable.
2012-02-21 Guilherme Maciel... Not implemented according to the message:
2012-02-21 Guilherme Maciel... Implemented in commit 3625c0e544982518392b842162318db9a...
2012-02-21 Guilherme Maciel... Implemented in 'config' branch.
2012-02-21 Guilherme Maciel... Implemented in 'test' branch.
2012-02-21 Guilherme Maciel... Implemented in ipv6 branch.
2012-02-21 Guilherme Maciel... Implemented in commit ad545958f408012956bcac4cf466c94be...
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-02-20 Guilherme Maciel... The log level can be configured in the command line...
2012-02-20 Guilherme Maciel... Fix: using libi2ncommon LogLevel.
2012-02-19 Guilherme Maciel... Bring aboard log level configuration.
2012-02-19 Guilherme Maciel... Bring aboard log level parsing function.
2012-02-19 Guilherme Maciel... Changed protocol_string_map's storage class from extern...
2012-02-19 Guilherme Maciel... Using encode1() and decode1() from MessagePayload class.
2012-02-19 Guilherme Maciel... Implemented encode and decode methods for just 1 bit.
2012-02-19 Guilherme Maciel... Added index suffix to the parameters names.
next