]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxc_destroy.c
lxc-destroy: deal with ephemeral containers
[mirror_lxc.git] / src / lxc / lxc_destroy.c
2016-02-10 Christian Braunerlxc-destroy: deal with ephemeral containers
2016-02-10 Christian BraunerMerge pull request #811 from hallyn/2016-02-09/destroyquiet
2016-02-10 Serge Hallynlxc_destroy: be quiet if asked
2015-10-05 Christian BraunerCleanup parts of lxc-destroy
2015-09-28 Christian BraunerRemove unnecessary call to free()
2015-09-28 Christian BraunerCheck return value of snprintf
2015-09-04 Serge Hallyncoverity: avoid use of NULL c1
2015-08-28 Stéphane GraberMerge pull request #585 from ptoomey3/lxc-execute-as...
2015-08-28 Stéphane GraberMerge pull request #643 from raspberrypython/issue-616
2015-08-27 Stéphane GraberMerge pull request #617 from alkino/master
2015-08-27 Stéphane GraberMerge pull request #631 from alkino/doc
2015-08-27 Stéphane GraberMerge pull request #634 from alkino/config_mount
2015-08-27 Stéphane GraberMerge pull request #638 from schiele/master
2015-08-27 Serge Hallynfix open() results check to include 0
2015-08-27 Christian BraunerDestroy container with snapshots & clone-snapshots
2015-08-27 Christian Braunerlxc-destroy: Remove container with all snapshots
2015-08-14 Serge HallynMerge pull request #632 from lxc/revert-621-arguments
2015-08-14 Serge HallynRevert "Refactor lxc-snapshot, lxc-clone, make LXC_CLON...
2015-08-14 Serge HallynMerge pull request #621 from brauner/arguments
2015-08-08 Christian Braunerlxc-destroy: Remove container with all snapshots
2015-08-08 Christian BraunerFix grammar in some of the executables
2014-04-07 Serge Hallynlxc_*.c: don't exit with -1
2014-02-05 Stéphane Graberlog: Set log_define properly
2014-02-04 Stéphane Graberlogging: Add lxc_log_options_no_override function
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-22 Serge Hallynlxcapi_destroy: run in a namespace if we are unprivileged
2013-10-19 S.Çağlar Onurcall lxc_container_put when needed in lxc_destroy.c
2013-10-04 S.Çağlar Onurcall lxc_container_put when appropriate
2013-10-03 Stéphane GraberImprove behaviour for unprivileged users
2013-09-23 Stéphane GraberConsistently use <lxc/lxccontainer.h> for the API
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-08-14 Serge Hallynlxc_destroy: print an error if the container is not...
2013-06-03 Qiang Huanglxc-destroy: fix the wrong help info of lxc-destroy
2013-05-25 Serge Hallyndestroy: implement in the api
2009-11-13 Daniel LezcanoReplace create/destroy by a script
2009-10-07 Michel Normandkeep rcfile for lxc-execute as already done for lxc...
2009-05-28 Daniel Lezcanocopy the configuration file in the conf repo
2009-05-18 Michel Normandlxc-destroy return 255 in case of error
2009-05-18 Michel Normandadd long options step3
2009-05-18 Michel Normandadd quiet option
2009-05-14 Michel Normandadd support of a lxc log file to cli
2009-05-14 Michel Normandremove fprintf to stderr and replace by ERROR call...
2009-01-26 dlezcanoFixed bad variable type
2008-11-17 dlezcanoHandle the lock error and show message to user
2008-09-19 dlezcanoFixed typos
2008-09-04 dlezcanoChange header inclusion path
2008-08-06 dlezcanoInitial revision