pingcheck
2011-04-07 Guilherme Maciel... More wish list items
2011-04-07 Guilherme Maciel... Implemented the requirement "Support selection of the...
2011-04-07 Guilherme Maciel... Reading the network interface from the configuration...
2011-04-05 Guilherme Maciel... Fixed more problems issued by PC-lint.
2011-04-05 Guilherme Maciel... Message aesthetical improvement
2011-04-04 Guilherme Maciel... Removed the address resolution from the pinger.
2011-04-01 Guilherme Maciel... Fixed problems issued by PC-lint.
2011-03-31 Guilherme Maciel... Included the unit in the variable names
2011-03-30 Guilherme Maciel... Implemented the requirement "If we notified an external...
2011-03-30 Guilherme Maciel... Found another BUG (its capitalization gives a hint...
2011-03-29 Guilherme Maciel... Standardizing the enumerations
2011-03-29 Guilherme Maciel... Renamed stable-link-up-interval to link-up-interval
2011-03-28 Guilherme Maciel... Fixed return value, should be string, not boolean
2011-03-28 Guilherme Maciel... Included boost system to the required libraries
2011-03-28 Guilherme Maciel... Renamed StatusNotifier to LinkStatusAnalyzer
2011-03-28 Guilherme Maciel... Renamed PingAnalyzer to HostStatusAnalyzer
2011-03-28 Thomas JaroschAdd TODO entry
2011-03-25 Guilherme Maciel... Read the configured interval that a link must be up...
2011-03-25 Guilherme Maciel... Placed limit qualifier in the end of variables names...
2011-03-25 Guilherme Maciel... Renamed PingAnalyzer's update_ping_failed_statistics...
2011-03-25 Guilherme Maciel... Improved asserts
2011-03-24 Guilherme Maciel... Implemented the requirement "Intelligently retry if...
2011-03-24 Guilherme Maciel... Attributes names according to the company's coding...
2011-03-24 Guilherme Maciel... Renamed PingStatusNotifier to StatusNotifier
2011-03-24 Guilherme Maciel... Included script to notify when system is down or up
2011-03-24 Guilherme Maciel... Added the requirement "If XX servers don't reply, it...
2011-03-23 Guilherme Maciel... Linking against libi2ncommon
2011-03-23 Guilherme Maciel... Renamed PingStatusNotifier::alert_host_up/down() method...
2011-03-23 Guilherme Maciel... Added intelligence to know how many hosts are down
2011-03-23 Guilherme Maciel... Const-ification
2011-03-23 Guilherme Maciel... Reorganization of cmake files
2011-03-23 Guilherme Maciel... Included spec file to build the RPM package
2011-03-22 Guilherme Maciel... Removed UML file, because it is out-dated and is not...
2011-03-22 Guilherme Maciel... Removed Pinger abstract class, thus avoiding the "desig...
2011-03-22 Guilherme Maciel... Changed PingStatusNotifier interface, it is now an...
2011-03-22 Guilherme Maciel... Added status-notifier-cmd options to indicate which...
2011-03-21 Guilherme Maciel... The limit-ping-fail option is available (and read)...
2011-03-21 Guilherme Maciel... Renamed the limit-to-notify configuration option to...
2011-03-18 Guilherme Maciel... Replaced uint by int.
2011-03-18 Guilherme Maciel... Handle the error when a host cannot be resolved
2011-03-18 Guilherme Maciel... Errors flushed through cerr not cout.
2011-03-18 Guilherme Maciel... Included an invalid host and a host that does not reply.
2011-03-18 Guilherme Maciel... More bugs discovered and annotated
2011-03-15 Guilherme Maciel... Uses the ping analyzer to evaluate the ping statistics...
2011-03-15 Guilherme Maciel... Returns the amount of IPs that were resolved for the...
2011-03-15 Guilherme Maciel... Returns a boolean indicating if the ping was successful...
2011-03-15 Guilherme Maciel... Bring aboard the ping analyze and notification classes.
2011-03-14 Guilherme Maciel... Replaced the times-to-ping parameter to simplify the...
2011-03-14 Guilherme Maciel... Re-organizing the headers files in order to...
2011-03-14 Guilherme Maciel... Explicit constructor to avoid implicit constructor...
2011-03-11 Guilherme Maciel... PingScheduler now pings hosts IPs cyclically
2011-03-11 Guilherme Maciel... Bring aboard the first scratch of a DNS resolver
2011-03-11 Guilherme Maciel... Aesthetic change to header files according to the proje...
2011-03-10 Guilherme Maciel... Code improvements on BoostPinger
2011-03-10 Guilherme Maciel... Moved Host class from ping directory to config director...
2011-03-10 Guilherme Maciel... Added TODO file, including known bugs report
2011-03-10 Guilherme Maciel... More descriptions of the configuration in the Readme...
2011-03-09 Guilherme Maciel... The echo reply timeout can be configured through parame...
2011-03-09 Guilherme Maciel... Renamed PingCheck class to PingScheduler.
2011-03-08 Guilherme Maciel... The application now pings many hosts in parallel
2011-03-08 Guilherme Maciel... Attribute renamed according to the code conventions
2011-03-08 Guilherme Maciel... Included a section explaining the basics of the code
2011-03-08 Guilherme Maciel... Code improvements
2011-03-08 Guilherme Maciel... Removed unused class: PingManager
2011-03-07 Guilherme Maciel... Removed unused header files
2011-03-07 Guilherme Maciel... Fixed assertion range on times_to_ping
2011-03-07 Guilherme Maciel... Changed integer types from std::size_t to uint, where...
2011-03-04 Guilherme Maciel... More information in the Readme file
2011-03-04 Guilherme Maciel... The app reads a list of hosts instead of just one
2011-03-03 Guilherme Maciel... Removed all namespace's "using" from header files ...
2011-03-03 Guilherme Maciel... Renamed config directory to conf, in order to avoid...
2011-03-03 Guilherme Maciel... Moved ICMP abstraction classes to the icmp directory...
2011-03-03 Guilherme Maciel... Moved PingCheck class to its own file, replaced the...
2011-03-02 Guilherme Maciel... The program now pings in configured intervals
2011-03-02 Guilherme Maciel... Organizing the member functions according to the IPv4...
2011-03-02 Guilherme Maciel... Avoiding unamed variables (they kill readability)
2011-03-02 Guilherme Maciel... Pinger interface now allows to specify the number of...
2011-03-01 Guilherme Maciel... Defined a rule for variable and constant numeric types
2011-02-28 Guilherme Maciel... Created an ICMP packet class abstraction and modularizi...
2011-02-28 Guilherme Maciel... The method BoostPinger::get_identifier() is not static...
2011-02-28 Guilherme Maciel... Renamed IcmpBody to IcmpData according to the RFC 792...
2011-02-28 Guilherme Maciel... Changed the ping() method interface, which requires...
2011-02-28 Guilherme Maciel... The BoostPinger now pings N times, instead of infinite...
2011-02-25 Guilherme Maciel... Renamed the ipv4_header files to ipv4header, removed...
2011-02-25 Guilherme Maciel... Renamed the ipv4_header files to ipv4header, removed...
2011-02-25 Guilherme Maciel... Read the interval between each ping to the host
2011-02-25 Guilherme Maciel... Refactored the checksum calculation and IcmpHeader...
2011-02-25 Guilherme Maciel... Renamed the icmp_header files to icmpheader, removed...
2011-02-24 Guilherme Maciel... Added a constructor with arguments and reinforce the...
2011-02-24 Guilherme Maciel... The header classes operate on specific data sizes,...
2011-02-24 Guilherme Maciel... Keep together the getters and setters who operate on...
2011-02-24 Guilherme Maciel... Changed getter and setter methods names to keep standar...
2011-02-23 Guilherme Maciel... Reorganization of the ConfigurationReader class interface
2011-02-23 Guilherme Maciel... Executable has the same name as the project
2011-02-23 Guilherme Maciel... Moved boost library search to the main CMakeLists.txt...
2011-02-23 Guilherme Maciel... Renamed variables and constants to stick with company...
2011-02-22 Guilherme Maciel... Reading host name from file. This first attempt pings...
2011-02-22 Guilherme Maciel... Improved Host interface by including const parameters...
2011-02-22 Guilherme Maciel... Config file clean up (KISS)
2011-02-22 Guilherme Maciel... Source code ornamentation
next