]> git.meshlink.io Git - meshlink/shortlog
meshlink
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.
2014-04-17 Guus Sliepensptps_test: allow using a tun device instead of stdio.
2014-04-17 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.
2014-04-17 Guus SliepenUse Ed25519 keys.
2014-04-13 Saverio ProtoData is correctly passed from the library to the applic...
2014-04-13 Saverio ProtoInitial callback support for data received from the...
2014-04-13 Saverio ProtoGit ignore update
2014-04-13 Guus SliepenDon't use SPTPS to decrypt the ID request.
2014-04-13 Guus SliepenFix compiler warnings.
2014-04-13 Guus SliepenMerge branch 'saverio'
2014-04-13 Guus SliepenLink meshlinkapp statically.
2014-04-13 Guus SliepenAllow configuration directory and node names to be...
2014-04-13 Guus SliepenCall srand() and crypto_init() from a constructor.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-13 Saverio ProtoRefactory of route() function to have just one like...
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 Saverio ProtoCosmetic cleanup
2014-04-12 Saverio ProtoSuccessfully received and printed to screen data from...
2014-04-12 Saverio Protoops this should be NOT zero to NOT be a probe
2014-04-12 Saverio ProtoDealing with legacy MTU probingwq
2014-04-12 Saverio ProtoRevert "Leave 14 bytes for legacy MTU probing"
2014-04-12 Saverio ProtoLeave 14 bytes for legacy MTU probing
2014-04-12 Saverio ProtoMerge branch 'saverio' of 46.226.111.120:meshlink into...
2014-04-12 Saverio Protoput value in packet.len
2014-04-12 Saverio Protocut and paste to save time
2014-04-12 Guus SliepenRaise debug level.
2014-04-12 Guus SliepenChange my email address.
2014-04-12 Guus SliepenRemove sample tinc configuration.
2014-04-12 Guus SliepenRemove support for signals.
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 unused files.
2014-04-12 Guus SliepenRemove support for Subnets.
2014-04-12 Guus SliepenRemove files not used by MeshLink.
2014-04-10 Saverio ProtoStarted the implementation of route_meshlink that at...
2014-04-10 Saverio ProtoFix memcpy when filling packet data
2014-04-10 Saverio ProtoGet rid of tincremotehost structure, we use directly...
2014-04-10 Saverio ProtoBe carefull there is a race condition. You need myself...
2014-04-10 Saverio ProtoSimplified tincpackethdr struct
2014-04-10 Saverio ProtoImproved sample application
2014-04-09 Saverio ProtoPush data from the application to the library and print...
next