pingcheck
2011-11-05 Guilherme Maciel... High Integrity CPP Rule 3.3.14: Declare the copy assign...
2011-11-05 Guilherme Maciel... High Integrity CPP Rule 3.3.16: Explicitly declare...
2011-11-05 Guilherme Maciel... High Integrity CPP Guideline 3.2.4: An abstract class...
2011-11-05 Guilherme Maciel... Avoid 'unused variable' warning when compiling a non...
2011-11-04 Guilherme Maciel... Delegating the ICMP packet creation to a specialized...
2011-11-04 Guilherme Maciel... Bring aboard ICMP packet factory.
2011-11-04 Guilherme Maciel... Providing read() and write() methods, once operators...
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-26 Guilherme Maciel... Changed assert(false) to assert(!"message") as recommen...
2011-10-26 Guilherme Maciel... Increased the assertion check required to construct...
2011-10-26 Guilherme Maciel... DNS resolver now detects IPv6 IPs too.
2011-10-26 Guilherme Maciel... Added const qualifier to some parameters
2011-10-25 Guilherme Maciel... Bring aboard ICMPv6 packet class
2011-10-25 Guilherme Maciel... Bring aboard ICMPv6 header class
2011-10-22 Guilherme Maciel... Providing different methods to set the types in ICMP...
2011-10-22 Guilherme Maciel... Added ICMPv6 messages types, as defined at iana.org...
2011-10-21 Guilherme Maciel... Renamed IcmpType enumeration to Icmpv4Type, because...
2011-10-21 Guilherme Maciel... Updated classes comments
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-10-18 Guilherme Maciel... Small documentation change
2011-10-18 Guilherme Maciel... Bring aboard IPv6 header class (not tested yet)
2011-09-04 Guilherme Maciel... Solved operator precedence mismatch reported by PC...
2011-09-04 Guilherme Maciel... Implementing the assignment operator, also checking...
2011-09-04 Guilherme Maciel... Solving two issues reported by PC-lint
2011-09-04 Guilherme Maciel... Renamed parameter to avoid hiding symbol 'socket(int...
2011-09-01 Guilherme Maciel... Added a note about a TODO fix
2011-09-01 Guilherme Maciel... Fixed broken assert in copy constructor
2011-08-27 Guilherme Maciel... Improved IcmpPacket documentation
2011-08-27 Guilherme Maciel... Reordered DnsResolver::handle_ip_address method.
2011-08-27 Guilherme Maciel... Improved DnsResolver documentation
2011-08-27 Thomas JaroschRemove TCP ping from TODO, it's done
2011-08-27 Guilherme Maciel... Message headers now have their wire format in Doxygen
2011-08-27 Guilherme Maciel... Updated Readme file with the TCP ping feature
2011-08-27 Guilherme Maciel... Fixed postconditions, the equal had wrong pointer interator
2011-08-27 Guilherme Maciel... Replced old-style C functions by C++ STL versions
2011-08-26 Guilherme Maciel... Merge branch 'tcpping' v1.1
2011-08-26 Guilherme Maciel... Replaced the raw byte array by a MessagePayload object...
2011-08-26 Guilherme Maciel... Allows to add more data to the MessagePayload through...
2011-08-23 Guilherme Maciel... Small code formatting
2011-08-23 Guilherme Maciel... Pings the host at a specific port (available only to...
2011-08-23 Guilherme Maciel... Reads the host port from configuration file
2011-08-21 Guilherme Maciel... Changed the type of the header size variables from...
2011-08-21 Guilherme Maciel... The class variable HeaderSizeInBytes was renamed to...
2011-08-21 Guilherme Maciel... TcpHeader class uses the MessagePayload class to handle...
2011-08-21 Guilherme Maciel... Implemented a method to access the inner array pointer...
2011-08-21 Guilherme Maciel... Fixing some asserts with wrong ranges and reworking...
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-20 Guilherme Maciel... Bring aboard the Network Interface template class.
2011-08-18 Guilherme Maciel... Renamed IcmpChecksumCalculator to IcmpChecksum
2011-08-18 Guilherme Maciel... Renamed ChecksumCalculation template to Checksum
2011-08-16 Guilherme Maciel... Allowing to copy the MessagePayload object, through...
2011-08-13 Guilherme Maciel... Added the 32 bits version of encode and decode methods
2011-08-13 Guilherme Maciel... Small code formatting
2011-08-13 Guilherme Maciel... Asserted the encode16() and decode16() parameters,...
2011-08-13 Guilherme Maciel... Renamed IcmpMessagePayload to MessagePayload, so it...
2011-08-13 Guilherme Maciel... Renamed getters and setters
2011-08-13 Guilherme Maciel... Moved PingStatus enumeration to its own file, so it...
2011-08-13 Guilherme Maciel... The Include Guards must match the file's name
2011-08-13 Guilherme Maciel... Surrounded the receive by a try..catch, so prepare...
2011-08-09 Guilherme Maciel... Removing warning about conversion from 'int' to 'uint8_t'
2011-08-09 Guilherme Maciel... Adding a remark about sequence number from RST
2011-08-09 Guilherme Maciel... Adding logging to ioctl fails, and replacing the nested...
2011-08-06 Guilherme Maciel... Replaced shift operations on IP addresses to an endian...
2011-08-06 Guilherme Maciel... Validates the ifr.ifr_name buffer size before copy...
2011-08-04 Guilherme Maciel... Pinger factory provides only static (class) methods...
2011-08-04 Guilherme Maciel... Set the received status as successful when the RST...
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-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-02 Guilherme Maciel... Sequence number does not identify a particular segment...
2011-08-01 Guilherme Maciel... Missing header files and identation
2011-08-01 Guilherme Maciel... Retrieve the local IP address from the interface using...
2011-07-30 Guilherme Maciel... Bring aboard Doxygen documentation support v1.0
2011-07-28 Guilherme Maciel... Added and formatted some error messages
2011-07-24 Guilherme Maciel... Split methods
2011-07-24 Guilherme Maciel... Cosmetic changes
2011-07-24 Guilherme Maciel... Removed commentted code
2011-07-22 Guilherme Maciel... Formatting log messages
2011-07-22 Guilherme Maciel... Working TCP pinger
2011-07-22 Guilherme Maciel... Split the TcpHeader implementation and header
2011-07-22 Guilherme Maciel... Removed the unused get_identifier() method
2011-07-22 Guilherme Maciel... Small code formatting
2011-07-22 Guilherme Maciel... Fixed socket typedef, it is a raw socket, not stream...
2011-07-21 Guilherme Maciel... Added the default protocol to use in the config file
2011-07-21 Guilherme Maciel... Better comment description
2011-07-21 Guilherme Maciel... Fixed the return statement, the method has the return...
2011-07-19 Guilherme Maciel... Fully functional pinger factory
2011-07-19 Guilherme Maciel... Added the remaining TCP pinger arguments
2011-07-19 Guilherme Maciel... Code formatting
2011-07-16 Guilherme Maciel... Solving some conversion and variable shadow warnings
2011-07-15 Guilherme Maciel... Adding the ping protocol configuration option
2011-07-15 Guilherme Maciel... Moving the PingProtocol enumeration from PingerFactory...
next