pingcheck
2012-03-18 Guilherme Maciel... Fix: do not assert when the address has more than one...
2012-03-11 Guilherme Maciel... Passing the protocol list by const reference.
2012-03-11 Guilherme Maciel... Added a method specially to initialize the pinger objec...
2012-03-11 Guilherme Maciel... Fixed misspelled include guard.
2012-03-11 Guilherme Maciel... Revert "Configuration: added the ping protocol fallback...
2012-03-11 Guilherme Maciel... Revert "Test: updating test cases to use the ping proto...
2012-03-11 Guilherme Maciel... Revert "Perform N pings using one protocol, then after...
2012-03-11 Guilherme Maciel... Revert "Documentation: updating Readme and TODO files."
2012-03-10 Guilherme Maciel... Not implemented according to the message:
2012-03-07 Guilherme Maciel... Documentation: updating Readme and TODO files.
2012-03-07 Guilherme Maciel... Perform N pings using one protocol, then after those...
2012-03-07 Guilherme Maciel... Test: updating test cases to use the ping protocol...
2012-03-07 Guilherme Maciel... Configuration: added the ping protocol fallback count.
2012-03-06 Guilherme Maciel... Using boost::asio::ip::address class instead of std...
2012-03-05 Guilherme Maciel... Added the protocols supported in the Readme file.
2012-03-05 Guilherme Maciel... Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
2012-03-05 Guilherme Maciel... The DNS address resolution is synchronized with the...
2012-03-05 Guilherme Maciel... Repositioning of the ping_done_handler() method accordi...
2012-03-05 Guilherme Maciel... Log message reformatting.
2012-03-05 Guilherme Maciel... Bring aboard a factory to create DNS resolvers.
2012-03-04 Guilherme Maciel... Added AAAA resource records in the DNS query.
2012-02-29 Guilherme Maciel... Moved DnsResolver from PingScheduler to PingRotate.
2012-02-29 Guilherme Maciel... Code improvement:
2012-02-28 Guilherme Maciel... Code improvement:
2012-02-26 Guilherme Maciel... Code improvement:
2012-02-26 Guilherme Maciel... Hardening the match methods through asserts.
2012-02-25 Guilherme Maciel... Using the list of protocols in the scheduler.
2012-02-25 Guilherme Maciel... Factory method to create the Pinger object that handles...
2012-02-25 Guilherme Maciel... The configuration supports more than one protocol per...
2012-02-25 Guilherme Maciel... Added a new class to exchange protocols.
2012-02-25 Guilherme Maciel... Documentation: documenting the parsing function.
2012-02-25 Guilherme Maciel... Added PingProtocolList type.
2012-02-25 Guilherme Maciel... Replaced boost::shared_ptr<Pinger> by PingerItem.
2012-02-23 Guilherme Maciel... Created a HostAddressList type as an alias to the STL...
2012-02-23 Guilherme Maciel... Fix: cast to integer because some compilers do not...
2012-02-23 Guilherme Maciel... Refactor: moved the 'A' resource record filling to...
2012-02-23 Guilherme Maciel... Removing the const qualifier to link with Boost.
2012-02-23 Guilherme Maciel... Created a PingItem type as an alias to the smart pointer.
2012-02-21 Guilherme Maciel... Implemented in commit aafde4f869c9a119bfb44e54961d7ac93... v1.3
2012-02-21 Guilherme Maciel... Fix: suppress the warning about dereferencing type...
2012-02-21 Guilherme Maciel... Not implemented. The classes config/Host and dns/HostAd...
2012-02-21 Guilherme Maciel... Not implemented. The checksum calculations are differen...
2012-02-21 Guilherme Maciel... Not done and not important, as no bottleneck is noticeable.
2012-02-21 Guilherme Maciel... Not implemented according to the message:
2012-02-21 Guilherme Maciel... Implemented in commit 3625c0e544982518392b842162318db9a...
2012-02-21 Guilherme Maciel... Implemented in 'config' branch.
2012-02-21 Guilherme Maciel... Implemented in 'test' branch.
2012-02-21 Guilherme Maciel... Implemented in ipv6 branch.
2012-02-21 Guilherme Maciel... Implemented in commit ad545958f408012956bcac4cf466c94be...
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-02-20 Guilherme Maciel... The log level can be configured in the command line...
2012-02-20 Guilherme Maciel... Fix: using libi2ncommon LogLevel.
2012-02-19 Guilherme Maciel... Bring aboard log level configuration.
2012-02-19 Guilherme Maciel... Bring aboard log level parsing function.
2012-02-19 Guilherme Maciel... Changed protocol_string_map's storage class from extern...
2012-02-19 Guilherme Maciel... Using encode1() and decode1() from MessagePayload class.
2012-02-19 Guilherme Maciel... Implemented encode and decode methods for just 1 bit.
2012-02-19 Guilherme Maciel... Added index suffix to the parameters names.
2012-02-18 Guilherme Maciel... Documentation for TCP header.
2012-02-18 Guilherme Maciel... Test: bring aboard TcpHeader test case.
2012-02-18 Guilherme Maciel... Removed unused parameter.
2012-02-18 Guilherme Maciel... Added functions prototypes to suppress some warnings.
2012-02-18 Guilherme Maciel... Fix: const-fied the argv parameter in order to suppress...
2012-02-18 Guilherme Maciel... Added stack protection warning and optimization to...
2012-02-13 Guilherme Maciel... Test: bring aboard LinkStatus test case.
2012-02-06 Guilherme Maciel... Fix: fixed previous test case namespace.
2012-02-06 Guilherme Maciel... Test: bring aboard PingProtocol test case.
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...
next