]> git.meshlink.io Git - meshlink/shortlog
meshlink
2014-05-11 Guus SliepenImmediately try connecting to the mesh after a succesfu... invite-protocol
2014-05-11 Guus SliepenDon't generate a new ECDSA key in finalize_join().
2014-05-11 Guus SliepenDon't change the port in finalize_join().
2014-05-11 Guus SliepenFix filename generation, remove need for meshlink_conf...
2014-05-11 Guus SliepenMake sure the SPTSP connection get set up properly...
2014-05-11 Guus SliepenNo need to create confbase in meshlink_join().
2014-05-11 Guus SliepenFix a format string error.
2014-05-11 Guus SliepenSplit purging old invitations and refreshing the invita...
2014-05-07 Guus SliepenSmall fixes to let meshlink_join() make a connection.
2014-05-07 Guus SliepenFix compiler warnings, which also pointed out some...
2014-05-07 Guus SliepenUse void pointers to opaque buffers, fix indentation.
2014-05-07 Guus SliepenFix return value of meshlink_join().
2014-05-07 Guus Sliepenget_my_name() is not necessary, mesh->self->name is...
2014-05-07 Guus SliepenFix return value of meshlink_invite().
2014-05-07 Guus SliepenDon't dereference a NULL pointer.
2014-05-06 Saverio ProtoMoved necessary code to implement meshlink_invite
2014-05-03 Saverio ProtoMoved 12 static variables to the meshlink_handle_t...
2014-05-01 Saverio ProtoAdd comments with notes
2014-04-30 Saverio ProtoImplemented meshlink_join - Preliminary changes to...
2014-04-28 Guus SliepenPut brackets around IPv6 addresses in invitation URL...
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_packet.c.
2014-04-26 Guus SliepenStop using global variable mesh in net.c.
2014-04-26 Guus SliepenRemove reload_configuration().
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 temporary global variable "loop".
2014-04-26 Guus SliepenRemove global variable "now".
2014-04-26 Guus SliepenRemove global variables from the event loop code.
2014-04-24 Saverio ProtoDejavu: Use snprintf() instead of xasprintf() when...
2014-04-24 Saverio Protoremove libmeshlink files
2014-04-24 Saverio ProtoUse snprintf() instead of xasprintf() when generating...
2014-04-24 Guus SliepenOnly export symbols that start with meshlink_.
2014-04-24 Saverio ProtoMove pinginterval pingtimeout and maxtimeout to mesh
2014-04-24 Guus SliepenMove initial configuration setup from meshlinkapp.c...
2014-04-24 Guus SliepenUpdate meshlinkapp.c.
2014-04-24 Guus SliepenMove code from libmeshlink.c into the new functions...
2014-04-24 Guus SliepenRemove bypass_security.
2014-04-23 Saverio ProtoUntested changes to meshlinkapp to make the tree compile
2014-04-23 Saverio ProtoFix undefined reference to mesh in libmeshlink.so
2014-04-23 Saverio ProtoAdjust the callback to meshlink_receive_cb_t
2014-04-23 Saverio ProtoMove bypass_security to mesh
2014-04-23 Saverio ProtoThe name errno conflicts with the real errno: ‘__errno_...
2014-04-23 Guus SliepenFix MTU probes.
2014-04-22 Guus SliepenStart of a TODO file.
2014-04-21 Guus SliepenMove debug_level to mesh.
2014-04-21 Guus SliepenRemove unused logging functionality.
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 SliepenRemove header files we don't use anymore.
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 node_tree to mesh->nodes.
2014-04-21 Guus SliepenMove edge_weight_tree to mesh->edges.
2014-04-21 Guus SliepenMove myself to mesh->self.
2014-04-21 Guus SliepenTemporarily add a global meshlink_handle_t *mesh.
2014-04-21 Guus SliepenClarify the behaviour of meshlink_open(), _start()...
2014-04-21 Guus SliepenStart of implementation of meshlink_open().
2014-04-21 Guus SliepenFix a typo.
2014-04-21 Guus SliepenMove definition of sockaddr_t to its own header, remove...
2014-04-21 Guus SliepenRename variable handle to mesh.
2014-04-21 Guus SliepenUse "struct foo_t *" instead of "foo_t *" in .h files.
2014-04-19 Guus SliepenStart moving the implementation of the public part...
2014-04-19 Guus SliepenNo global variables: move meshlink_errno and _errstr...
2014-04-19 Guus SliepenAdd meshlink_internal.h containing the private parts...
2014-04-19 Guus SliepenUpdate the chat example and the public API.
2014-04-19 Guus SliepenAdd an example chat program.
2014-04-19 Guus SliepenRemove autogenerated Makefile.
2014-04-19 Guus SliepenBuild meshlinkapp using automake.
2014-04-19 Guus SliepenRenamed meshlink-sample/ to examples/.
2014-04-19 Guus SliepenRemove most platform-specific checks.
2014-04-19 Guus SliepenRemove unused functions and #includes.
2014-04-19 Guus SliepenAdd meshlink.h, containing only the public API.
2014-04-18 Guus SliepenRemove legacy Ethernet header from vpn_packet_t, add...
2014-04-18 Guus SliepenRemove some unused types and #defines.
2014-04-18 Guus SliepenRemove forwarding_mode, broadcast_mode, directonly...
2014-04-18 Guus SliepenGet rid of routing_mode.
2014-04-18 Guus SliepenRemove most of the configuration options.
2014-04-18 Guus SliepenDescribe the layout and contents of the configuration...
2014-04-17 Saverio ProtoMerge remote-tracking branch 'origin/master' into saverio saverio
2014-04-17 Guus SliepenAdd missing crypto.c.
2014-04-17 Saverio ProtoRevert "Guus please check this, I had to fix because...
2014-04-17 Saverio ProtoDebug messages in route function
2014-04-17 Saverio ProtoGuus please check this, I had to fix because my sptps...
2014-04-17 Saverio ProtoImplemented len a loop checks in the route function
2014-04-17 Guus SliepenGet rid of OpenSSL entirely.
2014-04-17 Guus SliepenStop using OpenSSL for hashes.
2014-04-17 Guus SliepenUse the SHA512 from ed25519/ instead of from OpenSSL...
2014-04-17 Guus SliepenLibtool suggests we need to use AC_CONFIG_MACRO_DIR...
2014-04-17 Guus SliepenRemove the tinc manual, start with an empty MeshLink...
2014-04-17 Guus SliepenRemove outdated or not-applicable documents.
2014-04-17 Guus SliepenRename tinc.texi to meshlink.texi.
2014-04-17 Guus SliepenLet libmeshlink also use the Ed25519 functions.
next