summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-03Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann5-7/+103
2017-01-04Adding -f, --force option in container auto command.Daniel Baumann1-4/+17
2017-01-04Updating year in copyright information for 2017.Daniel Baumann12-12/+12
2016-12-20Handling unreadable container directory properly in container list command.Daniel Baumann1-1/+4
2016-12-13Fixing suffix in nwdiag output in container list command.Daniel Baumann1-0/+9
2016-12-11Enabling pre and post hooks in container commands.Daniel Baumann13-0/+254
2016-12-11Adding XML export format to container list command.Daniel Baumann1-0/+33
2016-12-11Adding YAML export format to container list command.Daniel Baumann1-0/+24
2016-12-11Adding nwdiag export format to container list command.Daniel Baumann1-2/+85
2016-12-11Adding JSON export format to container list command.Daniel Baumann1-0/+36
2016-12-11Adding CSV export format to container list command.Daniel Baumann1-2/+24
2016-12-11Removing half-finished multi-address handling in container list command.Daniel Baumann1-20/+6
2016-12-11Renaming short format in container list command to shell for consistency.Daniel Baumann1-7/+1
2016-12-11Renaming full format in container list command to cli for consistency.Daniel Baumann1-4/+4
2016-12-11Sorting format code in container list command.Daniel Baumann1-4/+4
2016-12-11Adding trailing line in full format for container list command.Daniel Baumann1-0/+13
2016-12-11Renaming internal show function in container list command for consistency.Daniel Baumann1-23/+23
2016-12-11Completing usage message in container list command.Daniel Baumann1-1/+1
2016-12-11Tidying container move comments.Daniel Baumann1-2/+2
2016-12-11Tidying container move interactive question.Daniel Baumann1-1/+1
2016-12-11Renaming container rename command to move for consistency.Daniel Baumann1-0/+0
2016-11-25Renaming too generic internal getopt variables to avoid possible collisions i...Daniel Baumann12-36/+36
2016-11-12Fail to find container in remove command only when both the rootfs and the co...Daniel Baumann1-1/+1
2016-11-12Using fallback to ifupdown addresses in container list command for container ...Daniel Baumann1-0/+3
2016-11-12Avoid repeating ipv4 address of the previous container in container list comm...Daniel Baumann1-0/+2
2016-11-06Updating container list command to use systemd-networkd config instead of ifu...Daniel Baumann1-2/+2
2016-11-06Readding container enter command.Daniel Baumann1-0/+102
2016-11-06Readding container limit command.Daniel Baumann1-0/+186
2016-11-06Readding -f|--force option in container stop command.Daniel Baumann1-3/+17
2016-11-06Readding container rename command.Daniel Baumann1-0/+162
2016-10-25Removing container rename command for LTS version.Daniel Baumann1-162/+0
2016-10-25Removing -f|--force option in container stop command for LTS version.Daniel Baumann1-17/+3
2016-10-25Removing container limit command for LTS version.Daniel Baumann1-186/+0
2016-10-25Removing container enter command for LTS version.Daniel Baumann1-102/+0
2016-08-04Adding -v, --verbose option to container remove command.Daniel Baumann1-5/+20
2016-08-04Adding support for user namespace.Daniel Baumann2-0/+13
2016-08-04Sorting container configuration file.Daniel Baumann2-13/+13
2016-08-04Calling container-nsenter program from container enter command.Daniel Baumann1-3/+9
2016-08-04Adding -f, --force option to container start command to remove stray lock files.Daniel Baumann1-5/+18
2016-08-04Adding error message in container start command if container is locked.Daniel Baumann1-0/+6
2016-08-04Adding host system based overlay mounts.Daniel Baumann3-2/+75
2016-08-04Changing container-status command to always show full output.Simon Spöhel1-1/+1
2016-08-04Dropping lxc ignore in container list command.Daniel Baumann1-6/+0
2016-07-01Adding container-status command.Simon Spöhel1-0/+82
2016-07-01Using global path definition in container version command for consistency.Daniel Baumann1-1/+3
2016-07-01Using global path definition in container create command for consistency.Daniel Baumann1-5/+6
2016-07-01Correcting bind mount directory removal in container remove command to work w...Daniel Baumann1-4/+10
2016-07-01Correcting bind mount directory creation in container create command to work ...Daniel Baumann1-8/+9
2016-07-01Adding container rename command.Daniel Baumann1-0/+162
2016-07-01Harmonizing defintions of long and short options in getopt code of container ...Daniel Baumann10-20/+18