]> git.meshlink.io Git - meshlink/history - src/meshlink.h
Implement meshlink_sign() and _verify().
[meshlink] / src / meshlink.h
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.