]> git.meshlink.io Git - meshlink/shortlog
meshlink
2019-09-17 Guus SliepenImprove the autoconnect algorithm. feature/improved-autoconnect
2019-09-17 Guus SliepenEnsure the channel poll callback is called with len...
2019-09-09 Guus SliepenCorrectly update our own host config file after meshlin...
2019-09-09 sairoop-elearFix deadlock during discovery failure
2019-09-05 Guus SliepenFix starting the channels-fork test.
2019-09-05 Guus SliepenCall fsync() on the configuration directories where...
2019-09-05 Guus SliepenWrite config files atomically.
2019-09-05 Guus SliepenWhen opening a mesh handle, inherit the global log...
2019-09-05 Guus SliepenFix a potential crash when restarting the mesh.
2019-09-05 Guus SliepenMake ping intervals and timeouts configurable for each...
2019-09-05 Guus SliepenBetter use of enum dev_class_t.
2019-08-29 Guus SliepenAdd support for AIO using filedescriptors.
2019-08-21 Guus SliepenUse relative URLs for the submodules.
2019-08-18 Guus SliepenIgnore REQ_KEY only if we very recently sent one ourselves.
2019-08-18 Guus SliepenRemove redundant call to graph().
2019-08-18 Guus SliepenSend REQ_KEY after a successful meta-connection only...
2019-08-15 Guus SliepenTest concurrent AIO and non-AIO transfers.
2019-08-13 Guus SliepenAllow the channel send and receive buffer size to be...
2019-08-12 Guus SliepenAdd meshlink_channel_aio_receive().
2019-08-12 Guus SliepenAdd a test case for meshlink_channel_aio_send().
2019-08-12 Guus SliepenAdd meshlink_channel_aio_send().
2019-08-08 Guus SliepenAdd the MESHLINK_CHANNEL_NO_PARTIAL flag.
2019-08-04 Guus SliepenUse condition variables to wait for threads to finish...
2019-08-04 Guus SliepenRemove global variables.
2019-08-04 Guus SliepenAvoid unnecessary calls to time().
2019-08-04 Guus SliepenCorrectly set device class after joining if the server...
2019-08-04 Guus SliepenCorrectly update device class when receiving an ADD_EDG...
2019-08-04 Guus SliepenRun Catta in the same network namespace as MeshLink.
2019-07-26 Guus SliepenIgnore online/offline state from Catta.
2019-07-26 Guus SliepenClose connections if the local address is no longer...
2019-07-19 Guus SliepenRemove unused member variables.
2019-07-19 Guus SliepenReorganize structs for better packing and access patterns.
2019-07-19 Guus SliepenSpeed up reconnections on network interface changes.
2019-07-19 Guus SliepenFix a small memory leak.
2019-07-19 Guus SliepenFix potential segmentation fault on node reachability...
2019-07-07 Guus SliepenInform UTCP when a node is offline, so it will start...
2019-07-07 Guus SliepenUpdate UTCP to correctly handle timeouts sending data.
2019-07-04 Guus SliepenPrevent meshlink_join() when the joining node is alread...
2019-06-13 Guus SliepenFix compiler warnings in the test suites.
2019-06-13 Guus SliepenSpeed up initial autoconnect after joining a mesh.
2019-06-13 Guus SliepenAutoconnect to reachable nodes without known public...
2019-06-13 Guus SliepenEnsure we can pass arbitrary binary blobs for keys.
2019-06-13 sairoop-elearAdd encrypted key rotation feature api
2019-06-13 sairoop-elearModify meshlink configuration base file structre
2019-06-13 sairoop-elearAdd unit test cases for encrypted storage key rotation
2019-06-13 Guus SliepenVarious fixes for the encrypted storage support.
2019-06-13 Guus SliepenAdd support for opening a MeshLink instance without...
2019-06-13 Guus SliepenAdd missing declaration of chacha_ivsetup_96().
2019-06-13 Guus SliepenAdd support for encrypted storage.
2019-06-13 Guus SliepenAdd the PackMessage library.
2019-06-05 lakshminarayanagurramMake retry outgoing logic instantaneously connect when...
2019-06-05 lakshminarayanagurramAdd test cases for random port bindings
2019-06-05 Guus SliepenMake meshlink_set_port() return false if we didn't...
2019-05-31 Guus SliepenRe-enable building the chatpp example.
2019-05-31 Guus SliepenAdd missing symbols to meshlink.sym.
2019-05-31 sairoop-elearUpdate android build
2019-05-31 Guus SliepenUpdate README.android.
2019-05-25 sairoop-elearAdd meta-connection attempt callback feature
2019-05-25 Lakshminarayana... Add meshlink_get_submesh API
2019-05-25 Lakshminarayana... Add condition check in auto connect for blacklisted...
2019-03-30 Guus SliepenAdd functions to get the amount of bytes in chanenl...
2019-03-18 SS RoopRemove extra locks causing deadlocks for wait_sync_flag...
2019-03-17 Guus SliepenFix spelling errors.
2019-03-17 Guus SliepenMake Doxygen more strict, and fix errors in the documen...
2019-03-17 SS RoopRemove make check warnings
2019-03-17 Lakshminarayana... Add blackbox test cases for submesh
2019-03-14 Lakshminarayana... Fix NULL checking of addrinfo structure in try_bind...
2019-03-12 Guus SliepenCheck for astyle version 3 before formatting the code.
2019-03-08 Guus SliepenReduce locking in Catta callback functions to a minimum.
2019-02-25 lakshminarayanagurramAdd a groupchat example program that uses the submesh...
2019-02-25 lakshminarayanagurramAdd devtool_get_all_submeshes().
2019-02-25 lakshminarayanagurramImprove support for submeshes.
2019-02-25 SS RoopAdd channel disconnection fix when node blacklisted
2019-02-19 Guus SliepenFix building the channels test.
2019-02-19 Guus SliepenDo not define struct meshlink_open_params at all in...
2019-02-19 Guus SliepenDon't try to build node_* binaries for the optimal...
2019-02-19 sairoop-elearAdd test case for channel blacklist
2019-02-19 Guus SliepenCode formatting.
2019-02-11 Guus SliepenAdd optimal pmtu test cases
2019-02-11 sairoop-elearUpdate invite API in blackbox test cases
2019-02-06 sairoop-elearAdd network namespace test framework
2019-02-06 Lakshminarayana... Modified meshlink_invite to generate invites for submesh
2019-02-06 Lakshminarayana... Added meshlink_submesh_open
2019-01-31 Guus SliepenAdd a test case for meshlink_get_all_nodes_by_dev_class().
2019-01-31 Guus SliepenAdd API functions to query nodes by device class.
2019-01-31 Guus SliepenAdd test cases for the PMTU discovery mechanism.
2019-01-31 Guus SliepenUpdate the blackbox test infrastructure.
2019-01-31 Guus SliepenProvide a way to open MeshLink in its own network names...
2019-01-16 Guus SliepenOnly compile the monitor example application if ncurses...
2018-11-20 Guus SliepenCode formatting.
2018-11-20 Guus SliepenFix indentation.
2018-11-20 Guus SliepenFix discovering node addresses from edges.
2018-11-20 Guus SliepenSimplify rate limiting of incoming connections.
2018-11-20 Guus SliepenFix a potential segfault.
2018-11-20 Guus SliepenRemove debug messages printed to stderr.
2018-11-20 Guus SliepenFix socket leak every time meshlink_invite() is called.
2018-11-18 Guus SliepenTry all CanonicalAddress and Address statements.
2018-11-18 Guus SliepenAdd autoconf checks for LXC and cmocka.
2018-11-18 Guus SliepenAdd the blackbox channel connection tests.
2018-11-08 Elear Solutions DevAdd the blackbox container based test suite.
next