]> git.meshlink.io Git - meshlink/history - src/Makefile.am
Add meshlink_get_node_reachability().
[meshlink] / src / Makefile.am
2019-10-05 Guus SliepenReplace rand() by xoshiro256** with per-mesh state.
2019-05-31 Guus SliepenAdd missing symbols to meshlink.sym.
2019-05-31 sairoop-elearUpdate android build
2019-02-06 Lakshminarayana... Added meshlink_submesh_open
2018-07-21 Guus SliepenAllow compiling without support for Catta.
2018-05-08 Guus SliepenEnsure -export-symbols-regex is not lost.
2018-04-30 Guus SliepenUse AX_PTHREAD to set the proper pthread flags.
2017-10-08 Guus SliepenEnsure make distcheck runs without errors.
2017-08-14 Guus SliepenForce -Wall.
2017-08-14 Guus SliepenRemove unused/duplicate autoconf/automake definitions.
2017-08-14 Guus SliepenDon't build SPTPS test programs.
2014-12-27 Niklas Hofmannwindows compatibility
2014-12-27 Niklas Hofmannupdate to new catta, removal of libuuid dependency
2014-12-27 Aaron KrebsConfigure autotools to install public header files.
2014-12-27 Niklas Hofmannrename of avahi to catta
2014-12-27 Niklas Hofmannlink to catta instead of avahi
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas Hofmannjson export of node and edge structure
2014-08-08 Niklas HofmannMerge branch 'everbase' into discovery
2014-08-08 Guus SliepenDon't link with -lavahi-client, we only need the avahi...
2014-08-08 Niklas HofmannMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Niklas Hofmannchanged name of SRV record to fingerprint
2014-08-07 Niklas Hofmanncode cleanup; noptr fix
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 Niklas Hofmannavahi mdns skeleton
2014-07-26 Guus SliepenImport UTCP as a git submodule.
2014-04-24 Guus SliepenOnly export symbols that start with meshlink_.
2014-04-21 Guus SliepenMove config_tree to mesh->config.
2014-04-19 Guus SliepenStart moving the implementation of the public part...
2014-04-17 Saverio ProtoMerge remote-tracking branch 'origin/master' into saverio saverio
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 SliepenLet libmeshlink also use the Ed25519 functions.
2014-04-17 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.
2014-04-17 Guus SliepenUse Ed25519 keys.
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 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-05 Saverio Prototinc_start() - skeleton of the API call. The function...
2014-04-03 Saverio ProtoSuccessfully compile the libmeshlink library with autot...
2014-04-03 Saverio Prototrying to fix linking issues
2014-04-03 Saverio ProtoBuild fails: Adding protocol.o object to library and...
2014-04-02 Saverio ProtoFixing autotools
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...
2013-12-10 Guus SliepenAdd our own autoconf check for libgcrypt.
2013-09-15 Guus SliepenLink sptps_speed with -lrt.
2013-09-15 Guus SliepenAdd a benchmark for the SPTPS protocol.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-14 Guus SliepenStop using EXTRA_DIST in src/Makefile.am.
2013-08-13 Guus SliepenMove .h files from noinst_HEADERS to tincd_SOURCES.
2013-07-17 Guus SliepenDon't search in local directories for include files.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-15 Guus SliepenEnable and fix warnings from automake.
2013-05-01 Guus SliepenAdd generic crypto headers.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-05-01 Guus SliepenUse conditional compilation for device.c.
2013-03-08 Guus SliepenRename tincctl to tinc.
2013-01-20 Guus SliepenFix tincctl init when /etc/tinc does not yet exist.
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-10-01 Guus SliepenLibreadline might depend on libcurses.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-05 Guus SliepenAdd a simple hash table implementation.
2012-08-02 Guus SliepenHave tincctl act as a shell when no command is given.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenMake sure sptps.h and info.h are in the tarball.
2012-07-15 Guus Sliepen"tincctl info" gives more human readable information...
2012-07-15 Guus SliepenMove all functions related to subnet parsing to subnet_...
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-21 Guus SliepenAdd support for multicast communication with UML/QEMU...
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-11-27 Guus SliepenAdd vde/device.c to the tarball.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.
2011-07-17 Guus SliepenEnsure symlinked files do not end up in the tarball.
2011-07-03 Guus SliepenAdd ECDSA key import.
2011-07-03 Guus SliepenHave tincctl generate ECDSA keys.
2011-07-03 Guus SliepenAdd ECDSA key generation.
2011-07-03 Guus SliepenAdd PRF to derive key material from the ECDH shared...
2011-06-27 Guus SliepenPreliminary implementation of Elliptic Curve Diffie...
2011-06-25 Guus SliepenEnsure the right files end up in the tarball after...
2011-06-24 Guus SliepenDon't use AM_CONDITIONAL for CURSES.
next