]> git.meshlink.io Git - meshlink/history - test/basic.c
Allow meshlink_open() to be called with a NULL name.
[meshlink] / test / basic.c
2020-04-11 Guus SliepenAllow meshlink_open() to be called with a NULL name.
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-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-07 Guus SliepenRefactor the non-blackbox test suite.
2019-06-13 Guus SliepenFix compiler warnings in the test suites.
2019-06-13 Guus SliepenAdd support for encrypted storage.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenFormat the examples and test suite.
2017-06-25 Guus SliepenAdd meshlink_get_self().
2017-06-25 Guus SliepenAdd a function to destroy a MeshLink instance.
2014-09-13 Guus SliepenAdd devclass argument to calls to meshlink_open() in...
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-07-25 Guus SliepenThe tests now all print proper error messages.
2014-05-25 Guus SliepenAdd missing basic.c test.