]> git.proxmox.com Git - pve-container.git/history - src/PVE/CLI/pct.pm
close #1940: pct console: added ability to specify escape sequence
[pve-container.git] / src / PVE / CLI / pct.pm
2018-10-09 Tim Marxclose #1940: pct console: added ability to specify...
2018-07-06 Wolfgang Bumillerdeal with disabled cgroup subsystems
2018-06-27 Dominik Csapakreplace read_password with param_mapping
2018-03-13 Wolfgang Bumilleradd move_volume api call
2017-11-23 Thomas Lamprechtpct mount: tell user where he can find the mounted CT
2017-04-04 Thomas Lamprechtpct: improve error message output of die
2017-02-15 Thomas Lamprechtpct: remove leftover outdated POD content
2017-01-12 Dietmar Maureradd setup_environment hook to CLIHandler class
2016-11-03 Fabian Grünbichlerfix spelling: 'mountpoint' 'mount point'
2016-10-28 Dietmar Maurerpct cpusets: cleanup output if there are no running...
2016-10-27 Dietmar Maurerpct: add new command 'pct cpusets to print assigned...
2016-07-26 Dominik Csapakadd status call to pct
2016-07-05 Fabian Grünbichlerinclude custom lxc options when displaying config
2016-07-04 Wolfgang Bumilleradded 'pct df'
2016-04-20 Dietmar Maurercode cleanup
2016-04-20 Fabian Grünbichlerpush/pull permissions: use octal by default
2016-04-05 Fabian GrünbichlerExpose ssh_keys feature over API
2016-04-01 Fabian GrünbichlerAdd read_password sub for 'pct create'
2016-03-14 Fabian GrünbichlerUse set_lock and remove_lock
2016-03-03 Fabian GrünbichlerMove JSONFormat code to PVE::LXC::Config
2016-03-03 Fabian GrünbichlerRefactor mountpoint and general conf methods
2016-03-03 Fabian GrünbichlerRefactor config-related methods into AbstractConfig
2016-03-01 Wolfgang Bumillerpct list: Add a 'Lock' column
2016-02-27 Wolfgang BumillerImplement pct mount/unmount
2016-02-27 Wolfgang BumillerImplement pct push/pull
2016-02-24 Thomas Lamprechtpct enter: check if container runs before lxc-attach
2016-02-12 Fabian GrünbichlerRefactor lock_container into lock_config_[xx]
2016-01-21 Dietmar Maurerimplement linked clones
2016-01-15 Dietmar Maurerimplement parse_ct_rootfs
2015-10-28 Wolfgang Linkmove resize to have it available in the pveshell and...
2015-10-15 Dietmar Maurerfsck: simplify code
2015-10-15 Dietmar Maurerminor cleanups
2015-10-15 Emmanuel KasperAdd new pct fsck command to check the mountpoints of...
2015-09-07 Wolfgang Bumillersupport resizing of owned container disks
2015-09-06 Wolfgang Linkadd the capability to unlock a Container if it is locked
2015-09-05 Dietmar Maurerpct exec: fix bash completion
2015-09-03 Dietmar Maurerpct: use separate class for CLIHandler (src/PVE/CLI...