aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-28Use `wg addconf'.Hristo Venev
2020-02-09Generate random temporary file names.Hristo Venev
2020-02-07Load the preshared keys on startup.Hristo Venev
2020-02-06Remove an unwrap.Hristo Venev
2020-02-06Simplify argument parsing.Hristo Venev
2020-02-06Don't die if removing a temporary file fails.Hristo Venev
2020-02-05Add man pages.Hristo Venev
2020-02-04Add source.allow_road_warriors option.Hristo Venev
2020-02-04Drop unused impls.Hristo Venev
2020-02-04Move source names inside the source sections.Hristo Venev
2020-02-04More peer options in config.Hristo Venev
2020-02-04Clippy.Hristo Venev
2020-02-04Reference preshared keys by path.Hristo Venev
2019-09-30Remove unneeded derives.Hristo Venev
2019-09-30Don't use `#[serde(flatten)]`.Hristo Venev
2019-09-30Lowercase errors.Hristo Venev
2019-09-30Show the exact reason a network is invalid.Hristo Venev
2019-09-30Simplify main functions.Hristo Venev
2019-09-30Document [peer], implement in procd.Hristo Venev
2019-09-30 Add SPDX-License-Identifier.Hristo Venev
2019-09-29Create separate files for psks.Hristo Venev
2019-09-29I don't like `if let` that much.Hristo Venev
2019-09-28Implement peer overrides.Hristo Venev
2019-09-28PeerConfig -> GlobalConfigHristo Venev
2019-09-28Silence clippy warning.Hristo Venev
2019-09-28Split updater into module.Hristo Venev
2019-09-28Move builder inside manager.Hristo Venev
2019-05-18Create cache and state files in mode 0o0600.Hristo Venev
2019-05-18Add tests for IP sets.Hristo Venev
2019-05-18Implement persistent state.Hristo Venev
2019-05-18Implement command-line config parsing.Hristo Venev
2019-05-17Set the persistent keepalive.Hristo Venev
2019-05-17Postpone the y2k38 problem from 2004 to Jan 7 2038.Hristo Venev
2019-05-17rustfmt and styleHristo Venev
2019-04-02Reorg, sources have names.Hristo Venev
2019-03-19Don't print that many decimal digits on timers.Hristo Venev
2019-03-19Make sure the device exists on startup.Hristo Venev
2019-03-19Make retry and refresh messages nicer.Hristo Venev
2019-03-19lintv0.1.0Hristo Venev
2019-03-19Add some more curl args and error reporting.Hristo Venev
2019-03-19Move stuff around, base64 decode keys.Hristo Venev
2019-03-19rustfmtHristo Venev
2019-03-19refresh_period = ... -> refresh_sec = ...Hristo Venev
2019-03-19BREAKING CHANGE: The config file is now in toml.Hristo Venev
2019-03-19BREAKING CHANGESHristo Venev
2019-03-19Add license.Hristo Venev
2019-03-19Use curl command instead of library.Hristo Venev
2019-03-18Implement road warrior support.Hristo Venev
2019-03-18LintHristo Venev
2019-03-18Initial commit.Hristo Venev