tested new DNS with internal server, make more robust against caching; works nicely now
[pingcheck] / src / icmp / icmppinger.cpp
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckmerged PingRotate into PingScheduler; fixed save/load...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-04-01 Christian Herdtweckmoved try-catch around icmp packet parsing from IcmpPac...
2015-03-18 Christian Herdtweckfixed bugs that caused DestinationUnreachable / TimeExc...
2015-03-18 Christian Herdtweckadded code to parse ICMP type TimeExceeded
2015-03-12 Christian Herdtwecknow working again: creating echo requests and parsing...
2015-03-12 Christian Herdtweckre-ordered class for IcmpPacket
2015-02-19 Christian Herdtweckmake check for end of loop in icmppacketdistributor...
2015-02-11 Thomas JaroschCheck weak_ptr before using it
2015-02-11 Thomas JaroschNo need for intermediate weak_ptr
2015-02-11 Thomas JaroschUse const reference for smart_ptr in BOOST_FOREACH
2015-02-11 Christian Herdtweckfix bug that caused crash for broken packets; change...
2015-02-11 Christian Herdtweckremoved another debugging test and corrected one debugg...
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-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 Herdtwecksome whitespace change I had forgotten
2015-01-12 Christian Herdtweckcontinue waiting for data if receive handler received...
2015-01-12 Christian Herdtweckdo not wait for IcmpEchoReply if sending of IcmpEchoReq...
2015-01-12 Christian Herdtweckupdate docu messages for io_service
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
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-12-08 Christian Herdtweckdebug-log-message when there is unused data in buffer...
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
2012-03-05 Guilherme Maciel... Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
2012-03-05 Guilherme Maciel... Log message reformatting.
2012-02-29 Guilherme Maciel... Code improvement:
2012-02-23 Guilherme Maciel... Small formatting.
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-12 Thomas JaroschSilence more PC-Lint warnings
2011-11-18 Guilherme Maciel... It is working, and can be configurated, the ICMP ping...
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-04 Guilherme Maciel... Delegating the ICMP packet creation to a specialized...
2011-11-03 Guilherme Maciel... Renamed methods, changed verb 'is' to 'match'
2011-11-02 Guilherme Maciel... The packet's type check is performed by methods in...
2011-11-02 Guilherme Maciel... The packet printing is polymorphically performed by...
2011-10-21 Guilherme Maciel... Renamed IcmpType enumeration to Icmpv4Type, because...
2011-10-19 Guilherme Maciel... Renamed IcmpPacket class to Icmpv4Packet, in order...
2011-10-18 Guilherme Maciel... Renamed IcmpHeader class to Icmpv4Header, in order...
2011-08-26 Guilherme Maciel... Merge branch 'tcpping' v1.1
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-18 Guilherme Maciel... Renamed IcmpChecksumCalculator to IcmpChecksum
2011-08-13 Guilherme Maciel... Moved PingStatus enumeration to its own file, so it...
2011-08-04 Guilherme Maciel... Little code format detail
2011-08-02 Guilherme Maciel... Placed start_receive() method closer to the schedule_ti...
2011-08-01 Guilherme Maciel... Missing header files and identation
2011-07-28 Guilherme Maciel... Added and formatted some error messages
2011-07-24 Guilherme Maciel... Cosmetic changes
2011-07-22 Guilherme Maciel... Formatting log messages
2011-07-22 Guilherme Maciel... Small code formatting
2011-07-19 Guilherme Maciel... Code formatting
2011-07-10 Guilherme Maciel... Moved the IP classes to its own directory.
2011-06-23 Guilherme Maciel... Calling set_ping_status() in ping function and added...
2011-06-09 Guilherme Maciel... Added and formatted some error messages
2011-05-29 Guilherme Maciel... Bring aboard TCP pinger class
2011-05-29 Guilherme Maciel... Moved the icmppinger from host to icmp folder