pingcheck
2012-02-06 Guilherme Maciel... Test: bring aboard ConfigurationOptions test case.
2012-02-06 Guilherme Maciel... Fix: not all letter in the protocol_string_map key...
2012-02-02 Guilherme Maciel... Fix: misspelled class name.
2012-02-02 Guilherme Maciel... Documentation: added --daemon option.
2012-02-02 Guilherme Maciel... Test: added --daemon option to ConfigurationCommandLine...
2012-02-02 Guilherme Maciel... Test: bring aboard ConfigurationFile test case.
2012-02-01 Guilherme Maciel... Small documentation fixes.
2012-02-01 Guilherme Maciel... Test: bring aboard ConfigurationCommandLine test case.
2012-01-29 Guilherme Maciel... Fix: solved stack smashing when creating StatusNotifier...
2012-01-28 Guilherme Maciel... Removed parameter to shut the warning up.
2012-01-28 Guilherme Maciel... Added function prototypes to shut the warnings up.
2012-01-28 Guilherme Maciel... Created an intermediate variable to shut the warning up.
2012-01-28 Guilherme Maciel... Small documentation fix.
2012-01-28 Guilherme Maciel... Increased warning level.
2012-01-26 Guilherme Maciel... Using LinkStatusItem type as an alias to the boost...
2012-01-26 Guilherme Maciel... Renamed LinkStatusAnalyzer to LinkStatus.
2012-01-25 Guilherme Maciel... Renamed HostStatusAnalyzer to HostStatus.
2012-01-25 Guilherme Maciel... Merge branch 'config' into test
2012-01-21 Guilherme Maciel... Test: keep mock class definition within header to reduc...
2012-01-21 Guilherme Maciel... Test: split test cases in N binaries.
2012-01-20 Guilherme Maciel... Standardized variables names with a common suffix.
2012-01-20 Guilherme Maciel... Test: bring aboard HostStatusAnalyzer test case.
2012-01-20 Guilherme Maciel... Test: bring aboard the LinkStatusAnalyzer mock required...
2012-01-20 Guilherme Maciel... Fix: The ping_fail_absolute_limit calculation was incor...
2012-01-16 Guilherme Maciel... Test: bring aboard Icmpv6Header test case.
2012-01-10 Guilherme Maciel... Test: bring aboard Icmpv4Header test case.
2012-01-08 Guilherme Maciel... Test: bring aboard Ipv6Header test case.
2012-01-08 Guilherme Maciel... Test: removed hard-coded MessagePayload size.
2012-01-08 Guilherme Maciel... Test: bring aboard Ipv4Header test case.
2012-01-07 Guilherme Maciel... Fix: added missing statements in the makefile and split...
2012-01-06 Guilherme Maciel... Test: finished MessagePayload test case.
2012-01-06 Guilherme Maciel... Fix: now the old_payload_data is a buffer to the origin...
2012-01-06 Guilherme Maciel... Improved: changed copy's arguments format to improve...
2012-01-05 Guilherme Maciel... Fix: set assert lower limit equal to zero.
2012-01-05 Guilherme Maciel... Documentation: small fixes.
2012-01-03 Guilherme Maciel... Bring aboard test framework.
2011-12-11 Guilherme Maciel... Changes introduced in the ipv6 branch. v1.2
2011-12-10 Guilherme Maciel... Message to require sudo access to open raw sockets.
2011-11-21 Guilherme Maciel... The IP version used to transport TCP segments can be...
2011-11-21 Guilherme Maciel... Changed old-style C casts by C++ style casts.
2011-11-21 Guilherme Maciel... TCP checksum for IPv6
2011-11-20 Guilherme Maciel... Documentation for TCP Segment Factory.
2011-11-19 Guilherme Maciel... Small documentation change in IP header classes: specif...
2011-11-19 Guilherme Maciel... TODO: move DNS library to its own project.
2011-11-19 Guilherme Maciel... Some grammatical corrections.
2011-11-19 Guilherme Maciel... Fixed include guards name
2011-11-19 Guilherme Maciel... Bring aboard ChangeLog file.
2011-11-19 Guilherme Maciel... Documentation for ICMP Packet Factory.
2011-11-18 Guilherme Maciel... Just hardening the code with asserts.
2011-11-18 Guilherme Maciel... Bug: the match() method cannot consider the source...
2011-11-18 Guilherme Maciel... It is working, and can be configurated, the ICMP ping...
2011-11-15 Guilherme Maciel... Small documentation change
2011-11-15 Guilherme Maciel... Small code change
2011-11-15 Guilherme Maciel... Documentation for IPv6 header.
2011-11-15 Guilherme Maciel... TCP checksum source and destination addresses use Boost...
2011-11-14 Guilherme Maciel... TCP pinger IP version is chosen by the pinger factory
2011-11-12 Guilherme Maciel... Bring aboard TCP header class for IPv6
2011-11-12 Guilherme Maciel... Updated "Type of Service" field name to "Differentiated...
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-12 Guilherme Maciel... Using Boost.Asio protocol type instead of the enumerati...
2011-11-12 Guilherme Maciel... Bring aboard a class that encapsulate the list of netwo...
2011-11-10 Guilherme Maciel... Adjusting some comments
2011-11-08 Guilherme Maciel... New method to get the network interface IP address
2011-11-08 Guilherme Maciel... Using Boost.Asio protocol type instead of the enumerati...
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-06 Guilherme Maciel... Renamed variable, most significant noun first
2011-11-06 Guilherme Maciel... The IcmpPacket's write() method returns a boolean,...
2011-11-06 Guilherme Maciel... Bring aboard TCP segment factory.
2011-11-06 Guilherme Maciel... Bring aboard TCP segment (IP and TCP headers)
2011-11-06 Guilherme Maciel... Documentation for IPv4 header.
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-19 Guilherme Maciel... Updated readme file
2011-10-19 Guilherme Maciel... Removed validate() method
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-10-08 Guilherme Maciel... Split the parse_configuration_options
2011-10-08 Guilherme Maciel... Fixed a bug: the command line parsing should succeed...
next