Update pingcheck to work with cmake 3.28
[pingcheck] / src / host /
2015-05-29 Christian Herdtweckimproved information content of logs: in LinkAnalyzer...
2015-05-28 Christian Herdtweckmoved adjustment of PingTimeout to right place in PingS...
2015-05-28 Christian Herdtweckmade limits in HostStatus floats; reduce logging
2015-05-28 Christian Herdtweckfixed bug that caused HostStatus to never leave BurstMode
2015-05-28 Christian Herdtweckadded variable for threshold for switching from "all...
2015-05-28 Christian Herdtweckmade congestion/offline behaviour more stable: do no...
2015-05-28 Christian Herdtweckfixed bug that caused congestion flag to stay on when...
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-21 Christian Herdtweckremove debug output or more precisely: changed its...
2015-05-21 Christian Herdtweckfixed a bug causing failed assertions from inconsistent...
2015-05-20 Christian Herdtweckadd some debugging output at NOTICE level to HostStatus...
2015-05-20 Christian Herdtweckfixed bug: correctly handle case when never had any...
2015-05-06 Christian Herdtwecklogging update
2015-05-05 Christian Herdtweckadded log output target UNDEFINED; return if no hosts...
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 Herdtweckadded option log-file and option FILE to log-output...
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 Herdtweckremoved the HostStatus::report_dns_resolution_failure...
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 Herdtweckremote PingRotate
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 Herdtweckchanged how dns deals with cnames and recursion: rememb...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir to dns subdir; changed...
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-04-01 Christian Herdtweckdo actually rotate protocols in PingRotate
2015-03-25 Christian Herdtweckchanged start of pings to time when io_service.run...
2015-03-25 Christian Herdtweckmade PingRotate actually rotate through protocols,...
2015-03-18 Christian Herdtweckadded option to print raw message data in text form...
2015-03-12 Christian Herdtwecknow working again: creating echo requests and parsing...
2015-03-12 Christian Herdtweckadded encode_string to MessagePayload; removed checksum...
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-01-26 Christian Herdtweckstart removing socket use from IcmpPinger to only have...
2015-01-26 Christian HerdtweckPinger holds weak_ptr to self, Pingers created through...
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 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 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-07-03 Guilherme Maciel... Feature: allow to choose among two log destinations...
2012-07-02 Guilherme Maciel... Fix: standardized the logfunc header inclusion.
2012-03-29 Guilherme Maciel... Replaced the boost::Scoped_array by std::vector as...
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-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... 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 "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... The DNS address resolution is synchronized with the...
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-28 Guilherme Maciel... Code improvement:
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... 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 PingItem type as an alias to the smart pointer.
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-02-20 Guilherme Maciel... Fix: using libi2ncommon LogLevel.
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... Implemented encode and decode methods for just 1 bit.
2012-02-19 Guilherme Maciel... Added index suffix to the parameters names.
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-26 Guilherme Maciel... Using LinkStatusItem type as an alias to the boost...
next