2015-01-12 |
Christian Herdtweck | some whitespace change I had forgotten |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | added case for unexpected signals in signal handler |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | make error return codes from main unique again |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | introduce a max number of exceptions ignored in io_serv... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | properly initialize variables remembering original... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | continue waiting for data if receive handler received... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | do not wait for IcmpEchoReply if sending of IcmpEchoReq... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | update docu messages for io_service |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | Clean up output, whitespace, |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-30 |
Christian Herdtweck | minor change in logging: avoid duplicated "Error: " |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-30 |
Christian Herdtweck | new signal handling in main; removed all thread-related... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-23 |
Christian Herdtweck | temp commit before leaving, started to change signal... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-23 |
Christian Herdtweck | hotfix for problem with 0-packages |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-18 |
Christian Herdtweck | changed logic of icmp package read/write and operator... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-18 |
Christian Herdtweck | fixed parsing of icmp data: only parses right amount... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-18 |
Christian Herdtweck | fixed possible reason for broken icmp packages: restric... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | fixed possible reason for broken icmp packages: restric... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | replace magic number 64k with constant SOCKET_BUFFER_SIZE |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | improved logging output (once again) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | added a handler for failed BOOST_ASSERT-ions; add globa... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | added missing std::, commit before last does not compil... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-08 |
Christian Herdtweck | debug-log-message when there is unused data in buffer... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-08 |
Christian Herdtweck | added global try-catch to main |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-17 |
Christian Herdtweck | made text log output slightly more informative and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | added target "dist" to CMakeLists.txt, which uses ... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | more rigorous command line option checking; ensure... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | warn in case of unrecognized command line options;... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | had forgotten to remove a (rather stupid) debug test... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | converted 3 constants into configuration variables... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | make abstract base classes boost::noncopyable to avoid... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-11-12 |
Christian Herdtweck | use new function name of new log level string function... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
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) |
next |