| Commit message (Expand) | Author | Files | Lines |
2022-05-05 | Showing all IP address for stopped containers in container list command. | Daniel Baumann | 1 | -2/+2 |
2022-05-01 | Updating copyright notices for 2022. | Daniel Baumann | 1 | -1/+1 |
2022-04-30 | Listing all IP addresses in container list command. | Daniel Baumann | 1 | -1/+1 |
2021-07-27 | Harmonizing usage messages over all container commands with manpage references. | Daniel Baumann | 1 | -0/+3 |
2021-07-26 | Speeding up container list command by optimizing IP address gathering. | Daniel Baumann | 1 | -1/+2 |
2021-07-26 | Speeding up container list command by not gathering IP addresses for output f... | Daniel Baumann | 1 | -1/+9 |
2021-06-06 | Using cnt run to determine IP addresses in container list. | Daniel Baumann | 1 | -8/+17 |
2021-04-11 | Using https instead of http in all comments. | Daniel Baumann | 1 | -1/+1 |
2021-04-11 | Moving config files from /etc/open-infrastructure to /etc/compute-tools. | Daniel Baumann | 1 | -2/+3 |
2021-04-11 | Moving command files from /usr/lib to /usr/libexec. | Daniel Baumann | 1 | -0/+0 |
2021-02-09 | Updating copyright notices for 2021. | Daniel Baumann | 1 | -1/+1 |
2020-10-30 | Adding awk optimizations in configuration file handling. | Katharina Drexel | 1 | -3/+3 |
2020-01-21 | Updating copyright notices for 2020. | Daniel Baumann | 1 | -1/+1 |
2019-09-19 | Tightening Address lookup in container list command for systemd-networkd to n... | Daniel Baumann | 1 | -1/+1 |
2019-04-12 | Removing explicit protocol for IP adresses in container list command. | Daniel Baumann | 1 | -5/+5 |
2019-02-23 | Using hostname fallback if FQDN is not set. | Daniel Baumann | 1 | -1/+1 |
2019-02-23 | Renaming container-tools to compute-tools. | Daniel Baumann | 1 | -11/+12 |
2019-02-17 | Updating year in copyright notices to 2019. | Daniel Baumann | 1 | -1/+1 |
2018-07-17 | Also allowing symlinks for containers, requires systemd 233 or newer (see #80... | Daniel Baumann | 1 | -1/+1 |
2018-02-18 | Updating year in copyright information for 2018. | Daniel Baumann | 1 | -1/+1 |
2017-12-05 | Adding SPDX License Identifiers. | Daniel Baumann | 1 | -0/+2 |
2017-10-31 | Adding sh shortcut for shell format in container list command. | Daniel Baumann | 1 | -1/+1 |
2017-10-27 | Removing fallback TERM in container list, not needed anymore. | Daniel Baumann | 1 | -2/+0 |
2017-10-06 | Using linux as fallback TERM in container list command. | Daniel Baumann | 1 | -0/+2 |
2017-06-29 | Adjusting container list outout for container top command. | Daniel Baumann | 1 | -2/+2 |
2017-06-29 | Using more systemd-ish status symbols in container list command. | Daniel Baumann | 1 | -2/+2 |
2017-06-29 | Renaming cnt.auto to cnt.container-server in order to split functionality of ... | Daniel Baumann | 1 | -3/+3 |
2017-05-09 | Updating list of excluded directory names in container list command. | Daniel Baumann | 1 | -1/+1 |
2017-01-04 | Updating year in copyright information for 2017. | Daniel Baumann | 1 | -1/+1 |
2016-12-20 | Handling unreadable container directory properly in container list command. | Daniel Baumann | 1 | -1/+4 |
2016-12-13 | Fixing suffix in nwdiag output in container list command. | Daniel Baumann | 1 | -0/+9 |
2016-12-11 | Enabling pre and post hooks in container commands. | Daniel Baumann | 1 | -0/+19 |
2016-12-11 | Adding XML export format to container list command. | Daniel Baumann | 1 | -0/+33 |
2016-12-11 | Adding YAML export format to container list command. | Daniel Baumann | 1 | -0/+24 |
2016-12-11 | Adding nwdiag export format to container list command. | Daniel Baumann | 1 | -2/+85 |
2016-12-11 | Adding JSON export format to container list command. | Daniel Baumann | 1 | -0/+36 |
2016-12-11 | Adding CSV export format to container list command. | Daniel Baumann | 1 | -2/+24 |
2016-12-11 | Removing half-finished multi-address handling in container list command. | Daniel Baumann | 1 | -20/+6 |
2016-12-11 | Renaming short format in container list command to shell for consistency. | Daniel Baumann | 1 | -7/+1 |
2016-12-11 | Renaming full format in container list command to cli for consistency. | Daniel Baumann | 1 | -4/+4 |
2016-12-11 | Sorting format code in container list command. | Daniel Baumann | 1 | -4/+4 |
2016-12-11 | Adding trailing line in full format for container list command. | Daniel Baumann | 1 | -0/+13 |
2016-12-11 | Renaming internal show function in container list command for consistency. | Daniel Baumann | 1 | -23/+23 |
2016-12-11 | Completing usage message in container list command. | Daniel Baumann | 1 | -1/+1 |
2016-11-25 | Renaming too generic internal getopt variables to avoid possible collisions i... | Daniel Baumann | 1 | -3/+3 |
2016-11-12 | Using fallback to ifupdown addresses in container list command for container ... | Daniel Baumann | 1 | -0/+3 |
2016-11-12 | Avoid repeating ipv4 address of the previous container in container list comm... | Daniel Baumann | 1 | -0/+2 |
2016-11-06 | Updating container list command to use systemd-networkd config instead of ifu... | Daniel Baumann | 1 | -2/+2 |
2016-08-04 | Dropping lxc ignore in container list command. | Daniel Baumann | 1 | -6/+0 |
2016-07-01 | Harmonizing defintions of long and short options in getopt code of container ... | Daniel Baumann | 1 | -2/+2 |