]> git.meshlink.io Git - meshlink/history - src/net_setup.c
converging auto connect algorithm
[meshlink] / src / net_setup.c
2014-08-12 Niklas Hofmannconverging auto connect algorithm
2014-08-09 Niklas Hofmannclass based connect behaviour
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmannpersistence of DeviceClass
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmanndclass support within the edge protocol
2014-08-09 Guus SliepenMerge branch 'discovery' of chicago.everbase.net:meshli...
2014-08-08 Guus SliepenFinish implementation of log callbacks.
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-07 Guus SliepenRemove references to port 655 from MeshLink.
2014-07-30 Niklas HofmannMerge branch 'address_hint_api' into discovery
2014-07-30 Niklas HofmannMerge remote-tracking branch 'origin/everbase' into...
2014-07-30 Guus SliepenFix a crash when meshlink_open() is called with an...
2014-07-26 Guus SliepenRemove some more traces of tinc.
2014-07-25 Guus SliepenImplement meshlink_sign() and _verify().
2014-05-14 Guus SliepenEnsure everything compiles with -Wall without giving...
2014-05-11 Guus SliepenImmediately try connecting to the mesh after a succesfu... invite-protocol
2014-04-26 Guus SliepenStop using the global variable mesh in most of the...
2014-04-26 Guus SliepenStop using global variable mesh in net.c.
2014-04-26 Guus SliepenStop using global variable mesh in net_socket.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in net_setup.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in conf.[ch].
2014-04-26 Guus SliepenRemove global variable "now".
2014-04-26 Guus SliepenRemove global variables from the event loop code.
2014-04-24 Saverio ProtoUse snprintf() instead of xasprintf() when generating...
2014-04-24 Saverio ProtoMove pinginterval pingtimeout and maxtimeout to mesh
2014-04-21 Guus SliepenMove debug_level to mesh.
2014-04-21 Guus SliepenReally stop using cipher.h and digest.h.
2014-04-21 Guus SliepenMove node_udp_cache, everyone and invitation_key to...
2014-04-21 Guus SliepenMove listen_sockets to mesh.
2014-04-21 Guus SliepenMove localdiscovery variables to mesh.
2014-04-21 Guus SliepenRemove key expiry timer.
2014-04-21 Guus SliepenMove proxy variables to mesh.
2014-04-21 Guus SliepenMove several variables to mesh.
2014-04-21 Guus SliepenMove config_tree to mesh->config.
2014-04-21 Guus SliepenMove outgoing_list to mesh->outgoings.
2014-04-21 Guus SliepenMove connection_list to mesh->connections.
2014-04-21 Guus SliepenMove myself to mesh->self.
2014-04-18 Guus SliepenRemove forwarding_mode, broadcast_mode, directonly...
2014-04-18 Guus SliepenRemove most of the configuration options.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove support for the legacy protocol.
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenChange my email address.
2014-04-12 Guus SliepenRemove pidfile/logfile/netname and so on.
2014-04-12 Guus SliepenDisable support for detaching from the foreground.
2014-04-12 Guus SliepenRemove support for control connections.
2014-04-12 Guus SliepenRemove support for calling external scripts.
2014-04-12 Guus SliepenRemove support for Subnets.
2014-04-12 Guus SliepenRemove files not used by MeshLink.
2014-04-07 Saverio Protowe dont open any tun tap or any device in libmeshlink
2014-04-07 Saverio Protostart to implement tinc_start
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-20 Guus SliepenAdd the ListenAddress option.
2013-12-08 Guus SliepenRemove erroneous warning about SPTPS being disabled.
2013-12-08 Guus SliepenDon't print an error when no ECDSA key is known for...
2013-12-08 Guus SliepenAllow running without ECDSA keys If ExperimentalProtoco...
2013-12-05 Guus SliepenIf no Port is specified, set myport to actual port...
2013-11-28 Guus SliepenAllow "none" for Cipher and Digest again.
2013-11-15 Guus SliepenFix two warnings from Clang's static analyzer.
2013-09-27 Guus SliepenFix segfault when Name = $HOST but $HOST is not set.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-18 Guus SliepenRemove broadcast of KEY_CHANGED message during tinc...
2013-08-18 Guus SliepenFix order of tincd's initialization.
2013-08-18 Guus SliepenDon't force a .bat extension for scripts under Windows.
2013-08-18 Guus SliepenCreate UNIX socket at the same time as the PID file...
2013-08-02 Guus SliepenUse umask() to set file and UNIX socket permissions...
2013-07-11 Guus SliepenAdd connection rate limiting.
2013-07-05 Guus SliepenSet $NAME when calling host-up/down and subnet-up/down...
2013-05-31 Guus SliepenAdd the LocalDiscoveryAddress option.
2013-05-31 Guus SliepenUse strerror() instead of gai_strerror() when err ...
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-11 Guus SliepenUse read_host_config() where appropriate.
2013-05-11 Guus SliepenFix check for presence of ECDSA public key for outgoing...
2013-05-10 Guus SliepenEnable the SPTPS protocol by default.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-04-22 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-01-20 Guus SliepenReleasing 1.1pre5.
2013-01-17 Guus SliepenAllow connections via UNIX sockets.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-10 Guus SliepenUsing alloca() for a constant sized buffer is very...
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-21 Guus SliepenAdd the AutoConnect option.
2012-10-14 Guus SliepenLog more messages using logger().
2012-10-14 Guus SliepenMake sure the ReplayWindow option works for SPTPS as...
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-10-06 Guus SliepenWhen terminating, keep control connections open until...
2012-10-01 Guus SliepenRemove abort() call that accidentily sneaked into commi...
2012-09-30 Guus SliepenFix not reading Port statement from host config file.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-28 Guus SliepenCorrectly add/remove outgoing connections when reloadin...
2012-09-26 Guus SliepenLet tincctl parse and format dumps.
2012-09-26 Guus SliepenKeep last known address and time since reachability...
next