aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/process/CommandLine.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Log Wireguard commands (#28443)Håkon Hallingstad2023-09-111-0/+17
* Support censoring of command argumentsMartin Polden2022-09-081-11/+31
* Non-functional changes: Use new switch styleValerij Fredriksen2022-09-011-6/+2
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* CommandLine environmentHåkon Hallingstad2021-02-161-4/+44
* Document public method insteadHåkon Hallingstad2020-09-141-2/+4
* Support not waiting for termination of commandHåkon Hallingstad2020-09-141-0/+12
* Use new collections initializersValerij Fredriksen2020-01-191-2/+1
* Support persistent output file for CommandLineJon Marius Venstad2019-01-241-0/+14
* Add flags moduleHåkon Hallingstad2018-11-231-0/+9
* Rewrite CoredumpHandler to use the new CoreCollector and NodeAgentContextValerij Fredriksen2018-10-121-1/+3
* sigTermGracePeriod -> sigKillGracePeriodValerij Fredriksen2018-05-071-1/+1
* Make stuff finalValerij Fredriksen2018-05-071-2/+2
* Include exclamation point to whiltelist and fix whitespace tokenizationtoby2018-02-161-2/+2
* Amend program output parse exceptions with command and output snippetHåkon Hallingstad2018-02-061-1/+7
* Simplify program execution and unit testing with Terminal and CommandLineHåkon Hallingstad2018-02-051-0/+265