changed how dns deals with cnames and recursion: remember cnames and implement recurs...
[pingcheck] / src / host / pingrotate.cpp
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-01-23 Christian Herdtweckstarted to implement an icmp paket distributor; compile...
2015-01-12 Christian Herdtweckupdate docu messages for io_service
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 Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2012-03-23 Thomas JaroschMask some PC-Lint messages. Simple constification
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... 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-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... Added a new class to exchange protocols.