]> git.meshlink.io Git - meshlink/shortlog
meshlink
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...
2014-04-09 Saverio ProtoRemove handle_device_data function
2014-04-07 Saverio ProtoKeep the sample application running like a server
2014-04-07 Saverio Protowe dont open any tun tap or any device in libmeshlink
2014-04-07 Saverio ProtoMoving pid to /tmp/ so we can run the program without...
2014-04-07 Saverio ProtoDisabling calls to read_config_options. Makes no sense...
2014-04-07 Saverio Protostart to implement tinc_start
2014-04-05 Saverio Prototinc_start() - skeleton of the API call. The function...
2014-04-04 Saverio ProtoWrite keys to file in tinc_setup
2014-04-04 Saverio ProtoWorking tinc_setup() function in the library
2014-04-04 Saverio Protocosmetic change
2014-04-04 Saverio Protomake_names is needed for tinc_setup
2014-04-04 Saverio Protorevert unnecessary changes in tincctl.c
2014-04-03 Saverio ProtoUpdate readme
2014-04-03 Saverio ProtoSuccessfully compile the libmeshlink library with autot...
2014-04-03 Saverio Prototrying to fix linking issues
2014-04-03 Saverio ProtoLink correctly libmeshlink.so in the sample application
2014-04-03 Saverio ProtoBuild fails: Adding protocol.o object to library and...
2014-04-02 Saverio ProtoFixing autotools
2014-04-02 Saverio ProtoTest to integrate the tinc_setup function that is linke...
2014-04-02 Saverio ProtoSample empty mesh link app that will make use of the...
2014-04-02 Saverio Protomeshlink README with some notes
2014-04-02 Saverio ProtoFirst draft of tinc setup function
2014-04-02 Saverio ProtoIf we have this functions static we cannot reuse them...
2014-04-02 Saverio ProtoDirty change to Makefile.am so that libmeshlink.[ch...
2014-04-02 Saverio ProtoDirt in quick hack Makefile.am to compile a couple...
2014-03-09 Guus SliepenHandle a disconnecting tincd better. import-tinc-1.1
2014-02-26 Guus SliepenRewind the file before trying to use PEM_read_RSA_PUBKEY().
2014-02-26 Guus SliepenAdd "network" command to list or switch networks.
2014-02-07 Guus SliepenAdd missing attribution for 1.1pre10 to the NEWS file.
2014-02-07 Guus SliepenReally fix compiling under Windows.
2014-02-07 Guus SliepenReleasing 1.1pre10.
2014-02-07 Guus SliepenCheck whether OpenSSL has support for GCM.
2014-02-07 Guus SliepenFix compiling for Windows.
2014-02-07 Guus SliepenUpdate copyright notices.
2014-02-07 Guus SliepenAttribution for Dennis Joachimsthaler.
2014-02-07 Guus SliepenHandle errors from TAP-Win32/64 adapter in a better...
2014-02-07 Guus SliepenAttribution for various contributors.
2014-01-30 Guus SliepenUse addresses learned from other nodes when making...
2014-01-29 Guus SliepenDocument Weight and also allow it to be set from tinc...
2014-01-29 Guus SliepenDon't ask questions if we are not running interactively.
2014-01-27 Guus SliepenAdd missing newlines when copying variables from tinc...
2014-01-24 Guus SliepenTest two tinc daemons using network namespaces.
2014-01-20 Guus SliepenAdd the ListenAddress option.
next