pingcheck
2011-05-02 Guilherme Maciel... Added a mutex to avoid data race conditions in the...
2011-05-02 Guilherme Maciel... Better comments
2011-04-29 Thomas JaroschIntroduce connd pingcheck subsystem based upon NTP...
2011-04-29 Guilherme Maciel... Separated the endpoint creation in a method
2011-04-29 Thomas JaroschBuild rpm package in parallel
2011-04-29 Thomas JaroschMake the status notifcation cmd optional. Also make...
2011-04-29 Thomas JaroschSwitch log level to ::Info during development
2011-04-29 Thomas JaroschDon't bind the source interface if not specified
2011-04-29 Thomas JaroschComment out -Werror as rpm will compile with -O2 -...
2011-04-29 Thomas JaroschIclude Intra2net commercial license for now
2011-04-28 Guilherme Maciel... Included doxygen comments to member variables.
2011-04-28 Guilherme Maciel... Log messages via I2n::Logger instead of cout/cerr.
2011-04-28 Guilherme Maciel... Split Readme file.
2011-04-28 Guilherme Maciel... PingInterval class changed from template to regular...
2011-04-21 Guilherme Maciel... Fixed some issues issued by PC-lint
2011-04-20 Guilherme Maciel... Improvement of ConfigurationReader
2011-04-20 Guilherme Maciel... Implemented feature: Program runs as daemon
2011-04-19 Guilherme Maciel... The speed_up method could set the Interval to zero...
2011-04-19 Guilherme Maciel... Fixed bug: If one ping fails, the subsequent analysis...
2011-04-19 Guilherme Maciel... Split the code of DnsResolver::resolve into more methods
2011-04-18 Guilherme Maciel... Implemented feature: cache DNS requests info only until...
2011-04-18 Guilherme Maciel... Fixed the type punning from boost::net::dns::message...
2011-04-15 Guilherme Maciel... Removed one level of indirection provided by PingSchedu...
2011-04-15 Guilherme Maciel... Reading the nameserver form configuration file
2011-04-15 Guilherme Maciel... Non-virtual destructors for classes that are unlikely...
2011-04-15 Guilherme Maciel... Using the boost-net-dns library to resolve DNS host...
2011-04-15 Guilherme Maciel... Commented the -O2 optmization level because it activate...
2011-04-13 Guilherme Maciel... Replaced post-fixed by pre-fixed increment
2011-04-13 Guilherme Maciel... Increased the warning level
2011-04-13 Guilherme Maciel... Using the std namespace within the souce file
2011-04-12 Guilherme Maciel... Only the "using namespace std" is allowed, classes...
2011-04-12 Guilherme Maciel... Renamed packages to more appropriate names
2011-04-12 Guilherme Maciel... Encapsulated the encode, decode, read and write methods...
2011-04-11 Guilherme Maciel... Fixed more problems issued by PC-lint
2011-04-11 Guilherme Maciel... Fixed more problems issued by PC-lint (3 times now...
2011-04-08 Guilherme Maciel... Increment the replies count when receiving a destinatio...
2011-04-08 Guilherme Maciel... Separate method to print the timeout of a echo request
2011-04-08 Guilherme Maciel... Found an issue with sequence number
2011-04-08 Guilherme Maciel... Pinger now handles ICMP Destination Unreachable messages
2011-04-08 Guilherme Maciel... Refactoring the ICMP message parsing
2011-04-08 Guilherme Maciel... More meaningful name for timer objects.
2011-04-07 Guilherme Maciel... Given more meaningful names to the variables
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...
next