use line digestion recognition in PingScheduler;
[pingcheck] / src / host / pingscheduler.h
2015-05-26 Christian Herdtweckuse line digestion recognition in PingScheduler;
2015-05-26 Christian Herdtweckadded congestion analysis to HostStatus
2015-05-26 Christian Herdtweckif sending several pings in parallel, delay them in...
2015-05-26 Christian Herdtweckmoved time duration measurement of ping from scheduler...
2015-05-22 Christian Herdtweckstarted parallel pings, not quite done yet since need...
2015-05-22 Christian Herdtweckgive HostStatus analyzer more info: details on ping...
2015-05-04 Christian Herdtweckcreated arg recursion_count to async_resolve and many...
2015-05-04 Christian Herdtweckfixed 2 bugs and made clearer that Long-term timer...
2015-05-04 Christian Herdtweckcreated and passed first unit tests for DNS; finished...
2015-05-04 Christian Herdtweckmerged PingRotate into PingScheduler; fixed save/load...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-05-04 Christian Herdtweckadjusted rest of pingchecker to use new dns in very...
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-01-12 Christian Herdtweckrenamed IcmpPinger::handle_ping_done to handle_timeout...
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-11-12 Christian Herdtweckadded limit to DNS resolution attempts before pinging...
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...
2012-03-28 Guilherme Maciel... Pass the PingProtocolList by const reference, not by...
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
2012-03-14 Guilherme Maciel... Removing LocalNetworkInterfaceName attribute, it is...
2012-03-11 Guilherme Maciel... Revert "Perform N pings using one protocol, then after...
2012-03-07 Guilherme Maciel... Perform N pings using one protocol, then after those...
2012-02-29 Guilherme Maciel... Moved DnsResolver from PingScheduler to PingRotate.
2012-02-25 Guilherme Maciel... Using the list of protocols in the scheduler.
2012-02-23 Guilherme Maciel... Small formatting.
2012-02-23 Guilherme Maciel... Created a PingItem type as an alias to the smart pointer.
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-01-26 Guilherme Maciel... Using LinkStatusItem type as an alias to the boost...
2012-01-26 Guilherme Maciel... Renamed LinkStatusAnalyzer to LinkStatus.
2012-01-25 Guilherme Maciel... Renamed HostStatusAnalyzer to HostStatus.
2012-01-25 Guilherme Maciel... Merge branch 'config' into test
2011-12-24 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-10-26 Guilherme Maciel... Increased the assertion check required to construct...
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-08-23 Guilherme Maciel... Pings the host at a specific port (available only to...
2011-07-19 Guilherme Maciel... Fully functional pinger factory
2011-07-15 Guilherme Maciel... Moving the PingProtocol enumeration from PingerFactory...
2011-06-23 Guilherme Maciel... Bring aboard the Ping factory
2011-05-29 Guilherme Maciel... Moved the icmppinger from host to icmp folder
2011-05-19 Guilherme Maciel... Renamed BoostPinger to IcmpPinger
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-05-04 Thomas JaroschTurn BoostPinger into true async operation
2011-05-04 Thomas JaroschReuse BoostPinger object
2011-05-03 Guilherme Maciel... working signal handler
2011-05-02 Guilherme Maciel... Defining the type PingSchedulerList as a vector of...
2011-05-02 Guilherme Maciel... Starts pinging immediately, instead of schedule to...
2011-05-02 Guilherme Maciel... Running the BoostPingers in parallel (multi-thread...
2011-04-28 Guilherme Maciel... Included doxygen comments to member variables.
2011-04-28 Guilherme Maciel... PingInterval class changed from template to regular...
2011-04-15 Guilherme Maciel... Removed one level of indirection provided by PingSchedu...
2011-04-15 Guilherme Maciel... Reading the nameserver form configuration file
2011-04-15 Guilherme Maciel... Non-virtual destructors for classes that are unlikely...
2011-04-12 Guilherme Maciel... Only the "using namespace std" is allowed, classes...
2011-04-12 Guilherme Maciel... Renamed packages to more appropriate names