| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding option to list only container that are not enable for automatic start ... | Daniel Baumann | 2016-06-14 | 2 | -24/+63 |
* | Adding bash-completion. | Andreas Kreuzer | 2016-06-14 | 2 | -0/+223 |
* | Using UTF-8 symbols for container status. | Daniel Baumann | 2016-06-14 | 1 | -9/+9 |
* | Switching default entries for cdn.archive.progress-linux.org to HTTPS. | Daniel Baumann | 2016-06-14 | 2 | -4/+4 |
* | Including systemd-sysv in default package selection of progress-linux contain... | Daniel Baumann | 2016-06-14 | 1 | -2/+2 |
* | Including apt-transport-https in default package selection of progress-linux ... | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Showing local containers in container list command only. | Daniel Baumann | 2016-06-14 | 2 | -2/+32 |
* | Correcting aligning in container list command. | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Correcting container list command to list container without IP adresses. | Daniel Baumann | 2016-06-14 | 1 | -2/+2 |
* | Correcting limit manpage namespace. | Andreas Kreuzer | 2016-06-14 | 1 | -3/+3 |
* | Excluding container-tools and .container-tools in /var/lib/machines as specia... | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Silencing error message in container list command if machine directory is not... | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Completing cleanup of directories in makefile uninstall target. | Daniel Baumann | 2016-06-14 | 1 | -0/+4 |
* | Making makefile more generic. | Daniel Baumann | 2016-06-14 | 1 | -4/+4 |
* | Updating vcs links in container-tools manpage. | Daniel Baumann | 2016-06-14 | 1 | -2/+2 |
* | Updating vcs links in readme. | Daniel Baumann | 2016-06-14 | 1 | -2/+2 |
* | Correcting typo in container-tools manpage. | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Updating download links in container-tools manpage. | Daniel Baumann | 2016-06-14 | 1 | -1/+4 |
* | Updating download links in readme. | Daniel Baumann | 2016-06-14 | 1 | -1/+4 |
* | Correcting typo in readme. | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Adding documentation key in systemd unit files. | Daniel Baumann | 2016-06-14 | 2 | -0/+2 |
* | Releasing version 20160601.v20160601 | Daniel Baumann | 2016-06-03 | 2 | -1/+17 |
* | Adding auto field in debconf cairon-backports example preseed file. | Daniel Baumann | 2016-06-03 | 1 | -0/+1 |
* | Adding auto option to set automatic start in debconf script. | Daniel Baumann | 2016-06-03 | 2 | -0/+14 |
* | Using .cfg suffix for preseed files of debconf script for consistency. | Daniel Baumann | 2016-06-03 | 1 | -2/+2 |
* | Guessing default container script from /usr/share/container-tools/scripts/def... | Daniel Baumann | 2016-06-03 | 2 | -5/+30 |
* | Correcting cleanup of temporary debconf files in debconf script. | Daniel Baumann | 2016-06-03 | 1 | -3/+2 |
* | Using safety measures of rm when removing containers because of (potentially)... | Daniel Baumann | 2016-06-03 | 1 | -1/+1 |
* | Removing empty source directory of bind mounts in container stop command. | Daniel Baumann | 2016-06-03 | 1 | -1/+16 |
* | Mounting bind mounts for the duration of the debconf script. | Daniel Baumann | 2016-06-03 | 1 | -0/+30 |
* | Adding bind field in debconf cairon-backports example preseed file. | Daniel Baumann | 2016-06-03 | 1 | -0/+1 |
* | Adding bind option to bind mount directories in debconf script. | Daniel Baumann | 2016-06-03 | 2 | -0/+8 |
* | Replacing http links in manpages with https. | Daniel Baumann | 2016-06-03 | 14 | -28/+28 |
* | Releasing version 20160515.v20160515 | Daniel Baumann | 2016-06-03 | 2 | -1/+28 |
* | Reworking container-autostart program into container auto command. | Daniel Baumann | 2016-06-03 | 8 | -42/+179 |
* | Removing screen session handling in container-autostart program, containers s... | Daniel Baumann | 2016-05-18 | 1 | -17/+1 |
* | Adding veth field in debconf cairon-backports example preseed file. | Daniel Baumann | 2016-05-18 | 1 | -0/+1 |
* | Correcting typo in debconf jessie example preseed file. | Daniel Baumann | 2016-05-18 | 1 | -1/+1 |
* | Adjusting output of additional IP addresses in container list command. | Daniel Baumann | 2016-05-18 | 1 | -6/+48 |
* | Using systemd to cleanup network interfaces after the container has been stop... | Nik Lutz | 2016-05-18 | 2 | -22/+40 |
* | Using systemctl to start containers. | Nik Lutz | 2016-05-18 | 2 | -11/+53 |
* | Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES. | Nik Lutz | 2016-05-18 | 1 | -19/+19 |
* | Replacing systemd-nspawn '--network-bridge=' with one config file per interfa... | Nik Lutz | 2016-05-18 | 4 | -9/+32 |
* | Using eth[0-9] instead of host[0-9] in containers /etc/network/interface. | Nik Lutz | 2016-05-18 | 1 | -5/+5 |
* | Removing network interface configuration in /etc/network/interfaces.d after c... | Nik Lutz | 2016-05-18 | 1 | -0/+22 |
* | Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' (pre... | Nik Lutz | 2016-05-18 | 5 | -11/+47 |
* | Adding veth name (cnt-debconf/network[0-9]/veth) configuration option to debc... | Nik Lutz | 2016-05-18 | 2 | -0/+27 |
* | Fixing path argument of chmod for .container-command script in the debconf sc... | Nik Lutz | 2016-05-18 | 1 | -1/+1 |
* | Releasing version 20160501.v20160501 | Daniel Baumann | 2016-05-06 | 2 | -1/+8 |
* | Correcting spelling error in changelog file. | Daniel Baumann | 2016-05-06 | 1 | -1/+1 |