2011-05-02 |
Guilherme Maciel... | Defining the type HostList as a vector of HostItem |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | Starts pinging immediately, instead of schedule to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | Renamed handle_timeout_echo_reply() to handle_timeout_i... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | Using lock_guard to handle mutex locking/unlocking... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | The BoostPinger is more picky about received packets... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | Running the BoostPingers in parallel (multi-thread... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | Removed fixed bugs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | Added a mutex to avoid data race conditions in the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-05-02 |
Guilherme Maciel... | Better comments |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Thomas Jarosch | Introduce connd pingcheck subsystem based upon NTP... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Guilherme Maciel... | Separated the endpoint creation in a method |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Thomas Jarosch | Build rpm package in parallel |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Thomas Jarosch | Make the status notifcation cmd optional. Also make... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Thomas Jarosch | Switch log level to ::Info during development |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Thomas Jarosch | Don't bind the source interface if not specified |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Thomas Jarosch | Comment out -Werror as rpm will compile with -O2 -... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-29 |
Thomas Jarosch | Iclude Intra2net commercial license for now |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-28 |
Guilherme Maciel... | Included doxygen comments to member variables. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-28 |
Guilherme Maciel... | Log messages via I2n::Logger instead of cout/cerr. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-28 |
Guilherme Maciel... | Split Readme file. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-28 |
Guilherme Maciel... | PingInterval class changed from template to regular... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-21 |
Guilherme Maciel... | Fixed some issues issued by PC-lint |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-20 |
Guilherme Maciel... | Improvement of ConfigurationReader |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-20 |
Guilherme Maciel... | Implemented feature: Program runs as daemon |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-19 |
Guilherme Maciel... | The speed_up method could set the Interval to zero... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-19 |
Guilherme Maciel... | Fixed bug: If one ping fails, the subsequent analysis... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-19 |
Guilherme Maciel... | Split the code of DnsResolver::resolve into more methods |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-18 |
Guilherme Maciel... | Implemented feature: cache DNS requests info only until... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-18 |
Guilherme Maciel... | Fixed the type punning from boost::net::dns::message... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-15 |
Guilherme Maciel... | Removed one level of indirection provided by PingSchedu... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-15 |
Guilherme Maciel... | Reading the nameserver form configuration file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-15 |
Guilherme Maciel... | Non-virtual destructors for classes that are unlikely... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-15 |
Guilherme Maciel... | Using the boost-net-dns library to resolve DNS host... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-15 |
Guilherme Maciel... | Commented the -O2 optmization level because it activate... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Guilherme Maciel... | Replaced post-fixed by pre-fixed increment |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Guilherme Maciel... | Increased the warning level |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-13 |
Guilherme Maciel... | Using the std namespace within the souce file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-12 |
Guilherme Maciel... | Only the "using namespace std" is allowed, classes... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-12 |
Guilherme Maciel... | Renamed packages to more appropriate names |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-12 |
Guilherme Maciel... | Encapsulated the encode, decode, read and write methods... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-11 |
Guilherme Maciel... | Fixed more problems issued by PC-lint |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-11 |
Guilherme Maciel... | Fixed more problems issued by PC-lint (3 times now... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-08 |
Guilherme Maciel... | Increment the replies count when receiving a destinatio... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-08 |
Guilherme Maciel... | Separate method to print the timeout of a echo request |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-08 |
Guilherme Maciel... | Found an issue with sequence number |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-08 |
Guilherme Maciel... | Pinger now handles ICMP Destination Unreachable messages |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-08 |
Guilherme Maciel... | Refactoring the ICMP message parsing |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-08 |
Guilherme Maciel... | More meaningful name for timer objects. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-07 |
Guilherme Maciel... | Given more meaningful names to the variables |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-07 |
Guilherme Maciel... | More wish list items |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-07 |
Guilherme Maciel... | Implemented the requirement "Support selection of the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-07 |
Guilherme Maciel... | Reading the network interface from the configuration... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-05 |
Guilherme Maciel... | Fixed more problems issued by PC-lint. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-05 |
Guilherme Maciel... | Message aesthetical improvement |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-04 |
Guilherme Maciel... | Removed the address resolution from the pinger. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-04-01 |
Guilherme Maciel... | Fixed problems issued by PC-lint. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-31 |
Guilherme Maciel... | Included the unit in the variable names |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-30 |
Guilherme Maciel... | Implemented the requirement "If we notified an external... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-30 |
Guilherme Maciel... | Found another BUG (its capitalization gives a hint... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-29 |
Guilherme Maciel... | Standardizing the enumerations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-29 |
Guilherme Maciel... | Renamed stable-link-up-interval to link-up-interval |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Guilherme Maciel... | Fixed return value, should be string, not boolean |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Guilherme Maciel... | Included boost system to the required libraries |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Guilherme Maciel... | Renamed StatusNotifier to LinkStatusAnalyzer |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Guilherme Maciel... | Renamed PingAnalyzer to HostStatusAnalyzer |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-28 |
Thomas Jarosch | Add TODO entry |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Guilherme Maciel... | Read the configured interval that a link must be up... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Guilherme Maciel... | Placed limit qualifier in the end of variables names... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Guilherme Maciel... | Renamed PingAnalyzer's update_ping_failed_statistics... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-25 |
Guilherme Maciel... | Improved asserts |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-24 |
Guilherme Maciel... | Implemented the requirement "Intelligently retry if... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-24 |
Guilherme Maciel... | Attributes names according to the company's coding... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-24 |
Guilherme Maciel... | Renamed PingStatusNotifier to StatusNotifier |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-24 |
Guilherme Maciel... | Included script to notify when system is down or up |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-24 |
Guilherme Maciel... | Added the requirement "If XX servers don't reply, it... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-23 |
Guilherme Maciel... | Linking against libi2ncommon |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-23 |
Guilherme Maciel... | Renamed PingStatusNotifier::alert_host_up/down() method... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-23 |
Guilherme Maciel... | Added intelligence to know how many hosts are down |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-23 |
Guilherme Maciel... | Const-ification |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-23 |
Guilherme Maciel... | Reorganization of cmake files |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-23 |
Guilherme Maciel... | Included spec file to build the RPM package |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-22 |
Guilherme Maciel... | Removed UML file, because it is out-dated and is not... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-22 |
Guilherme Maciel... | Removed Pinger abstract class, thus avoiding the "desig... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-22 |
Guilherme Maciel... | Changed PingStatusNotifier interface, it is now an... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-22 |
Guilherme Maciel... | Added status-notifier-cmd options to indicate which... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-21 |
Guilherme Maciel... | The limit-ping-fail option is available (and read)... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-21 |
Guilherme Maciel... | Renamed the limit-to-notify configuration option to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-18 |
Guilherme Maciel... | Replaced uint by int. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-18 |
Guilherme Maciel... | Handle the error when a host cannot be resolved |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-18 |
Guilherme Maciel... | Errors flushed through cerr not cout. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-18 |
Guilherme Maciel... | Included an invalid host and a host that does not reply. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-18 |
Guilherme Maciel... | More bugs discovered and annotated |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-15 |
Guilherme Maciel... | Uses the ping analyzer to evaluate the ping statistics... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-15 |
Guilherme Maciel... | Returns the amount of IPs that were resolved for the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-15 |
Guilherme Maciel... | Returns a boolean indicating if the ping was successful... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-15 |
Guilherme Maciel... | Bring aboard the ping analyze and notification classes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-14 |
Guilherme Maciel... | Replaced the times-to-ping parameter to simplify the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-14 |
Guilherme Maciel... | Re-organizing the headers files in order to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-14 |
Guilherme Maciel... | Explicit constructor to avoid implicit constructor... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2011-03-11 |
Guilherme Maciel... | PingScheduler now pings hosts IPs cyclically |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |