]> git.meshlink.io Git - meshlink/history - src/devtools.c
Add devtool_set_meta_status_cb().
[meshlink] / src / devtools.c
2020-07-22 Guus SliepenAdd devtool_set_meta_status_cb().
2020-07-04 Guus SliepenDon't use assert() to check the results of pthread_...
2020-06-11 Guus SliepenAdd asserts() to all pthread related function calls.
2020-04-11 Guus SliepenWhen resetting timers that use CLOCK_MONOTONIC, use...
2020-04-11 Guus SliepenAdd a probe point for SPTPS renewal and devtool_force_s...
2020-04-11 Guus SliepenAdd a probe point for async DNS resolving.
2020-02-23 Guus SliepenUpdate the blackbox join test cases.
2019-10-13 Guus SliepenRemove some more superfluous parentheses.
2019-10-13 Guus SliepenRename mesh_mutex to mutex.
2019-10-05 Guus SliepenAdd assert() calls to the library.
2019-09-26 Guus SliepenFix errors found by Clang's static analyzer.
2019-08-04 Guus SliepenRemove global variables.
2019-07-19 Guus SliepenRemove unused member variables.
2019-06-13 sairoop-elearModify meshlink configuration base file structre
2019-06-13 sairoop-elearAdd unit test cases for encrypted storage key rotation
2019-06-05 lakshminarayanagurramAdd test cases for random port bindings
2019-02-25 lakshminarayanagurramAdd devtool_get_all_submeshes().
2019-01-31 Guus SliepenProvide a way to open MeshLink in its own network names...
2017-11-09 Guus Sliependevtools.h must not rely on internal types.
2017-10-09 Guus SliepenAdd a devtool function to query the status of a given...
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-08-15 Guus SliepenMove meshlink_get_all_edges_state() to devtools_get_all...
2017-08-14 Guus SliepenFix compiler warnings.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2014-12-27 Niklas Hofmannwindows compatibility
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-14 Niklas Hofmannbugfix handle case where count(edges) = 0
2014-08-13 Niklas Hofmanndevtools added