Merge branch 'improve-safety'
[pingcheck] / test /
2021-04-07 Thomas JaroschUnbreak unit test
2017-09-08 Thomas JaroschExplicitly link pthread
2015-07-22 Christian Herdtweckmoved tests
2015-07-17 Christian Herdtweckupdated connd --status output parser to include log...
2015-06-11 Christian Herdtweckchanged value of link_up/down_interval from minutes...
2015-06-03 Christian Herdtweckfixed memory access violations in test_dns: cancelled...
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 Herdtweckmade limits in HostStatus floats; reduce logging
2015-05-28 Christian Herdtweckadded variable for threshold for switching from "all...
2015-05-26 Christian Herdtweckadded congestion analysis to HostStatus
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 Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
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 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 Herdtweckfixed bug that caused outdated IPsto be returned from...
2015-05-04 Christian Herdtweckadded option log-file and option FILE to log-output...
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 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 Herdtweckmerged PingRotate into PingScheduler; fixed save/load...
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-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-18 Christian Herdtweckadded new unittest for IcmpPacket
2015-03-18 Christian Herdtweckadded code to parse ICMP type TimeExceeded
2015-03-18 Christian Herdtweckadded ip source and destination address to IpHeader...
2015-03-13 Christian Herdtweckconsequently moved all implementation from h to cpp...
2015-03-12 Christian Herdtweckupdated icmp unittests
2015-03-12 Christian Herdtweckmoved some implementations from h to cpp files because...
2015-01-22 Christian Herdtweckadded a test for pingcheck version to avoid trouble...
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-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 Herdtweckdone with long_term_test.py
2015-01-21 Christian Herdtweckimproved tell-connd state representation
2015-01-16 Christian Herdtweckuse logging for all output, improve understanding of...
2015-01-15 Christian Herdtweckadded a test python script that goes online/offline...
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-05-14 Christian Herdtweckadded two more options to pingchecker: use random inter...
2012-07-03 Guilherme Maciel... Test: added testcase for log-output configuration option.
2012-07-02 Guilherme Maciel... Fix: standardized the logfunc header inclusion.
2012-03-28 Guilherme Maciel... The application now recognizes the ICMPv4, TCP_IPv4...
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
2012-03-14 Guilherme Maciel... Test: updating the test cases with the new network...
2012-03-11 Guilherme Maciel... Revert "Test: updating test cases to use the ping proto...
2012-03-11 Guilherme Maciel... Fix: cast to integer because some compilers do not...
2012-03-07 Guilherme Maciel... Test: updating test cases to use the ping protocol...
2012-02-25 Guilherme Maciel... The configuration supports more than one protocol per...
2012-02-23 Guilherme Maciel... Fix: cast to integer because some compilers do not...
2012-02-20 Guilherme Maciel... Fix: using libi2ncommon LogLevel.
2012-02-19 Guilherme Maciel... Bring aboard log level configuration.
2012-02-19 Guilherme Maciel... Bring aboard log level parsing function.
2012-02-19 Guilherme Maciel... Implemented encode and decode methods for just 1 bit.
2012-02-18 Guilherme Maciel... Test: bring aboard TcpHeader test case.
2012-02-18 Guilherme Maciel... Removed unused parameter.
2012-02-18 Guilherme Maciel... Added functions prototypes to suppress some warnings.
2012-02-18 Guilherme Maciel... Fix: const-fied the argv parameter in order to suppress...
2012-02-13 Guilherme Maciel... Test: bring aboard LinkStatus test case.
2012-02-06 Guilherme Maciel... Fix: fixed previous test case namespace.
2012-02-06 Guilherme Maciel... Test: bring aboard PingProtocol test case.
2012-02-06 Guilherme Maciel... Test: bring aboard ConfigurationOptions test case.
2012-02-02 Guilherme Maciel... Fix: misspelled class name.
2012-02-02 Guilherme Maciel... Test: added --daemon option to ConfigurationCommandLine...
2012-02-02 Guilherme Maciel... Test: bring aboard ConfigurationFile test case.
2012-02-01 Guilherme Maciel... Test: bring aboard ConfigurationCommandLine test case.
2012-01-28 Guilherme Maciel... Removed parameter to shut the warning up.
2012-01-26 Guilherme Maciel... Renamed LinkStatusAnalyzer to LinkStatus.
2012-01-25 Guilherme Maciel... Renamed HostStatusAnalyzer to HostStatus.
2012-01-25 Guilherme Maciel... Merge branch 'config' into test
2012-01-21 Guilherme Maciel... Test: keep mock class definition within header to reduc...
2012-01-21 Guilherme Maciel... Test: split test cases in N binaries.
2012-01-20 Guilherme Maciel... Test: bring aboard HostStatusAnalyzer test case.
2012-01-20 Guilherme Maciel... Test: bring aboard the LinkStatusAnalyzer mock required...
2012-01-16 Guilherme Maciel... Test: bring aboard Icmpv6Header test case.
2012-01-10 Guilherme Maciel... Test: bring aboard Icmpv4Header test case.
2012-01-08 Guilherme Maciel... Test: bring aboard Ipv6Header test case.
2012-01-08 Guilherme Maciel... Test: removed hard-coded MessagePayload size.
2012-01-08 Guilherme Maciel... Test: bring aboard Ipv4Header test case.
2012-01-07 Guilherme Maciel... Fix: added missing statements in the makefile and split...
2012-01-06 Guilherme Maciel... Test: finished MessagePayload test case.
2012-01-03 Guilherme Maciel... Bring aboard test framework.