]> git.meshlink.io Git - meshlink/history - test/import-export.c
Never automatically try to bind to ports >= 32768.
[meshlink] / test / import-export.c
2020-12-06 Guus SliepenAdd missing calls to init_sync_flag() in test cases.
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-06-12 Guus SliepenFix warnings and missing mutex/cond initialization...
2020-05-13 Guus SliepenFix more compiler warnings.
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-01-19 Guus SliepenAdd meshlink_get_node_reachability().
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
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-08-13 Guus SliepenAllow Catta to be disabled.
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
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-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Guus SliepenTest whether UDP communication is working.
2014-07-25 Guus SliepenThe tests now all print proper error messages.
2014-06-01 Guus SliepenAdd test cases for importing/exporting data and invitin...