]> git.meshlink.io Git - meshlink/history - test
Never automatically try to bind to ports >= 32768.
[meshlink] / test /
2022-11-08 Guus SliepenAdd a test for the discovery algorithm.
2022-11-06 Guus SliepenAdd a test for changing ports and handling of port...
2021-10-08 Guus SliepenAdd missing metering testcases.
2021-09-20 Guus SliepenAdd extra metering scenarios.
2021-09-09 Guus SliepenAdd a metering test. feature/improved-counters test/metering-better-pmtu
2021-05-04 Guus SliepenFix several memory leaks.
2021-04-23 Guus SliepenAdd a test case for meshlink_channel_abort() in combina...
2021-04-15 Guus SliepenDon't link with Catta anymore.
2021-04-09 Guus SliepenFix compilation error on macOS.
2021-04-09 Guus SliepenMake sure we #define _POSIX_C_SOURCE.
2021-03-24 Guus SliepenAdd missing #include in test/utils.h.
2021-03-04 Guus SliepenAllow sending up to 16 MiB in one go over a UDP channel. feature/huge-udp-channel-packets
2021-03-03 Guus SliepenExpand the storage policy test to check for correctness...
2021-03-03 Guus SliepenAdd a test for the various storage policies.
2021-03-03 Guus SliepenAllow the application to provide channel send/receive...
2021-02-23 Guus SliepenAdd meshlink_set_channel_flags().
2020-12-06 Guus SliepenAdd missing calls to init_sync_flag() in test cases.
2020-10-29 Guus SliepenAdd a callback that notifies the application when it...
2020-10-25 Guus SliepenAdd API functions to query the blacklist status of...
2020-10-11 Guus SliepenFix waiting for peer node to become reachable in test...
2020-09-30 Guus SliepenFix cornercases closing channels.
2020-09-07 Guus SliepenUpdate the invite-join test to update the canonical...
2020-07-29 Guus SliepenAdd meshlink_set_channel_listen_cb().
2020-07-29 Guus SliepenEnsure the poll callback is called when a UDP channel...
2020-07-23 Guus SliepenSpeed up the import-export test by using the PMTU callback.
2020-07-23 Guus SliepenFix the import-export test failing sporadically.
2020-07-23 Guus SliepenFix the channels-udp test case.
2020-07-23 Guus SliepenCombine blackbox join test cases into the invite-join...
2020-07-22 Guus SliepenPort the blackbox status_cb test.
2020-07-22 Guus SliepenPort the blackbox meta-connections test using network...
2020-07-22 Guus SliepenAdd reset_sync_flag().
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.
next