]> git.meshlink.io Git - meshlink/history - src/meshlink.h
Add meshlink_add_invitation_address(), deprecate meshlink_add_address().
[meshlink] / src / meshlink.h
2014-07-30 Guus SliepenAdd meshlink_get_pmtu() to get the path MTU to a specif...
2014-07-30 Guus Sliepenmeshlink_send()'s len argument should be size_t, to...
2014-07-30 Guus SliepenAddress Lars's comments on the API.
2014-07-30 Guus SliepenMake sure meshlink_strerror() always returns a valid...
2014-07-30 Guus SliepenDocument that some functions can return NULL on error.
2014-07-30 Larsput macro value in parentheses
2014-07-29 Guus SliepenDon't use errno as a local variable, because it's a...
2014-07-29 Guus SliepenMerge branch 'partition_healing' into everbase
2014-07-29 Guus SliepenDocument how memory management is handled in the API.
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-26 Guus SliepenFix warnings from Doxygen.
2014-07-26 Guus SliepenAll data sent and received on channels is const.
2014-07-26 Guus SliepenFix declaration of meshlink_set_channel_receive_cb().
2014-07-26 Guus SliepenDeclare the channel API.
2014-07-25 Guus SliepenImplement meshlink_sign() and _verify().
2014-06-21 Guus SliepenMove definition of outpacketqueue_t from meshlink.h...
2014-06-21 Guus SliepenFix errors in Doxygen markup.
2014-06-10 Guus SliepenMove declaration of meshlink_send_from_queue() to meshl...
2014-06-01 Saverio ProtoMake meshlink_send return immediately. Implemented...
2014-05-26 Guus SliepenDon't interactively ask for an Address when generating...
2014-05-25 Guus SliepenMerge branch 'meshlink_blacklist2'
2014-05-25 Guus SliepenAutomatically add extern "C" when including meshlink...
2014-04-23 Saverio ProtoThe name errno conflicts with the real errno: ‘__errno_...
2014-04-21 Guus SliepenClarify the behaviour of meshlink_open(), _start()...
2014-04-21 Guus SliepenRename variable handle to mesh.
2014-04-19 Guus SliepenStart moving the implementation of the public part...
2014-04-19 Guus SliepenNo global variables: move meshlink_errno and _errstr...
2014-04-19 Guus SliepenUpdate the chat example and the public API.
2014-04-19 Guus SliepenAdd an example chat program.
2014-04-19 Guus SliepenAdd meshlink.h, containing only the public API.