moved time duration measurement of ping from scheduler to pingers
[pingcheck] / src / host / pinger.h
2015-05-26 Christian Herdtweckmoved time duration measurement of ping from scheduler...
2015-05-22 Christian Herdtweckgive HostStatus analyzer more info: details on ping...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
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...
2014-12-23 Christian Herdtwecktemp commit before leaving, started to change signal...
2014-11-12 Christian Herdtweckmake abstract base classes boost::noncopyable to avoid...
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
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-01-25 Guilherme Maciel... Merge branch 'config' into test
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-11-05 Guilherme Maciel... High Integrity CPP Rule 3.3.14: Declare the copy assign...
2011-11-05 Guilherme Maciel... High Integrity CPP Guideline 3.2.4: An abstract class...
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-08-23 Guilherme Maciel... Pings the host at a specific port (available only to...
2011-05-29 Guilherme Maciel... Bring aboard TCP pinger class