pingcheck
2015-05-29 Christian Herdtweckadded missing counter increment in backup loop termination
2015-05-29 Christian Herdtweckimproved information content of logs: in LinkAnalyzer...
2015-05-28 Christian Herdtweckfixed and re-enabled unit tests
2015-05-28 Christian Herdtweckchanged default path for log file to /var/log
2015-05-28 Christian Herdtweckremoved debug option I had set for testing (DUMP_ALWAYS)
2015-05-28 Christian Herdtweckchanged paths of DNS cache (now in /var/cache) and...
2015-05-28 Christian Herdtweckmoved adjustment of PingTimeout to right place in PingS...
2015-05-28 Christian Herdtweckmade limits in HostStatus floats; reduce logging
2015-05-28 Christian Herdtweckfixed bug that caused HostStatus to never leave BurstMode
2015-05-28 Christian Herdtweckadded variable for threshold for switching from "all...
2015-05-28 Christian Herdtweckmade congestion/offline behaviour more stable: do no...
2015-05-28 Christian Herdtweckfixed bug that caused congestion flag to stay on when...
2015-05-27 Thomas JaroschRe-enable unit test during rpm build. Ignore exit statu...
2015-05-27 Thomas JaroschRelease version 0.6
2015-05-26 Christian Herdtweckto avoid going down in congested line scenario, also...
2015-05-26 Christian Herdtweckadded option to limit number of IPs per host that are...
2015-05-26 Christian Herdtweckcongestion detection now working; also add case that...
2015-05-26 Christian Herdtweckremoved assertion in HostStatus that PingsPerformedCoun...
2015-05-26 Christian Herdtweckuse line digestion recognition in PingScheduler;
2015-05-26 Christian Herdtweckadded congestion analysis to HostStatus
2015-05-26 Christian Herdtweckif sending several pings in parallel, delay them in...
2015-05-26 Christian Herdtweckmoved time duration measurement of ping from scheduler...
2015-05-26 Christian Herdtweckremoved the main while loop because if catch an excepti...
2015-05-22 Christian Herdtweckstarted parallel pings, not quite done yet since need...
2015-05-22 Christian Herdtweckgive HostStatus analyzer more info: details on ping...
2015-05-22 Christian Herdtweckdeal with case that have no IP from DNS nor from Cache
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
2015-05-21 Christian Herdtweckuse I2n::tmpfstream to write pcap dump files
2015-05-21 Christian Herdtweckremove debug output or more precisely: changed its...
2015-05-21 Christian Herdtweckfixed a bug causing failed assertions from inconsistent...
2015-05-20 Christian Herdtweckimproved simplified IcmpPinger logging (using LogPrefix...
2015-05-20 Christian Herdtweckadd some debugging output at NOTICE level to HostStatus...
2015-05-20 Christian Herdtweckchanged default value for time between resolves (min...
2015-05-20 Christian Herdtweckfixed bug: correctly handle case when never had any...
2015-05-20 Christian Herdtweckextended ICMP packet dumping to parts after packet...
2015-05-06 Christian Herdtweckre-raise a little output in cache: state newly acquired...
2015-05-06 Christian Herdtweckversion 0.5
2015-05-06 Christian Herdtwecklogging update
2015-05-06 Christian Herdtweckadded logic to deal with dns replies to old dns request...
2015-05-06 Christian Herdtweckmade DNS much less talkative
2015-05-06 Christian Herdtweckmade link status analyzer more talkative
2015-05-05 Christian Herdtweckadded log output target UNDEFINED; return if no hosts...
2015-05-04 Christian Herdtweckmade nicer static variables of packet dump mode and...
2015-05-04 Christian Herdtweckincreased version to 0.4 revision 0: new DNS, merged...
2015-05-04 Christian Herdtweckremove the footer saying that vim is the best editor...
2015-05-04 Christian Herdtweckcreated arg recursion_count to async_resolve and many...
2015-05-04 Christian Herdtweckadded option min-time-between-resolves-option and tests...
2015-05-04 Christian Herdtweckdefine this as revision 3 of version 0.3 and add to...
2015-05-04 Christian Herdtweckhad forgotten to unset debug option (max number of...
2015-05-04 Christian Herdtweckdid minor changes; used this version for testing over...
2015-05-04 Christian Herdtweckfixed bug that caused outdated IPsto be returned from...
2015-05-04 Christian Herdtweckfound reason for 0.0.0.0 IPs in logs: IcmpPingers are...
2015-05-04 Christian Herdtweckadded option log-file and option FILE to log-output...
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckadded test to DNS: load cache from file
2015-05-04 Christian Herdtweckfixed bug in TimeToLive: get huge TTLs from cast to...
2015-05-04 Christian Herdtweckfixed 2 bugs and made clearer that Long-term timer...
2015-05-04 Christian Herdtweckremoved the HostStatus::report_dns_resolution_failure...
2015-05-04 Christian Herdtweckensured LogPrefix is used in DNS and PingScheduler...
2015-05-04 Christian Herdtweckmore cname-skip unit-tests and simplification of skip...
2015-05-04 Christian Herdtweckcreated and passed first unit tests for DNS; finished...
2015-05-04 Christian Herdtweckremote PingRotate
2015-05-04 Christian Herdtweckmerged PingRotate into PingScheduler; fixed save/load...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-05-04 Christian Herdtweckfinished self-implementation of DNS resolver recursion...
2015-05-04 Christian Herdtweckcontinue implementation; first tests with recursion...
2015-05-04 Christian Herdtweckchanged how dns deals with cnames and recursion: rememb...
2015-05-04 Christian Herdtweckstarted experimenting with DnsResolver; does send stuff...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir to dns subdir; changed...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir into proper dns dir
2015-05-04 Christian Herdtweckdeleted old DNS resolver and its factory
2015-05-04 Christian Herdtweckadjusted rest of pingchecker to use new dns in very...
2015-05-04 Christian Herdtweckadded dns cache file option
2015-05-04 Christian Herdtweckadded missing functions and config vars used by pingsch...
2015-05-04 Christian Herdtweckimplemented serialization, is compiling
2015-05-04 Christian Herdtweckdone except for saving/loading cache; not being used...
2015-05-04 Christian Herdtweckcontinuing with dns rewrite; today realized that cache...
2015-05-04 Christian Herdtweckadded first half-ready versions of new DNS files in...
2015-05-04 Christian Herdtweckrenamed expired_resolved_ip to have_up_to_date_ip becau...
2015-05-04 Christian Herdtweckre-designed DNS plan because with first approach all...
2015-04-01 Christian Herdtweckdo actually rotate protocols in PingRotate
2015-04-01 Christian Herdtweckmoved try-catch around icmp packet parsing from IcmpPac...
2015-03-25 Christian Herdtweckchanged start of pings to time when io_service.run...
2015-03-25 Christian Herdtweckmade PingRotate actually rotate through protocols,...
2015-03-20 Christian Herdtweckupdated revision (version now 0.3.2) and fixed creation...
2015-03-20 Christian Herdtweckupdate Readme, TODO and example pingcheck.conf
2015-03-20 Christian Herdtweckfixed trouble in unittests: when I changed/added option...
2015-03-20 Christian Herdtweckfixed same bug as for DestinationUnreachable in TimeExc...
2015-03-19 Christian Herdtweckfixed bug in match_destination_unreachable: message...
2015-03-19 Christian Herdtweckadded more tests, fixed trouble with position of test...
2015-03-19 Christian Herdtweckcan now interpret pcaps from tcpdump; created own pcap...
2015-03-19 Christian Herdtweckadded more testing pcap data
2015-03-19 Christian Herdtweckcreated data directory in test directory for pcap files...
2015-03-19 Christian Herdtweckadded revision to version string (0.3 --> 0.3.1) to...
2015-03-18 Christian Herdtweckadded more getter to IcmpPacket so can test more
2015-03-18 Christian Herdtweckadded new unittest for IcmpPacket
2015-03-18 Christian Herdtweckfixed bugs that caused DestinationUnreachable / TimeExc...
2015-03-18 Christian Herdtweckadded option to print raw message data in text form...
2015-03-18 Christian Herdtweckadded code to parse ICMP type TimeExceeded
2015-03-18 Christian Herdtweckin case of unknown ICMP reply type, consume data instea...
next