2014-11-12 |
Christian Herdtweck | added /usr/intranator prefix to spec file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | added limit to DNS resolution attempts before pinging... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | fixed bug in ICMP Packet Factory: do not continue with... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-05 |
Christian Herdtweck | stop creating icmp packet parts from istream if earlier... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-05 |
Christian Herdtweck | changes in logging output: added information and change... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-05 |
Christian Herdtweck | For command line options for logging output level and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-21 |
Christian Herdtweck | updated Readme: added option ratio-random-hosts, mentio... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-21 |
Christian Herdtweck | changed initial log level from Info to Notice to avoid... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-21 |
Christian Herdtweck | changed format for interval specification in pingcheck... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-21 |
Christian Herdtweck | changed escaping of shell args in status notifier comma... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-14 |
Christian Herdtweck | added two more options to pingchecker: use random inter... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-12 |
Christian Herdtweck | added doxygen text ofr new variable FirstDelay in Pingc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-12 |
Christian Herdtweck | converted a few more BOOST_FOREACH to const reference... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-12 |
Christian Herdtweck | added yEd graph with most important calls |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-12 |
Thomas Jarosch | Use const reference BOOST_FOREACH version |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Christian Herdtweck | introduced delays between starts of pingers, so they... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Christian Herdtweck | if DNS request at start of ping fails, re-schedule... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-25 |
Christian Herdtweck | add try-catch to dns resolving of name server to get... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-25 |
Christian Herdtweck | fixed a bug in status notification (first status was... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-11-27 |
Guilherme Maciel... | Documentation: explains how to setuid the pingcheck... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-07-03 |
Guilherme Maciel... | Test: added testcase for log-output configuration option. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-07-03 |
Guilherme Maciel... | Feature: allow to choose among two log destinations... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-07-02 |
Guilherme Maciel... | Fix: standardized the logfunc header inclusion. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-07-02 |
Guilherme Maciel... | Fix: added src/config/option directory to Doxygen build... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-04-14 |
Guilherme Maciel... | Changes introduced in master branch. v1.6 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-04-14 |
Guilherme Maciel... | Changed TCP ping method. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-29 |
Guilherme Maciel... | Replaced the boost::Scoped_array by std::vector as... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-29 |
Guilherme Maciel... | Fix: the boolean logic was inverted. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-28 |
Guilherme Maciel... | The application now recognizes the ICMPv4, TCP_IPv4... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-28 |
Guilherme Maciel... | Pass the PingProtocolList by const reference, not by... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-28 |
Guilherme Maciel... | Changed the network interface rules, the correct behavi... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Thomas Jarosch | Update example config to current config options |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Thomas Jarosch | Fix: src\dns\dnsresolver.cpp 272 Warning 616: control... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Thomas Jarosch | Mask some PC-Lint messages. Simple constification |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-22 |
Guilherme Maciel... | Changes introduced in the ip-version-drop branch. v1.5 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Guilherme Maciel... | Merge branch 'ip-version-drop' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Guilherme Maciel... | Fix: ip::address::is_unspecified() is available only... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Guilherme Maciel... | Fix: do not assert when the address has more than one... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Guilherme Maciel... | Changes introduced in the nic-per-host branch. v1.4 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Guilherme Maciel... | Handling more kinds of errors during file parsing. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Guilherme Maciel... | Fix: consider the network interface from each host. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Guilherme Maciel... | Removing LocalNetworkInterfaceName attribute, it is... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Guilherme Maciel... | Use the "host.source-network-interface" only if the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Guilherme Maciel... | Test: updating the test cases with the new network... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-13 |
Guilherme Maciel... | Documentation: updating the Readme with the new network... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-13 |
Guilherme Maciel... | Renamed the global "source-network-interface" to "defau... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-13 |
Guilherme Maciel... | Added the host.source-network-interface configuration... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Passing the protocol list by const reference. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Added a method specially to initialize the pinger objec... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Fixed misspelled include guard. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Revert "Configuration: added the ping protocol fallback... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Revert "Test: updating test cases to use the ping proto... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Revert "Perform N pings using one protocol, then after... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Revert "Documentation: updating Readme and TODO files." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Fix: cast to integer because some compilers do not... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-11 |
Guilherme Maciel... | Removing the const qualifier to link with Boost. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-10 |
Guilherme Maciel... | Not implemented according to the message: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-07 |
Guilherme Maciel... | Documentation: updating Readme and TODO files. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-07 |
Guilherme Maciel... | Perform N pings using one protocol, then after those... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-07 |
Guilherme Maciel... | Test: updating test cases to use the ping protocol... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-07 |
Guilherme Maciel... | Configuration: added the ping protocol fallback count. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-06 |
Guilherme Maciel... | Using boost::asio::ip::address class instead of std... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-05 |
Guilherme Maciel... | Added the protocols supported in the Readme file. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-05 |
Guilherme Maciel... | Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-05 |
Guilherme Maciel... | The DNS address resolution is synchronized with the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-05 |
Guilherme Maciel... | Repositioning of the ping_done_handler() method accordi... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-05 |
Guilherme Maciel... | Log message reformatting. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-05 |
Guilherme Maciel... | Bring aboard a factory to create DNS resolvers. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-04 |
Guilherme Maciel... | Added AAAA resource records in the DNS query. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-29 |
Guilherme Maciel... | Moved DnsResolver from PingScheduler to PingRotate. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-29 |
Guilherme Maciel... | Code improvement: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-28 |
Guilherme Maciel... | Code improvement: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-26 |
Guilherme Maciel... | Code improvement: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-26 |
Guilherme Maciel... | Hardening the match methods through asserts. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-25 |
Guilherme Maciel... | Using the list of protocols in the scheduler. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-25 |
Guilherme Maciel... | Factory method to create the Pinger object that handles... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-25 |
Guilherme Maciel... | The configuration supports more than one protocol per... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-25 |
Guilherme Maciel... | Added a new class to exchange protocols. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-25 |
Guilherme Maciel... | Documentation: documenting the parsing function. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-25 |
Guilherme Maciel... | Added PingProtocolList type. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-25 |
Guilherme Maciel... | Replaced boost::shared_ptr<Pinger> by PingerItem. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-23 |
Guilherme Maciel... | Small formatting. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-23 |
Guilherme Maciel... | Created a HostAddressList type as an alias to the STL... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-23 |
Guilherme Maciel... | Fix: cast to integer because some compilers do not... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-23 |
Guilherme Maciel... | Refactor: moved the 'A' resource record filling to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-23 |
Guilherme Maciel... | Removing the const qualifier to link with Boost. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-23 |
Guilherme Maciel... | Created a PingItem type as an alias to the smart pointer. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Changes introduced in the test branch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Implemented in commit aafde4f869c9a119bfb44e54961d7ac93... v1.3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Fix: suppress the warning about dereferencing type... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Not implemented. The classes config/Host and dns/HostAd... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Not implemented. The checksum calculations are differen... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Not done and not important, as no bottleneck is noticeable. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Not implemented according to the message: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Implemented in commit 3625c0e544982518392b842162318db9a... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Implemented in 'config' branch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Implemented in 'test' branch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Implemented in ipv6 branch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-21 |
Guilherme Maciel... | Implemented in commit ad545958f408012956bcac4cf466c94be... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-02-20 |
Guilherme Maciel... | Merge branch 'test' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |