]> git.meshlink.io Git - meshlink/history - src/meshlink++.h
2nd approach again: class meshlink::mesh has the handle as member, not as base class.
[meshlink] / src / meshlink++.h
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.