completed partial IPv6 compatibility in DNS; does retrieve and Cache IPv6 IPs
[pingcheck] / src / host / pingerfactory.cpp
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
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-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 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-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
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-02-29 Guilherme Maciel... Moved DnsResolver from PingScheduler to PingRotate.
2012-02-29 Guilherme Maciel... Code improvement:
2012-02-25 Guilherme Maciel... Factory method to create the Pinger object that handles...
2012-02-25 Guilherme Maciel... Replaced boost::shared_ptr<Pinger> by PingerItem.
2012-01-03 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-12 Thomas JaroschSilence more bogus PC-Lint warnings
2011-12-12 Thomas JaroschSilence more PC-Lint warnings
2011-12-10 Guilherme Maciel... Message to require sudo access to open raw sockets.
2011-11-21 Guilherme Maciel... The IP version used to transport TCP segments can be...
2011-11-14 Guilherme Maciel... TCP pinger IP version is chosen by the pinger factory
2011-11-08 Guilherme Maciel... Using Boost.Asio protocol type instead of the enumerati...
2011-07-19 Guilherme Maciel... Fully functional pinger factory
2011-06-23 Guilherme Maciel... Bring aboard the Ping factory