pingcheck
2015-02-05 Christian Herdtweckgive up trying to define IcmpPacketDistributor in own...
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-02-04 Christian Herdtwecklimit line length of new files to 80 characters
2015-02-04 Christian Herdtweckuse new file name (icmppaKetdistributor --> icmppacCKet...
2015-01-26 Christian Herdtweckalso rename file in CMakeLists.txt
2015-01-26 Christian Herdtweckrename IcmpPaketDistributor files to IcmpPacketDistribu...
2015-01-26 Christian Herdtweckstart removing socket use from IcmpPinger to only have...
2015-01-26 Christian Herdtweckclean up IcmpPaketDistributors after stopping pingers
2015-01-26 Christian HerdtweckPinger holds weak_ptr to self, Pingers created through...
2015-01-23 Christian Herdtweckstarted to implement an icmp paket distributor; compile...
2015-01-22 Christian Herdtweckadded a test for pingcheck version to avoid trouble...
2015-01-22 Christian Herdtweckanother amendment to signal handler: make signaled_flag...
2015-01-22 Christian Herdtweckadded saving of history and results and function to...
2015-01-22 Christian Herdtweckadded a little failsave test into tester; simplified...
2015-01-22 Christian Herdtweckhad forgotten to reset default pingcheck binary from...
2015-01-22 Christian Herdtweckamendment to last commit: only makes sense if use diffe...
2015-01-22 Christian Herdtweckremoved logging from signal handler; create one handler...
2015-01-22 Christian Herdtweckchanged return type of get_configuration in main: retur...
2015-01-22 Christian Herdtweckchanged treatment of --version arg; remember to print...
2015-01-22 Christian Herdtweckcorrected type of TTL: is now uint32_t everywhere ...
2015-01-22 Christian Herdtweckremoved Readme.code because was neither up to date...
2015-01-22 Christian Herdtweckraised version number from 0.1 to 0.2
2015-01-21 Christian Herdtweckremember pings based on host, not IP; correct logging...
2015-01-21 Christian Herdtwecktreat output as "left-over" only after terminatin proce...
2015-01-21 Christian Herdtweckremoved assert that does not make sense and is often...
2015-01-21 Christian Herdtweckhad forgotten to disable testing setting in pingcheck...
2015-01-21 Christian Herdtweckdone with long_term_test.py
2015-01-21 Christian Herdtweckimproved tell-connd state representation
2015-01-21 Christian HerdtweckRaised importance of log output in signal handler:...
2015-01-16 Christian Herdtweckuse logging for all output, improve understanding of...
2015-01-16 Christian Herdtwecksome minor doc change I had overlooked
2015-01-15 Christian Herdtweckadded a test python script that goes online/offline...
2015-01-12 Christian Herdtweckrenamed IcmpPinger::handle_ping_done to handle_timeout...
2015-01-12 Christian Herdtwecksome whitespace change I had forgotten
2015-01-12 Christian Herdtweckadded case for unexpected signals in signal handler
2015-01-12 Christian Herdtweckmake error return codes from main unique again
2015-01-12 Christian Herdtweckintroduce a max number of exceptions ignored in io_serv...
2015-01-12 Christian Herdtweckproperly initialize variables remembering original...
2015-01-12 Christian Herdtweckcontinue waiting for data if receive handler received...
2015-01-12 Christian Herdtweckdo not wait for IcmpEchoReply if sending of IcmpEchoReq...
2015-01-12 Christian Herdtweckupdate docu messages for io_service
2015-01-12 Christian HerdtweckClean up output, whitespace,
2014-12-30 Christian Herdtweckminor change in logging: avoid duplicated "Error: "
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-12-23 Christian Herdtwecktemp commit before leaving, started to change signal...
2014-12-23 Christian Herdtweckhotfix for problem with 0-packages
2014-12-18 Christian Herdtweckchanged logic of icmp package read/write and operator...
2014-12-18 Christian Herdtweckfixed parsing of icmp data: only parses right amount...
2014-12-18 Christian Herdtweckfixed possible reason for broken icmp packages: restric...
2014-12-09 Christian Herdtweckfixed possible reason for broken icmp packages: restric...
2014-12-09 Christian Herdtweckreplace magic number 64k with constant SOCKET_BUFFER_SIZE
2014-12-09 Christian Herdtweckimproved logging output (once again)
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-12-09 Christian Herdtweckadded missing std::, commit before last does not compil...
2014-12-08 Christian Herdtweckdebug-log-message when there is unused data in buffer...
2014-12-08 Christian Herdtweckadded global try-catch to main
2014-11-17 Christian Herdtweckmade text log output slightly more informative and...
2014-11-12 Christian Herdtweckadded target "dist" to CMakeLists.txt, which uses ...
2014-11-12 Christian Herdtweckmore rigorous command line option checking; ensure...
2014-11-12 Christian Herdtweckwarn in case of unrecognized command line options;...
2014-11-12 Christian Herdtweckhad forgotten to remove a (rather stupid) debug test...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-11-12 Christian Herdtweckmake abstract base classes boost::noncopyable to avoid...
2014-11-12 Christian Herdtweckuse new function name of new log level string function...
2014-11-12 Christian Herdtweckadded /usr/intranator prefix to spec file
2014-11-12 Christian Herdtweckadded limit to DNS resolution attempts before pinging...
2014-11-12 Christian Herdtweckfixed bug in ICMP Packet Factory: do not continue with...
2014-11-05 Christian Herdtweckstop creating icmp packet parts from istream if earlier...
2014-11-05 Christian Herdtweckchanges in logging output: added information and change...
2014-11-05 Christian HerdtweckFor command line options for logging output level and...
2014-05-21 Christian Herdtweckupdated Readme: added option ratio-random-hosts, mentio...
2014-05-21 Christian Herdtweckchanged initial log level from Info to Notice to avoid...
2014-05-21 Christian Herdtweckchanged format for interval specification in pingcheck...
2014-05-21 Christian Herdtweckchanged escaping of shell args in status notifier comma...
2014-05-14 Christian Herdtweckadded two more options to pingchecker: use random inter...
2014-05-12 Christian Herdtweckadded doxygen text ofr new variable FirstDelay in Pingc...
2014-05-12 Christian Herdtweckconverted a few more BOOST_FOREACH to const reference...
2014-05-12 Christian Herdtweckadded yEd graph with most important calls
2014-05-12 Thomas JaroschUse const reference BOOST_FOREACH version
2014-05-08 Christian Herdtweckintroduced delays between starts of pingers, so they...
2014-05-08 Christian Herdtweckif DNS request at start of ping fails, re-schedule...
2014-04-25 Christian Herdtweckadd try-catch to dns resolving of name server to get...
2014-04-25 Christian Herdtweckfixed a bug in status notification (first status was...
2012-11-27 Guilherme Maciel... Documentation: explains how to setuid the pingcheck...
2012-07-03 Guilherme Maciel... Test: added testcase for log-output configuration option.
2012-07-03 Guilherme Maciel... Feature: allow to choose among two log destinations...
2012-07-02 Guilherme Maciel... Fix: standardized the logfunc header inclusion.
2012-07-02 Guilherme Maciel... Fix: added src/config/option directory to Doxygen build...
2012-04-14 Guilherme Maciel... Changes introduced in master branch. v1.6
2012-04-14 Guilherme Maciel... Changed TCP ping method.
2012-03-29 Guilherme Maciel... Replaced the boost::Scoped_array by std::vector as...
2012-03-29 Guilherme Maciel... Fix: the boolean logic was inverted.
2012-03-28 Guilherme Maciel... The application now recognizes the ICMPv4, TCP_IPv4...
2012-03-28 Guilherme Maciel... Pass the PingProtocolList by const reference, not by...
2012-03-28 Guilherme Maciel... Changed the network interface rules, the correct behavi...
2012-03-23 Thomas JaroschUpdate example config to current config options
2012-03-23 Thomas JaroschFix: src\dns\dnsresolver.cpp 272 Warning 616: control...
2012-03-23 Thomas JaroschMask some PC-Lint messages. Simple constification
2012-03-22 Guilherme Maciel... Changes introduced in the ip-version-drop branch. v1.5
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
next