]> git.meshlink.io Git - meshlink/shortlog
meshlink
2018-12-19 Guus SliepenAdd support for opening a MeshLink instance without... encrypted-storage
2018-12-19 Guus SliepenAdd missing declaration of chacha_ivsetup_96().
2018-12-17 Guus SliepenAdd support for encrypted storage.
2018-12-17 Guus SliepenAdd the PackMessage library.
2018-12-17 Guus SliepenReduce locking in Catta callback functions to a minimum.
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.
2018-10-09 Guus SliepenReally add both local and external address to the invit...
2018-10-09 Guus SliepenReformat the code.
2018-10-09 Guus SliepenAdd an example using curses to monitor the state of...
2018-10-09 Guus SliepenLock meshlink.conf to ensure only one instance can...
2018-08-30 Guus SliepenFix "Connection from (null)" log message.
2018-08-30 Guus SliepenAlways add both CanonicalAddress and any local address...
2018-08-30 Guus SliepenAdd missing code for the duplicate node testcase.
2018-08-12 Guus SliepenAdd duplicate node detection callback.
2018-08-07 Guus SliepenRemove the -fPIE and -pie compiler flags.
2018-07-22 Guus SliepenUpdate UTCP to allow meshlink_channel_send() immediately.
2018-07-21 Guus SliepenAllow compiling without support for Catta.
2018-07-21 Guus SliepenAdd COPYING.README, detailing license obligations for...
2018-07-15 Guus SliepenPass appname in the ID string during invitations as...
2018-07-03 Guus SliepenPass appname in the ID string.
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().
next