]> git.meshlink.io Git - meshlink/shortlog
meshlink
2014-06-17 Saverio ProtoWe dont check the name in the config file but the name... testing/invitations
2014-06-17 Saverio ProtoCheck for key later because maybe we have to generate it
2014-06-17 Saverio ProtoPut a value also in mesh->name in finalize join
2014-06-17 Saverio ProtoFinally no more segmentation faults using invitations :)
2014-06-17 Saverio ProtoFixing segmentation faults because of missing initializ...
2014-06-11 Saverio ProtoInitialize mesh->self before network setup
2014-06-11 Saverio ProtoMerge branch 'master' into testing/invitations
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 Protoopen listening sockets at meshlink_start() and not...
2014-06-07 Saverio ProtoStart the mesh after joining with invitation
2014-06-07 Saverio Protodo not exit the program, so we can still use /join...
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...
2014-04-24 Guus SliepenOnly export symbols that start with meshlink_.
2014-04-24 Saverio ProtoMove pinginterval pingtimeout and maxtimeout to mesh
2014-04-24 Guus SliepenMove initial configuration setup from meshlinkapp.c...
2014-04-24 Guus SliepenUpdate meshlinkapp.c.
2014-04-24 Guus SliepenMove code from libmeshlink.c into the new functions...
2014-04-24 Guus SliepenRemove bypass_security.
2014-04-23 Saverio ProtoUntested changes to meshlinkapp to make the tree compile
2014-04-23 Saverio ProtoFix undefined reference to mesh in libmeshlink.so
2014-04-23 Saverio ProtoAdjust the callback to meshlink_receive_cb_t
2014-04-23 Saverio ProtoMove bypass_security to mesh
next