improved simplified IcmpPinger logging (using LogPrefix like in DNS and PingScheduler)
[pingcheck] / src / icmp / icmppinger.h
2015-05-20 Christian Herdtweckimproved simplified IcmpPinger logging (using LogPrefix...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-05-04 Christian Herdtweckcontinuing with dns rewrite; today realized that cache...
2015-02-11 Christian Herdtweckfix bug that caused crash for broken packets; change...
2015-02-05 Christian Herdtweckgive up trying to define IcmpPacketDistributor in own...
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-02-04 Christian Herdtweckuse new file name (icmppaKetdistributor --> icmppacCKet...
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 Herdtweckdo not wait for IcmpEchoReply if sending of IcmpEchoReq...
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-12-23 Christian Herdtweckhotfix for problem with 0-packages
2014-12-09 Christian Herdtweckfixed possible reason for broken icmp packages: restric...
2014-12-09 Christian Herdtweckreplace magic number 64k with constant SOCKET_BUFFER_SIZE
2012-03-05 Guilherme Maciel... Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
2012-02-29 Guilherme Maciel... Code improvement:
2012-02-23 Guilherme Maciel... Small formatting.
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-11-18 Guilherme Maciel... It is working, and can be configurated, the ICMP ping...
2011-11-12 Guilherme Maciel... Simplifying Network Interface class and using more...
2011-11-08 Guilherme Maciel... Using Boost.Asio protocol type instead of the enumerati...
2011-11-06 Guilherme Maciel... Renamed variable, most significant noun first
2011-11-05 Guilherme Maciel... High Integrity CPP Rule 3.3.16: Explicitly declare...
2011-11-04 Guilherme Maciel... Delegating the ICMP packet creation to a specialized...
2011-11-02 Guilherme Maciel... The packet printing is polymorphically performed by...
2011-10-19 Guilherme Maciel... Renamed IcmpPacket class to Icmpv4Packet, in order...
2011-08-23 Guilherme Maciel... Pings the host at a specific port (available only to...
2011-08-20 Guilherme Maciel... Removed select_source_network_interface() function...
2011-08-20 Guilherme Maciel... The C's low level socket handling functions were encaps...
2011-08-13 Guilherme Maciel... Moved PingStatus enumeration to its own file, so it...
2011-08-02 Guilherme Maciel... Placed start_receive() method closer to the schedule_ti...
2011-07-22 Guilherme Maciel... Removed the unused get_identifier() method
2011-07-21 Guilherme Maciel... Better comment description
2011-07-19 Guilherme Maciel... Code formatting
2011-06-23 Guilherme Maciel... Using inheritance to commute between pingers
2011-05-29 Guilherme Maciel... Moved the icmppinger from host to icmp folder