]> git.meshlink.io Git - meshlink/shortlog
meshlink
2014-08-08 Saverio Protomanynodes example: committed /test command to test...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Guus SliepenOnly start discovery once per process.
2014-08-08 Guus SliepenFix a compiler warning.
2014-08-08 Niklas HofmannTXT record bugfix
2014-08-08 Niklas HofmannMerge branch 'everbase' into discovery
2014-08-08 Saverio Protoexample manynodes fixed to use meshlink_join
2014-08-08 Saverio Protomanynodes chat example: use a prefix for nodes names...
2014-08-08 Guus SliepenMake sure the tests compile again.
2014-08-08 Guus SliepenDon't link with -lavahi-client, we only need the avahi...
2014-08-08 Niklas HofmannMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Saverio Protosptps: split error conditions handling
2014-08-08 Niklas Hofmannchanged name of SRV record to fingerprint
2014-08-08 Saverio ProtoMSG_NOSIGNAL option in send() will prevent SIGPIPE
2014-08-08 Saverio ProtoChat example: Trivial, fix return in void function
2014-08-08 Niklas Hofmanncheck result of malloc
2014-08-08 Niklas Hofmannappname added, which is used by mdns as part of the...
2014-08-08 Guus SliepenTest whether UDP communication is working.
2014-08-08 Guus SliepenHandle io_t's being deleted out of order while going...
2014-08-08 Guus SliepenActually implement sptps_verify_datagram(), so try_mac...
2014-08-08 Niklas Hofmannuse uuid for hostname and service name, because we...
2014-08-08 Niklas Hofmannuses publish_no_reverse flag of avahi
2014-08-08 Guus SliepenMake sure outgoing->mesh is set.
2014-08-07 Niklas Hofmanncode cleanup; noptr fix
2014-08-07 Guus SliepenRemove references to port 655 from MeshLink.
2014-08-07 Guus SliepenSpeed up making outgoing connections.
2014-08-07 Guus SliepenRemove debug messages from meshlink_queue.h.
2014-08-07 Guus SliepenAllow meshlink_start() to work after meshlink_stop().
2014-08-07 Saverio ProtoCall meshlink_stop before meshlink_join in the chat...
2014-08-07 Saverio ProtoAfter killing meshlink thread update the bool status...
2014-08-07 Guus SliepenAdd a public API for the thread-safe message queue.
2014-08-07 Guus SliepenRemove .dirstamp file.
2014-08-03 Larses compiliert, aber failed immernoch. :-( was ist da...
2014-08-03 Larsobject-oriented interface 1st durchstich, incl. chat...
2014-07-31 Guus SliepenFix compiler warnings in manynodes.c.
2014-07-31 Guus SliepenCheck return value of fread() when reading from /dev...
2014-07-31 Niklas Hofmannwe might have to think about locking in case we call...
2014-07-31 Niklas Hofmannignore unknown address types (just in case)
2014-07-31 Niklas Hofmanna first mdns discovery implementation
2014-07-30 Niklas HofmannMerge branch 'address_hint_api' into discovery
2014-07-30 Niklas Hofmannavahi mdns integration
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 Aaron KrebsFree memory.
2014-07-30 Aaron KrebsImplemented meshlink_hint_address().
2014-07-30 Aaron KrebsUtility functions to get string representation of socka...
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 Aaron KrebsNew API function for address hinting.
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.
next