]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxc_execute.c
pass lxcpath to lxc_command
[mirror_lxc.git] / src / lxc / lxc_execute.c
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