simplified dns (no self-made recursion); merge PingScheduler and PingRotate; make...
[pingcheck] / src / host / pingerfactory.h
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...
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
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.
2011-11-19 Guilherme Maciel... Fixed include guards name
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-08-04 Guilherme Maciel... Pinger factory provides only static (class) methods...
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