pingcheck
2011-05-04 Guilherme Maciel... Solved the item:
2011-05-04 Guilherme Maciel... Alternative approach to solve:
2011-05-04 Guilherme Maciel... Allowing unknown options and changed the default host...
2011-05-03 Thomas JaroschClean thread shutdown
2011-05-03 Thomas JaroschRemove boost signal handler: It's overdesigned for...
2011-05-03 Thomas JaroschHandle signals in a thread safe way
2011-05-03 Thomas JaroschConvert signal handler library to unix line endings
2011-05-03 Thomas JaroschCreate unique identifier for every ping
2011-05-03 Guilherme Maciel... Moved the boost signal handler library
2011-05-03 Guilherme Maciel... Updated TODO
2011-05-03 Guilherme Maciel... The multi-threading approach solves the blocking
2011-05-03 Guilherme Maciel... Merge branch 'pingcheck' of ssh://aqua.m.i2n/data/git...
2011-05-03 Guilherme Maciel... TODO changes
2011-05-03 Guilherme Maciel... working signal handler
2011-05-03 Thomas JaroschRenamed project from libpingcheck to pingcheck
2011-05-03 Thomas JaroschUpdate TODO
2011-05-02 Guilherme Maciel... Modularization of the main.cpp
2011-05-02 Guilherme Maciel... Defining the LinkStatusAnalyzerItem
2011-05-02 Guilherme Maciel... Defining the type PingSchedulerList as a vector of...
2011-05-02 Guilherme Maciel... Defining the type HostList as a vector of HostItem
2011-05-02 Guilherme Maciel... Starts pinging immediately, instead of schedule to...
2011-05-02 Guilherme Maciel... Renamed handle_timeout_echo_reply() to handle_timeout_i...
2011-05-02 Guilherme Maciel... Using lock_guard to handle mutex locking/unlocking...
2011-05-02 Guilherme Maciel... The BoostPinger is more picky about received packets...
2011-05-02 Guilherme Maciel... Running the BoostPingers in parallel (multi-thread...
2011-05-02 Guilherme Maciel... Removed fixed bugs
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
next