]> git.meshlink.io Git - meshlink/shortlog
meshlink
2014-07-30 Niklas HofmannMerge remote-tracking branch 'origin/everbase' into...
2014-07-30 Niklas Hofmannavahi mdns skeleton
2014-07-30 Guus SliepenAdd meshlink_get_fingerprint().
2014-07-30 Guus SliepenAdd proper error reporting to the chat examples.
2014-07-30 Guus SliepenFix meshlink_get_all_nodes().
2014-07-30 Guus SliepenAdd missing meshlink_errnos in meshlink_start().
2014-07-30 Guus SliepenFix a crash when meshlink_open() is called with an...
2014-07-30 Guus SliepenSet meshlink_errno everywhere an error is returned...
2014-07-30 Guus SliepenMake sure mesh->name is available to the application.
2014-07-30 Guus SliepenFix the C++ wrapper and the examples.
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 SliepenStart of the manynodes example.
2014-07-29 Guus SliepenDon't use errno as a local variable, because it's a...
2014-07-29 Guus SliepenFix meshlink_close().
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 SliepenZero the struct meshlink_handle in meshlink_close().
2014-07-29 Guus SliepenCheck all arguments of the public API for NULL pointers.
2014-07-29 Guus SliepenFix a memory leak.
2014-07-29 Guus SliepenMake meshlink_main_loop static, it's not part of the...
2014-07-29 Guus SliepenRemove errno and errstr from meshlink_handle_t, add...
2014-07-29 Aaron KrebsWhitespace.
2014-07-29 Aaron KrebsRefactoring.
2014-07-29 Aaron KrebsCheck that num_unreachable > 0
2014-07-29 Guus SliepenFix a few memory leaks.
2014-07-29 Aaron KrebsConnect to unreachable nodes after enough stable connec...
2014-07-29 Guus SliepenFix meshlink_add_address().
2014-07-29 Guus SliepenFix link to host.cgi for resolving our own external...
2014-07-29 Aaron KrebsRevert fix to partition healing problem.
2014-07-29 Aaron KrebsFix compile error.
2014-07-29 Aaron KrebsTry connections to unreachable nodes more often.
2014-07-28 Guus SliepenFix meshlink::channel_open().
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.
next