summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/cli.rs
AgeCommit message (Expand)AuthorFilesLines
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-3/+3
2024-03-21Split daemon command flags into dedicated structJoakim Hulthe1-23/+35
2024-03-21Refactor daemon oneshot commandsJoakim Hulthe1-15/+43
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-7/+7
2023-05-03Update CLI for mullvad-daemonDavid Lönnhager1-95/+69
2023-02-14Don't fail if one of the directories cannot be obtained in the help text for ...David Lönnhager1-3/+3
2023-02-01Add option for querying launch daemon state on macOSDavid Lönnhager1-0/+12
2022-10-10Adapt all crates to use mullvad-versionLinus Färnstrand1-3/+1
2022-09-27Fix clippy complaintsEmīls Piņķis1-1/+1
2022-09-20Add shutdown detection for Windows serviceDavid Lönnhager1-8/+0
2022-09-12Add argument to initialize firewall to a blocking stateEmīls Piņķis1-0/+15
2022-02-14Upgrade clap to 3.0David Lönnhager1-9/+9
2022-01-07Always use logging macros prefixed with log::Linus Färnstrand1-1/+0
2021-10-25Complement logging during startupOdd Stranne1-0/+1
2021-06-10Add --restart-service option to the daemon on WindowsDavid Lönnhager1-1/+10
2020-08-14Upgrade clap to 2.33.3 and remove deprecated warning hackLinus Färnstrand1-5/+1
2020-07-10Ignore deprecation warning in clap macro invocationLinus Färnstrand1-6/+9
2019-04-12Fix error handling in system_serviceLinus Färnstrand1-1/+8
2018-11-16Add log directory to help outputLinus Färnstrand1-0/+2
2018-11-16Print MULLVAD_ path variable defaults in help textLinus Färnstrand1-10/+20
2018-11-13Add env section to CLI helpAndrej Mihajlov1-2/+12
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-1/+1
2018-11-01Make all binaries use same version formatLinus Färnstrand1-1/+1
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-1/+1
2018-06-25Make mullvad-daemon take version from own metadataLinus Färnstrand1-1/+1
2018-06-13Move RPC address file computation into mullvad-pathsLinus Färnstrand1-2/+0
2018-06-13Move log dir stuff to mullvad-pathsLinus Färnstrand1-20/+8
2018-06-13Rename mullvad-metadata -> mullvad-pathsLinus Färnstrand1-20/+0
2018-05-18Add --cache-dir argument to daemonLinus Färnstrand1-0/+10
2018-05-17Remove --disable-rpc-authLinus Färnstrand1-8/+0
2018-04-23Add basic windows serviceAndrej Mihajlov1-2/+23
2018-04-13Add flag to allow not printing timestamps to stdoutEmīls Piņķis1-0/+8
2018-03-26Replace include_str!() occurences with version::current() in mullvad-daemonEmīls Piņķis1-4/+3
2018-03-02Add coloring to stdout loggingLinus Färnstrand1-4/+4
2018-03-02Add --disable-rpc-auth flag to make the CLI workLinus Färnstrand1-2/+10
2018-02-07Make the daemon version be the git descriptionLinus Färnstrand1-1/+4
2018-01-18Add --resource-dir argumentLinus Färnstrand1-0/+12
2017-12-01Rename mullvadd back to mullvad-daemonLinus Färnstrand1-1/+1
2017-10-05Upgrade rustfmt-nightly to 0.2.8Linus Färnstrand1-3/+1
2017-09-25Add tunnel-log flag to daemon and pass it downLinus Färnstrand1-0/+11
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand1-0/+45