]> git.meshlink.io Git - meshlink/history - test
Don't use assert() to check the results of pthread_*() calls.
[meshlink] / test /
2020-06-12 Guus SliepenFix warnings and missing mutex/cond initialization...
2020-06-11 Guus SliepenFix some test cases using the same configuration directory.
2020-06-11 Guus SliepenRemove gettimeofday() usage from test cases.
2020-05-18 Guus SliepenAdd a test for AIO callback cornercases.
2020-05-13 Guus SliepenFix more compiler warnings.
2020-05-11 Guus SliepenFix make distcheck.
2020-05-11 Guus SliepenMove UTCP into the MeshLink repository.
2020-04-11 Guus SliepenCheck that we can send up to 65536 bytes at a time...
2020-04-11 Guus SliepenHave nodes remember in which submesh they live.
2020-04-11 Guus SliepenAllow meshlink_open() to be called with a NULL name.
2020-04-11 sairoop-elearAdd UTCP UDP channel corner cases and test cases on...
2020-04-11 sairoop-elearAdd channel poll callback corner cases
2020-04-11 sairoop-elearAdd missing atomic test cases to the APIs that affects...
2020-04-02 Guus SliepenUpdate UTCP to support fragmenting packets on UDP style...
2020-04-02 RoopUpdated test vectors for get node reachability
2020-04-02 RoopAdd meshlink_get_all_nodes_by_last_reachable API, meshl...
2020-03-12 Guus SliepenUse slashes internally to separate hostnames and ports...
2020-03-10 Guus SliepenUpdate the invite-join test.
2020-03-06 Guus SliepenAdd meshlink_add_invitation_address(), deprecate meshli...
2020-02-23 Guus SliepenCheck that importing the same data twice is fine, but...
2020-02-23 Guus SliepenUpdate the blackbox join test cases.
2020-02-03 Guus SliepenFix spelling errors.
2020-02-03 Guus SliepenFix compiling with GCC 10.
2020-01-27 Guus SliepenOnly let mesh->self be reachable when the mesh is started.
2020-01-19 Guus SliepenAdd meshlink_get_node_reachability().
2019-12-01 Guus SliepenDestroy new/ and old/ subdirectories when creating...
2019-12-01 Guus SliepenAdd meshlink_get_all_nodes_by_last_reachable().
2019-11-11 Guus SliepenAssert that nodes black/whitelisted by name persist...
2019-11-11 Guus SliepenAdd support for black/whitelisting by name, and forgett...
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-11-09 Guus SliepenUse a separate lockfile to lock the configuration direc...
2019-10-30 Guus SliepenEnsure NDEBUG is not set in the test suite.
2019-10-27 Guus SliepenDon't call graph() twice when a new connection replaces...
2019-10-14 Guus SliepenAllow the mesh to detect when a node has completely... features/detect-restarted-nodes
2019-10-13 Guus SliepenSet the priv pointer at channel open time in the channe...
2019-10-13 Guus SliepenSet a very small channel timeout in channels-failure...
2019-10-10 Guus SliepenFix waiting for two nodes to become reachable in the...
2019-10-07 Guus SliepenRefactor the non-blackbox test suite.
2019-10-05 Guus SliepenFix the channels-no-partial test case.
2019-10-04 Guus SliepenClean up resources in the test cases.
2019-10-04 Guus SliepenFix several memory leaks found by AddressSanitizer.
2019-09-22 Guus SliepenTest UDP channels.
2019-09-17 Guus SliepenEnsure the channel poll callback is called with len...
2019-09-09 Guus SliepenCorrectly update our own host config file after meshlin...
2019-09-05 Guus SliepenFix starting the channels-fork test.
2019-09-05 Guus SliepenBetter use of enum dev_class_t.
2019-08-29 Guus SliepenAdd support for AIO using filedescriptors.
2019-08-15 Guus SliepenTest concurrent AIO and non-AIO transfers.
2019-08-13 Guus SliepenAllow the channel send and receive buffer size to be...
2019-08-12 Guus SliepenAdd meshlink_channel_aio_receive().
2019-08-12 Guus SliepenAdd a test case for meshlink_channel_aio_send().
2019-07-07 Guus SliepenInform UTCP when a node is offline, so it will start...
2019-07-07 Guus SliepenUpdate UTCP to correctly handle timeouts sending data.
2019-07-04 Guus SliepenPrevent meshlink_join() when the joining node is alread...
2019-06-13 Guus SliepenFix compiler warnings in the test suites.
2019-06-13 Guus SliepenSpeed up initial autoconnect after joining a mesh.
2019-06-13 sairoop-elearAdd encrypted key rotation feature api
2019-06-13 sairoop-elearAdd unit test cases for encrypted storage key rotation
2019-06-13 Guus SliepenAdd support for opening a MeshLink instance without...
2019-06-13 Guus SliepenAdd support for encrypted storage.
2019-06-05 lakshminarayanagurramAdd test cases for random port bindings
2019-05-25 sairoop-elearAdd meta-connection attempt callback feature
2019-05-25 Lakshminarayana... Add meshlink_get_submesh API
2019-05-25 Lakshminarayana... Add condition check in auto connect for blacklisted...
2019-03-18 SS RoopRemove extra locks causing deadlocks for wait_sync_flag...
2019-03-17 Guus SliepenFix spelling errors.
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.
next