simplified dns (no self-made recursion); merge PingScheduler and PingRotate; make...
[pingcheck] / src / tcp / tcppinger.h
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
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-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2012-03-05 Guilherme Maciel... Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
2012-02-29 Guilherme Maciel... Code improvement:
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-12 Thomas JaroschMore constification
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-12 Guilherme Maciel... Using Boost.Asio address objects instead of primitive...
2011-11-12 Guilherme Maciel... Simplifying Network Interface class and using more...
2011-11-06 Guilherme Maciel... Delegating the segment creation and printing to more...
2011-11-06 Guilherme Maciel... Ephemeral source port calculation moved to a method...
2011-11-05 Guilherme Maciel... High Integrity CPP Rule 3.3.16: Explicitly declare...
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... Changed the handle_timeout() method to handle_ping_done()
2011-08-02 Guilherme Maciel... Renamed create_tcp_header() method to create_ack_request()
2011-08-02 Guilherme Maciel... Move the ACK segment send functionality to the send_ack...
2011-08-02 Guilherme Maciel... Split the method, separated some functionality in sched...
2011-08-02 Guilherme Maciel... Renamed timeout variable to the context of TCP instead...
2011-08-01 Guilherme Maciel... Retrieve the local IP address from the interface using...
2011-07-24 Guilherme Maciel... Split methods
2011-07-22 Guilherme Maciel... Working TCP pinger
2011-07-19 Guilherme Maciel... Added the remaining TCP pinger arguments
2011-05-29 Guilherme Maciel... Bring aboard TCP pinger class