]> git.meshlink.io Git - meshlink/history - src
Add missing code for the duplicate node testcase.
[meshlink] / src /
2018-08-12 Guus SliepenAdd duplicate node detection callback.
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 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 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 SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
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 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 SliepenDon't build SPTPS test programs.
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 SliepenUpdate all header guards.
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
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 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 SliepenAdd meshlink_get_self().
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.
2014-12-27 Aaron KrebsCheck in trampoline callbacks that mesh instance is...
2014-12-27 Guus SliepenUpdate UTCP to the latest commit, which changes the...
2014-12-27 Aaron KrebsCall stop in close, as stated in documentation.
2014-12-27 Niklas Hofmannfix private key file read and write on windows (binary...
2014-12-27 Aaron KrebsMake sure header src and dst are always null-terminated.
2014-12-27 Sven M. Hallberglog incoming packet payload as hex (not verbatim)
2014-12-27 Niklas Hofmannmingw compatibility
2014-12-27 Guus SliepenIn case two nodes start a SPTPS session simultaneously...
2014-12-27 Aaron KrebsUse strncpy instead of memcpy to not read off the end...
2014-12-27 Aaron KrebsSet receive callback when accepting channels.
next