moved adjustment of PingTimeout to right place in PingScheduler;
[pingcheck] / src / host / pingscheduler.cpp
2015-05-28 Christian Herdtweckmoved adjustment of PingTimeout to right place in PingS...
2015-05-28 Christian Herdtweckadded variable for threshold for switching from "all...
2015-05-26 Christian Herdtweckto avoid going down in congested line scenario, also...
2015-05-26 Christian Herdtweckcongestion detection now working; also add case that...
2015-05-26 Christian Herdtweckremoved assertion in HostStatus that PingsPerformedCoun...
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-22 Christian Herdtweckdeal with case that have no IP from DNS nor from Cache
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
2015-05-20 Christian Herdtweckfixed bug: correctly handle case when never had any...
2015-05-06 Christian Herdtwecklogging update
2015-05-04 Christian Herdtweckcreated arg recursion_count to async_resolve and many...
2015-05-04 Christian Herdtweckdid minor changes; used this version for testing over...
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckfixed 2 bugs and made clearer that Long-term timer...
2015-05-04 Christian Herdtweckensured LogPrefix is used in DNS and PingScheduler...
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-05-04 Christian Herdtweckrenamed expired_resolved_ip to have_up_to_date_ip becau...
2015-03-25 Christian Herdtweckchanged start of pings to time when io_service.run...
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-01-23 Christian Herdtweckstarted to implement an icmp paket distributor; compile...
2015-01-12 Christian Herdtweckrenamed IcmpPinger::handle_ping_done to handle_timeout...
2015-01-12 Christian Herdtweckupdate docu messages for io_service
2015-01-12 Christian HerdtweckClean up output, whitespace,
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-09 Christian Herdtweckimproved logging output (once again)
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-17 Christian Herdtweckmade text log output slightly more informative and...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-11-12 Christian Herdtweckuse new function name of new log level string function...
2014-11-12 Christian Herdtweckadded limit to DNS resolution attempts before pinging...
2014-05-12 Christian Herdtweckadded doxygen text ofr new variable FirstDelay in Pingc...
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-23 Thomas JaroschMask some PC-Lint messages. Simple constification
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-03-05 Guilherme Maciel... Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
2012-03-05 Guilherme Maciel... Repositioning of the ping_done_handler() method accordi...
2012-02-29 Guilherme Maciel... Moved DnsResolver from PingScheduler to PingRotate.
2012-02-29 Guilherme Maciel... Code improvement:
2012-02-25 Guilherme Maciel... Using the list of protocols in the scheduler.
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-03 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-12 Thomas JaroschSilence more PC-Lint warnings
2011-10-26 Guilherme Maciel... Increased the assertion check required to construct...
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-28 Guilherme Maciel... Comment to avoid warning
2011-06-23 Guilherme Maciel... Bring aboard the Ping factory
2011-06-06 Guilherme Maciel... Renamed encode/decode to encode16/decode16
2011-05-19 Guilherme Maciel... Renamed BoostPinger to IcmpPinger
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-05-11 Thomas JaroschProperly handle ICMP packet replies: The kernel sends...
2011-05-04 Thomas JaroschTurn BoostPinger into true async operation
2011-05-04 Thomas JaroschReuse BoostPinger object
2011-05-03 Thomas JaroschClean thread shutdown
2011-05-03 Guilherme Maciel... working signal handler
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... Log messages via I2n::Logger instead of cout/cerr.
2011-04-18 Guilherme Maciel... Implemented feature: cache DNS requests info only until...
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-12 Guilherme Maciel... Only the "using namespace std" is allowed, classes...
2011-04-12 Guilherme Maciel... Renamed packages to more appropriate names