]> git.meshlink.io Git - meshlink/shortlog
meshlink
2018-06-26 Guus SliepenRemove old host config files when joining using an...
2018-06-26 Guus SliepenAdd meshlink_set_invitation_timeout().
2018-06-26 Guus SliepenFix a compiler warning.
2018-06-26 Guus SliepenAdd meshlink_set_canonical_address().
2018-06-26 Guus SliepenFix valgrind warnings about reading uninitialized bytes.
2018-06-26 Guus SliepenUpdate .gitignore files.
2018-06-26 Guus SliepenFix a potential segfault when closing a stopped meshlin...
2018-06-26 Guus SliepenFix a potential segfault when closing a meshlink handle.
2018-06-21 Guus SliepenDon't allow any unused variables in invitation files.
2018-06-05 Guus SliepenCode reformatting.
2018-06-05 Guus SliepenFix a potential NULL-pointer dereference when generatin...
2018-05-21 Guus SliepenUse getsockname() to get a listening sockets actual...
2018-05-08 Guus SliepenEnsure -export-symbols-regex is not lost.
2018-05-06 Guus SliepenEnable Catta by default, as documented.
2018-05-06 Guus SliepenTry to be smarter generating invitation URLs.
2018-05-03 Guus SliepenAllow multiple addresses in an invitation URL.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2018-05-01 Guus SliepenCheck the return value of check_port().
2018-04-30 Guus SliepenOnly set -fno-strict-overflow if -fwrapv is not available.
2018-04-30 Guus SliepenUse AX_PTHREAD to set the proper pthread flags.
2017-12-16 Guus SliepenDon't use SOL_IP and SOL_IPV6.
2017-11-09 Guus Sliependevtools.h must not rely on internal types.
2017-11-09 Guus SliepenProperly initialize mesh->outpacketqueue.
2017-10-09 Guus SliepenAdd a devtool function to query the status of a given...
2017-10-08 Guus SliepenRemove PROXY_EXEC support.
2017-10-08 Guus SliepenEnsure make distcheck runs without errors.
2017-10-08 Guus SliepenRemove unused/obsolete checks from configure.ac and...
2017-10-02 Guus SliepenFormat the examples and test suite.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-09-07 Guus SliepenAdd an --enable-install-tests option to configure.
2017-09-07 Guus SliepenAutomatically configure and compile catta.
2017-08-16 Guus SliepenReally bind to a free port if the configured port is...
2017-08-16 Guus SliepenMake member variables in public structs more const.
2017-08-15 Guus SliepenCheck that autoconnect works as expected.
2017-08-15 Guus SliepenMove meshlink_get_all_edges_state() to devtools_get_all...
2017-08-14 Guus SliepenFix errors found by Clang's static analyzer.
2017-08-14 Guus SliepenFix compiler warnings.
2017-08-14 Guus SliepenForce -Wall.
2017-08-14 Guus SliepenRemove unused/duplicate autoconf/automake definitions.
2017-08-14 Guus SliepenGet rid of ->hostname.
2017-08-14 Guus SliepenRemember recently used addresses of other nodes.
2017-08-14 Guus SliepenOnly keep at most 5 Address hints.
2017-08-14 Guus SliepenClose meta-connections in meshlink_stop().
2017-08-14 Guus SliepenAdd a test for a constellation of three nodes.
2017-08-14 Guus SliepenDon't install the example programs.
2017-08-14 Guus SliepenDon't build SPTPS test programs.
2017-08-13 Guus SliepenTest cornercases of MeshLink channels.
2017-08-13 Guus SliepenAdd utility functions to create paired MeshLink instances.
2017-08-13 Guus SliepenDon't accept channels if we set channel_accept_cb to...
2017-08-13 Guus SliepenProperly destroy unclosed channels at meshlink_close...
2017-08-13 Guus SliepenReset UTCP timers after a succesful key exchange.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-08-13 Guus SliepenRemove hack to wait for a valid key.
2017-08-13 Guus SliepenAllow Catta to be disabled.
2017-07-27 Guus SliepenDrop dependency on zlib.
2017-07-27 Guus SliepenEnable silent build rules.
2017-07-27 Guus SliepenUpdate all header guards.
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-07-27 Guus SliepenRemove avahi submodule.
2017-07-27 Guus SliepenUse new version of UTCP which also return errors via...
2017-07-27 Guus SliepenDon't call abort() when no channel receive callback...
2017-07-27 Guus SliepenIf binding to the configured port fails, ask the OS...
2017-07-27 Guus SliepenCall srand() at startup.
2017-07-06 Guus SliepenRestart the mesh after a failed join() in the other...
2017-07-06 Guus SliepenRestart the mesh even after a failed join().
2017-07-06 Guus SliepenSet a timeout of 5 seconds on sockets in meshlink_join...
2017-07-06 Guus SliepenDocument that meshlink_join() and meshlink_get_external...
2017-07-03 Guus SliepenAdd meshlink_channel_open_ex().
2017-07-01 Guus SliepenAllow '-' in node names.
2017-06-25 Guus SliepenEnsure consistent use of SPTPS session labels.
2017-06-25 Guus SliepenFix meshlink_stop() calling pthread_mutex_lock() twice.
2017-06-25 Guus SliepenRemove debug messages incorrectly marked as warnings.
2017-06-25 Guus SliepenUpdate the C++ header file.
2017-06-25 Guus SliepenAdd the meshlink_get_port() and meshlink_set_port(...
2017-06-25 Guus SliepenAdd modify_config_file() to allow overwriting existing...
2017-06-25 Guus SliepenFix processing of mixed ID and SPTPS data.
2017-06-25 Guus SliepenAdd meshlink_get_external_address() and meshlink_add_ex...
2017-06-25 Guus SliepenUse free_known_addresses() to free memory allocated...
2017-06-25 Guus SliepenFix resource leaks found by cppcheck.
2017-06-25 Guus SliepenMake repeated calls to meshlink_start() without meshlin...
2017-06-25 Guus SliepenFix race condition when calling meshlink_stop() immedia...
2017-06-25 Guus SliepenSend a UDP packet to ourself instead of doing a dummy...
2017-06-25 Guus SliepenFix check for succesful opening of UDP ports.
2017-06-25 Guus SliepenFix meshlink_stop() on Mac OS X.
2017-06-25 Guus Sliepenmeshlink_start() now fails when the listening socket...
2017-06-25 Guus SliepenLibtool wants AM_PROG_AR.
2017-06-25 Guus SliepenAdd meshlink_get_self().
2017-06-25 Guus SliepenFix the basicpp test.
2017-06-25 Guus SliepenAdd a function to destroy a MeshLink instance.
2017-06-25 Guus SliepenFix incorrect SPTPS session labels.
2017-06-25 Guus SliepenDouble the default size of the replay window in SPTPS.
2017-06-25 Guus SliepenRemove unused replay window and RTT/bandwidth estimatio...
2017-06-25 Guus SliepenDetermine the local node's address(es) and add them...
2017-06-25 Guus SliepenDon't append duplicate entries to configuration files.
2017-06-25 Guus SliepenFix a memory leak when retrying outgoing connections.
2017-06-21 Guus SliepenIgnore address hints for our local node.
2014-12-27 Niklas Hofmannfix for autoconnect (prevent ping pong)
2014-12-27 Aaron KrebsReturn an appropriate value from channel_accept.
next