pingcheck
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-12-23 Christian Herdtwecktemp commit before leaving, started to change signal...
2014-12-23 Christian Herdtweckhotfix for problem with 0-packages
2014-12-18 Christian Herdtweckchanged logic of icmp package read/write and operator...
2014-12-18 Christian Herdtweckfixed parsing of icmp data: only parses right amount...
2014-12-18 Christian Herdtweckfixed possible reason for broken icmp packages: restric...
2014-12-09 Christian Herdtweckfixed possible reason for broken icmp packages: restric...
2014-12-09 Christian Herdtweckreplace magic number 64k with constant SOCKET_BUFFER_SIZE
2014-12-09 Christian Herdtweckimproved logging output (once again)
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-12-09 Christian Herdtweckadded missing std::, commit before last does not compil...
2014-12-08 Christian Herdtweckdebug-log-message when there is unused data in buffer...
2014-12-08 Christian Herdtweckadded global try-catch to main
2014-11-17 Christian Herdtweckmade text log output slightly more informative and...
2014-11-12 Christian Herdtweckadded target "dist" to CMakeLists.txt, which uses ...
2014-11-12 Christian Herdtweckmore rigorous command line option checking; ensure...
2014-11-12 Christian Herdtweckwarn in case of unrecognized command line options;...
2014-11-12 Christian Herdtweckhad forgotten to remove a (rather stupid) debug test...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-11-12 Christian Herdtweckmake abstract base classes boost::noncopyable to avoid...
2014-11-12 Christian Herdtweckuse new function name of new log level string function...
2014-11-12 Christian Herdtweckadded /usr/intranator prefix to spec file
2014-11-12 Christian Herdtweckadded limit to DNS resolution attempts before pinging...
2014-11-12 Christian Herdtweckfixed bug in ICMP Packet Factory: do not continue with...
2014-11-05 Christian Herdtweckstop creating icmp packet parts from istream if earlier...
2014-11-05 Christian Herdtweckchanges in logging output: added information and change...
2014-11-05 Christian HerdtweckFor command line options for logging output level and...
2014-05-21 Christian Herdtweckupdated Readme: added option ratio-random-hosts, mentio...
2014-05-21 Christian Herdtweckchanged initial log level from Info to Notice to avoid...
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.
next