]> git.meshlink.io Git - meshlink/history - src/conf.c
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / conf.c
2020-03-29 Guus SliepenUpdate UTCP and replace gettimeofday() with clock_getti...
2019-11-28 Guus SliepenSync the base configuration directory after each subdir...
2019-11-28 Guus SliepenSync the base configuration directory after each call...
2019-11-11 Guus SliepenAdd support for black/whitelisting by name, and forgett...
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-11-09 Guus SliepenUse a separate lockfile to lock the configuration direc...
2019-11-05 Guus SliepenRefuse invitees if we can't delete the invitation file.
2019-11-05 Guus SliepenSync invitation directory when calling meshlink_invite().
2019-11-05 Guus SliepenAdd missing calls to fflush().
2019-10-27 Guus SliepenEnsure an invitation timeout of 0 means no invitations...
2019-10-10 Guus SliepenDon't load config files partially.
2019-10-05 Guus SliepenAdd assert() calls to the library.
2019-09-26 Guus SliepenFix potential double fclose().
2019-09-05 Guus SliepenCall fsync() on the configuration directories where...
2019-09-05 Guus SliepenWrite config files atomically.
2019-08-04 Guus SliepenAvoid unnecessary calls to time().
2019-06-13 sairoop-elearAdd encrypted key rotation feature api
2019-06-13 sairoop-elearModify meshlink configuration base file structre
2019-06-13 Guus SliepenVarious fixes for the encrypted storage support.
2019-06-13 Guus SliepenAdd support for opening a MeshLink instance without...
2019-06-13 Guus SliepenAdd support for encrypted storage.
2019-03-17 Guus SliepenFix spelling errors.
2018-10-09 Guus SliepenLock meshlink.conf to ensure only one instance can...
2018-06-05 Guus SliepenCode reformatting.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-08-14 Guus SliepenFix errors found by Clang's static analyzer.
2017-08-14 Guus SliepenOnly keep at most 5 Address hints.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-06-25 Guus SliepenAdd modify_config_file() to allow overwriting existing...
2017-06-25 Guus SliepenFix resource leaks found by cppcheck.
2017-06-25 Guus SliepenDon't append duplicate entries to configuration files.
2014-12-27 Guus SliepenAdd a function to change a configuration file on disk.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmannpersistence of DeviceClass
2014-08-09 Guus SliepenMerge branch 'discovery' of chicago.everbase.net:meshli...
2014-08-08 Guus SliepenFinish implementation of log callbacks.
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-29 Guus SliepenMerge branch 'partition_healing' into everbase
2014-07-29 Guus SliepenFix meshlink_add_address().
2014-07-26 Guus SliepenRemove some more traces of tinc.
2014-04-26 Guus SliepenStop using global variable mesh in conf.[ch].
2014-04-24 Saverio ProtoUse snprintf() instead of xasprintf() when generating...
2014-04-24 Saverio ProtoMove pinginterval pingtimeout and maxtimeout to mesh
2014-04-24 Guus SliepenMove initial configuration setup from meshlinkapp.c...
2014-04-21 Guus SliepenMove several variables to mesh.
2014-04-21 Guus SliepenMove config_tree to mesh->config.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
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 SliepenRemove support for Subnets.
2014-04-07 Saverio ProtoDisabling calls to read_config_options. Makes no sense...
2014-02-07 Guus SliepenUpdate copyright notices.
2013-12-29 Florent ClairambaultAdding "conf.d" configuration dir support.
2013-08-02 Guus SliepenNon-zero exit code when reloading config file fails...
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-01-20 Guus SliepenReleasing 1.1pre5.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenUse backslashes on Windows.
2012-07-20 Guus SliepenNever remove items from cmdline_conf.
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-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMake sure disabling old RSA keys works on Windows.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
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-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-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-10 Guus SliepenAutomatically exchange ECDSA keys and upgrade to new...
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: Using plain integer as NULL...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-04-28 Julien MuchembledFix command-line '-o' option for host configuration
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenDon't use strlen() on a NULL pointer.
2010-10-22 Guus SliepenRemove unused variables.
2010-10-22 Guus SliepenAbort disabling old PEM keys on I/O errors.
2010-10-22 Guus SliepenAttribution for Julien Muchembled.
next