]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxc_execute.c
ovl_rsync: make sure to umount
[mirror_lxc.git] / src / lxc / lxc_execute.c
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-28 Patrick ToomeyPass UID/GID explicitly through flags
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 Christian BraunerFix grammar in some of the executables
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 BraunerFix grammar in some of the executables
2015-04-22 Tycho Andersenc/r: re-open fds after clone()
2014-06-30 hallynMerge pull request #244 from xose/btrfs
2014-06-18 Serge HallynAdd a unexpanded lxc_conf
2014-06-03 bartekplusFree lxc configuration structure
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
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-05-08 Dwight Engenlxc-monitor multiple paths
2013-04-30 Dwight EngenCreate log file in lxcpath for non-system containers
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Serge Hallynpass lxcpath to lxc_command
2013-02-08 Serge HallynSwitch from use of LXCPATH to a configurable default_lx...
2013-01-28 Serge Hallynuse a default per-container logfile
2013-01-23 Stéphane GraberRevert "use a default per-container logfile"
2013-01-22 Serge Hallynuse a default per-container logfile
2011-10-24 Greg Kurzlxc: introduce lxc_execute()
2010-07-20 Daniel Lezcanoinitialize capabilities for lxc-start and lxc-execute
2010-05-27 Daniel Lezcanomove lxc-init to $libdir/lxc
2010-05-19 Nathan Lynchcorrect asprintf error checking
2010-01-14 Cedric Le Goateradd --define to execute
2010-01-13 Cedric Le Goateruse different log categories in commands
2010-01-08 Michel Normandlxc: avoid memory corruption on ppc and s390 V4
2009-11-26 Daniel Lezcanopass lxc_conf to the lxc_start function instead of...
2009-11-20 Daniel Lezcanorollback configuration is a file
2009-11-17 Daniel Lezcanofix container find the previously created configuration
2009-11-17 Cedric Le Goatercleanup <lxc/lxc.h>
2009-11-13 Daniel LezcaonAllows a container to run without previous creation
2009-10-22 Daniel Lezcanouse config.h to define the lxcpath and co
2009-10-12 Daniel Lezcanoclean up and factor out some code
2009-07-15 Daniel Lezcanouse the lxc arguments dup in lxc_execute
2009-07-15 Daniel Lezcanocleanup lxc-init
2009-07-01 Daniel Lezcanofix compilation warning with malloc
2009-05-18 Michel Normandlxc-execute to report exit code of started application
2009-05-18 Michel Normandadd support of lxc log file to lxc-init
2009-05-18 Michel Normandadd long options step1
2009-05-18 Michel Normandadd quiet option
2009-05-17 Michel Normandreport error in lxc_get_lock
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-03-30 Daniel Lezcanomove lxc_conf_init to conf.c
2009-03-30 Daniel Lezcanocleanup config.h
2009-03-19 Guido TrotterInstall lxc-init in libexec dir
2009-01-26 dlezcanoFixed bad variable type
2008-11-17 dlezcanoHandle the lock error and show message to user
2008-11-13 dlezcanoReplace lxc_execute by an intermediate lxc_init
2008-09-19 dlezcanoFixed missing initialization variable
2008-09-19 dlezcanoIf no configuration file is specified or the container...
2008-09-04 dlezcanoChange header inclusion path
2008-09-03 dlezcanodisplay name as '%s'
2008-08-06 dlezcanoInitial revision