]> git.meshlink.io Git - meshlink/shortlog
meshlink
2014-07-26 Guus SliepenA first attempt at merging UTCP into MeshLink. channels
2014-07-26 Guus SliepenImport UTCP as a git submodule.
2014-07-26 Guus SliepenRemove some more traces of tinc.
2014-07-26 Guus SliepenFix warnings from Doxygen.
2014-07-26 Guus SliepenUpdate TODO list.
2014-07-26 Guus SliepenAdd a test for the channel API.
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 SliepenAdd a C++ version of the basic test.
2014-07-26 Guus SliepenDeclare the channel API.
2014-07-25 Guus SliepenUpdate the TODO list.
2014-07-25 Guus SliepenThe tests now all print proper error messages.
2014-07-25 Guus SliepenStruct outgoing needs to remember to which mesh it...
2014-07-25 Guus SliepenRemove global variables past_request_tree and past_requ...
2014-07-25 Guus SliepenRemove global variable node_udp_cache.
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-21 Guus SliepenAdd a Doxyfile so Doxygen creates a reference manual.
2014-06-17 Guus SliepenUpdate TODO list.
2014-06-10 Guus SliepenFree the meshlink_handle_t in meshlink_close().
2014-06-10 Guus SliepenFix crash when calling meshlink_close().
2014-06-10 Guus SliepenAdd an example chat program for the C++ API.
2014-06-10 Guus SliepenAdd a header-only C++ wrapper.
2014-06-10 Guus SliepenMove declaration of meshlink_send_from_queue() to meshl...
2014-06-07 Saverio ProtoAllow meshlink_open() to be called with a NULL name...
2014-06-04 Saverio ProtoDont use pthread_kill
2014-06-03 Saverio Protoonly allow meshlink_join() when the library thread...
2014-06-03 Saverio Protomeshlink_join: fix Segmentation Fault when invitation...
2014-06-02 Saverio ProtoProvide thread-safety to functions that return pointers...
2014-06-01 Saverio ProtoMake meshlink_send return immediately. Implemented...
2014-06-01 Saverio ProtoRevert "Remove support for UNIX signals in the event...
2014-06-01 Saverio ProtoFix compiler warning of implicit declaration of functio...
2014-06-01 Guus SliepenAdd test cases for importing/exporting data and invitin...
2014-06-01 Guus SliepenAdd a basic implementation of meshlink_import() and...
2014-05-26 Guus SliepenDon't interactively ask for an Address when generating...
2014-05-25 Guus SliepenAdd missing basic.c test.
2014-05-25 Guus SliepenRemove old tests for tinc 1.1 and add a basic test...
2014-05-25 Guus SliepenReplace __TINC with __MESHLINK in the include guards.
2014-05-25 Guus SliepenAdd #include "crypto.h" because we are using randomize().
2014-05-25 Guus SliepenRe-add accidentily removed randomize() from crypto.c.
2014-05-25 Guus SliepenMerge branch 'meshlink_blacklist2'
2014-05-25 Guus SliepenAutomatically add extern "C" when including meshlink...
2014-05-25 Guus SliepenUse CryptGenRandom() instead of /dev/[u]random on Windows.
2014-05-25 Guus SliepenCall WSAStartup() so that sockets work on Windows.
2014-05-25 Guus SliepenAllow MeshLink to be cross-compiled for Windows.
2014-05-25 Guus SliepenRemove support for UNIX signals in the event library.
2014-05-23 Saverio ProtoImplemented meshlink_blacklist feature
2014-05-23 Saverio ProtoAdding comment meshlink_blacklist2
2014-05-23 Saverio ProtoDont setup outgoing connection to blacklisted nodes
2014-05-23 Saverio ProtoRevert "Dont setup outgoing connection to blacklisted...
2014-05-23 Saverio ProtoDont setup outgoing connection to blacklisted nodes
2014-05-23 Saverio Protomake blacklisted yes/no
2014-05-23 Saverio ProtoMake blacklisting persistent in the config file
2014-05-23 Saverio ProtoDrop messages from blacklisted nodes that I receive...
2014-05-23 Saverio ProtoTrivial test for meshlink_blacklist
2014-05-23 Saverio Protomeshlinkapp: fix compiler warnings
2014-05-21 Saverio ProtoDrop old invitation.[ch]
2014-05-15 Guus SliepenMake sure meshlink_stop() works as advertised.
2014-05-14 Guus SliepenEnsure everything compiles with -Wall without giving...
2014-05-14 Guus SliepenFix a filedescriptor leak.
2014-05-14 Guus SliepenDon't forget about the channel library.
2014-05-14 Guus SliepenUpdate the TODO list.
2014-05-12 Guus SliepenCall receive_cb() when there is data for the application.
2014-05-12 Guus SliepenCall node_status_cb() whenever a node goes up or down.
2014-05-12 Guus SliepenImplement meshlink_get_all_nodes().
2014-05-12 Guus SliepenAdd /who command to chat example to test meshlink_get_n...
2014-05-11 Guus SliepenImmediately try connecting to the mesh after a succesfu... invite-protocol
2014-05-11 Guus SliepenDon't generate a new ECDSA key in finalize_join().
2014-05-11 Guus SliepenDon't change the port in finalize_join().
2014-05-11 Guus SliepenFix filename generation, remove need for meshlink_conf...
2014-05-11 Guus SliepenMake sure the SPTSP connection get set up properly...
2014-05-11 Guus SliepenNo need to create confbase in meshlink_join().
2014-05-11 Guus SliepenFix a format string error.
2014-05-11 Guus SliepenSplit purging old invitations and refreshing the invita...
2014-05-07 Guus SliepenSmall fixes to let meshlink_join() make a connection.
2014-05-07 Guus SliepenFix compiler warnings, which also pointed out some...
2014-05-07 Guus SliepenUse void pointers to opaque buffers, fix indentation.
2014-05-07 Guus SliepenFix return value of meshlink_join().
2014-05-07 Guus Sliepenget_my_name() is not necessary, mesh->self->name is...
2014-05-07 Guus SliepenFix return value of meshlink_invite().
2014-05-07 Guus SliepenDon't dereference a NULL pointer.
2014-05-06 Saverio ProtoMoved necessary code to implement meshlink_invite
2014-05-03 Saverio ProtoMoved 12 static variables to the meshlink_handle_t...
2014-05-01 Saverio ProtoAdd comments with notes
2014-04-30 Saverio ProtoImplemented meshlink_join - Preliminary changes to...
2014-04-28 Guus SliepenPut brackets around IPv6 addresses in invitation URL...
2014-04-26 Guus SliepenStop using the global variable mesh in most of the...
2014-04-26 Guus SliepenStop using global variable mesh in net_packet.c.
2014-04-26 Guus SliepenStop using global variable mesh in net.c.
2014-04-26 Guus SliepenRemove reload_configuration().
2014-04-26 Guus SliepenStop using global variable mesh in net_socket.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in net_setup.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in conf.[ch].
2014-04-26 Guus SliepenRemove temporary global variable "loop".
2014-04-26 Guus SliepenRemove global variable "now".
2014-04-26 Guus SliepenRemove global variables from the event loop code.
2014-04-24 Saverio ProtoDejavu: Use snprintf() instead of xasprintf() when...
2014-04-24 Saverio Protoremove libmeshlink files
2014-04-24 Saverio ProtoUse snprintf() instead of xasprintf() when generating...
next