]> git.meshlink.io Git - meshlink/history - test
Remove make check warnings
[meshlink] / test /
2019-03-17 SS RoopRemove make check warnings
2019-03-17 Lakshminarayana... Add blackbox test cases for submesh
2019-03-12 Guus SliepenCheck for astyle version 3 before formatting the code.
2019-02-19 Guus SliepenFix building the channels test.
2019-02-19 Guus SliepenDon't try to build node_* binaries for the optimal...
2019-02-19 sairoop-elearAdd test case for channel blacklist
2019-02-19 Guus SliepenCode formatting.
2019-02-11 Guus SliepenAdd optimal pmtu test cases
2019-02-11 sairoop-elearUpdate invite API in blackbox test cases
2019-02-06 sairoop-elearAdd network namespace test framework
2019-01-31 Guus SliepenAdd a test case for meshlink_get_all_nodes_by_dev_class().
2019-01-31 Guus SliepenAdd test cases for the PMTU discovery mechanism.
2019-01-31 Guus SliepenUpdate the blackbox test infrastructure.
2018-11-20 Guus SliepenCode formatting.
2018-11-18 Guus SliepenAdd autoconf checks for LXC and cmocka.
2018-11-18 Guus SliepenAdd the blackbox channel connection tests.
2018-11-08 Elear Solutions DevAdd the blackbox container based test suite.
2018-08-30 Guus SliepenAdd missing code for the duplicate node testcase.
2018-08-12 Guus SliepenAdd duplicate node detection callback.
2018-06-26 Guus SliepenAdd meshlink_set_invitation_timeout().
2018-06-26 Guus SliepenAdd meshlink_set_canonical_address().
2018-06-26 Guus SliepenUpdate .gitignore files.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2018-04-30 Guus SliepenUse AX_PTHREAD to set the proper pthread flags.
2017-10-08 Guus SliepenEnsure make distcheck runs without errors.
2017-10-02 Guus SliepenFormat the examples and test suite.
2017-09-07 Guus SliepenAdd an --enable-install-tests option to configure.
2017-08-15 Guus SliepenCheck that autoconnect works as expected.
2017-08-14 Guus SliepenFix compiler warnings.
2017-08-14 Guus SliepenForce -Wall.
2017-08-14 Guus SliepenRemove unused/duplicate autoconf/automake definitions.
2017-08-14 Guus SliepenAdd a test for a constellation of three nodes.
2017-08-13 Guus SliepenTest cornercases of MeshLink channels.
2017-08-13 Guus SliepenAdd utility functions to create paired MeshLink instances.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-08-13 Guus SliepenRemove hack to wait for a valid key.
2017-08-13 Guus SliepenAllow Catta to be disabled.
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-06-25 Guus SliepenAdd meshlink_get_self().
2017-06-25 Guus SliepenFix the basicpp test.
2017-06-25 Guus SliepenAdd a function to destroy a MeshLink instance.
2014-12-27 Guus SliepenMake echo-fork handle arbitrary long streams of data.
2014-12-27 Aaron KrebsUpdated echo-fork test program.
2014-12-27 Aaron KrebsCleaned up test example.
2014-12-27 Aaron KrebsTest case for sending large messages.
2014-12-27 Sven M. Hallberghack to wait for SPTPS to complete before opening a...
2014-12-27 Sven M. Hallbergadd more and timestamped debug output to channels test
2014-12-27 Guus Sliepentest/channel: don't let both sides connect to each...
2014-12-27 Guus SliepenAdd a version of the channels test that forks.
2014-12-27 Guus SliepenFix compilation error in the basic C++ test.
2014-09-13 Guus SliepenAdd devclass argument to calls to meshlink_open() in...
2014-09-13 Guus SliepenUpdate .gitignore files.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-08 Niklas HofmannMerge branch 'everbase' into discovery
2014-08-08 Guus SliepenMake sure the tests compile again.
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Guus SliepenTest whether UDP communication is working.
2014-08-03 Larses compiliert, aber failed immernoch. :-( was ist da...
2014-07-26 Guus SliepenAdd a test for the channel API.
2014-07-26 Guus SliepenAdd a C++ version of the basic test.
2014-07-25 Guus SliepenThe tests now all print proper error messages.
2014-07-25 Guus SliepenImplement meshlink_sign() and _verify().
2014-06-01 Guus SliepenAdd test cases for importing/exporting data and invitin...
2014-05-25 Guus SliepenAdd missing basic.c test.
2014-05-25 Guus SliepenRemove old tests for tinc 1.1 and add a basic test...
2014-04-17 Guus SliepenUse Ed25519 keys.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenChange my email address.
2014-01-24 Guus SliepenTest two tinc daemons using network namespaces.
2013-09-08 Guus SliepenMake sure test scripts end up in the tarball.
2013-09-05 Guus SliepenTest running ping through two tinc daemons.
2013-09-05 Guus SliepenAdd two more test scripts.
2013-09-01 Guus SliepenAdd a test for invite and join commands.
2013-09-01 Guus SliepenAlso test whether tinc daemons can connect to each...
2013-09-01 Guus SliepenClean up leftover tincd and sptps_test processes.
2013-09-01 Guus SliepenFix tincd logfile location when running tests.
2013-09-01 Guus SliepenAdd test for import, export and exchange commands.
2013-09-01 Guus SliepenSmall fixes for tests.
2013-09-01 Guus SliepenMake sptps_test more easy to work with.
2013-09-01 Guus SliepenSome shells set $_ to an absolute path.
2013-09-01 Guus SliepenStart of a test suite.