]> git.meshlink.io Git - meshlink/history - src/meshlink++.h
Add functions to get the amount of bytes in chanenl send and receive buffers.
[meshlink] / src / meshlink++.h
2019-03-30 Guus SliepenAdd functions to get the amount of bytes in chanenl...
2019-03-17 Guus SliepenFix spelling errors.
2019-03-17 Guus SliepenMake Doxygen more strict, and fix errors in the documen...
2019-02-06 Lakshminarayana... Modified meshlink_invite to generate invites for submesh
2019-02-06 Lakshminarayana... Added meshlink_submesh_open
2018-10-09 Guus SliepenReally add both local and external address to the invit...
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-05 Guus SliepenCode reformatting.
2018-05-06 Guus SliepenTry to be smarter generating invitation URLs.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-08-14 Guus SliepenFix compiler warnings.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-08-13 Guus SliepenAllow Catta to be disabled.
2017-07-27 Guus SliepenUpdate all header guards.
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-07-06 Guus SliepenDocument that meshlink_join() and meshlink_get_external...
2017-07-03 Guus SliepenAdd meshlink_channel_open_ex().
2017-06-25 Guus SliepenUpdate the C++ header file.
2017-06-25 Guus SliepenAdd meshlink_get_self().
2017-06-25 Guus SliepenAdd a function to destroy a MeshLink instance.
2014-12-27 Aaron KrebsReturn an appropriate value from channel_accept.
2014-12-27 Aaron KrebsCheck in trampoline callbacks that mesh instance is...
2014-12-27 Aaron KrebsSet receive callback when accepting channels.
2014-12-27 Aaron KrebsSet channel_poll_trampoline as default poll callback.
2014-12-27 Aaron KrebsChanged C++ channel API to use member functions.
2014-12-27 Lars2nd approach again: class meshlink::mesh has the handle...
2014-10-31 Guus SliepenFix definition of mesh::set_channel_accept_cb() and...
2014-10-01 Guus SliepenAdd a poll callback to channels.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-12 Niklas Hofmannfixed some potentially nasty memory issues
2014-08-12 Niklas Hofmannconverging auto connect algorithm
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmannintroduction of dclass and use as source for weight...
2014-08-08 Niklas HofmannMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Niklas Hofmannappname added, which is used by mdns as part of the...
2014-08-03 Larsobject-oriented interface 1st durchstich, incl. chat...
2014-07-30 Guus SliepenFix the C++ wrapper and the examples.
2014-07-29 Guus SliepenMerge branch 'partition_healing' into everbase
2014-07-29 Guus SliepenCheck all arguments of the public API for NULL pointers.
2014-07-29 Guus SliepenRemove errno and errstr from meshlink_handle_t, add...
2014-07-28 Guus SliepenFix meshlink::channel_open().
2014-07-26 Guus SliepenFix warnings from Doxygen.
2014-07-26 Guus SliepenAll data sent and received on channels is const.
2014-07-26 Guus SliepenDeclare the channel API.
2014-07-25 Guus SliepenImplement meshlink_sign() and _verify().
2014-06-21 Guus SliepenFix errors in Doxygen markup.
2014-06-10 Guus SliepenAdd a header-only C++ wrapper.