pingcheck
2021-04-07 Thomas JaroschMerge branch 'improve-safety' master
2021-04-07 Thomas JaroschIncrease pingcheck version to 0.8
2021-04-07 Thomas JaroschUnbreak unit test
2021-04-07 Thomas JaroschWrite out cache file to temporary file + atomic replace
2021-04-07 Thomas JaroschAdd exception safety to load of the DNS disk cache
2020-05-23 Thomas JaroschFix 'occurred' typo
2017-09-08 Thomas JaroschExplicitly link pthread
2015-12-23 Thomas JaroschSwitch to Intra2net rpm group
2015-11-11 Christian Herdtweckfixed CMakeLists: do not make debug the default, remove...
2015-07-22 Christian Herdtweckmoved tests
2015-07-17 Christian Herdtweckupdated connd --status output parser to include log...
2015-07-16 Christian Herdtweckrevision 1 of version 0.7
2015-07-15 Christian Herdtweckremove consistency check for empty callback list in...
2015-06-19 Christian Herdtweckincrease version to 0.7
2015-06-19 Christian Herdtweckrevision 0.6r5 so we are in sync with other revision...
2015-06-19 Thomas JaroschFix trivial typo
2015-06-19 Christian Herdtweckdowngraded icmp parsing error log messages and notice...
2015-06-19 Christian Herdtweckbugfixed erase and re-set of TTLs; changed time warp...
2015-06-19 Christian Herdtweckadded clean-up to DnsCache: will remove very old entrie...
2015-06-19 Christian Herdtweckmoved 3 lines of Cname constructors from dnscache.cpp...
2015-06-19 Christian Herdtwecksecured DnsCache against time warp-related errors
2015-06-19 Christian Herdtweckmade a note in TODO and signal handler about SIGHUP...
2015-06-12 Christian Herdtweckprevent pingcheck from repeating report of same status...
2015-06-11 Christian Herdtweckchanged value of link_up/down_interval from minutes...
2015-06-10 Christian Herdtweckremoved debug output (to be precise: reduced level...
2015-06-10 Christian Herdtwecksave float comparison; fixed syntax error
2015-06-10 Christian Herdtweckincreased revision --> v0.6r2
2015-06-10 Christian Herdtweckparanoia: ensure we never divide by 0 althrough logic...
2015-06-10 Christian Herdtweckadded delay to pingers with random interval; delay...
2015-06-05 Christian Herdtweckchanged forgotten link status messages to format used...
2015-06-03 Christian Herdtweckfixed memory access violations in test_dns: cancelled...
2015-06-03 Christian Herdtweckincrese revision to 0.6.1 and log level of missing...
2015-05-29 Christian Herdtweckmade counts in link status analyzer log messages cleare...
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...
next