]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxccontainer.c
pass lxcpath to lxc_command
[mirror_lxc.git] / src / lxc / lxccontainer.c
2013-02-11 Serge Hallynpass lxcpath to lxc_command
2013-02-11 Serge Hallynlxc api: fix some config_path oddities
2013-02-08 Serge HallynSwitch from use of LXCPATH to a configurable default_lx...
2013-02-06 Dwight EngenRename /etc/lxc/lxc.conf to /etc/lxc/default.conf.
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
2012-12-22 Serge HallynClear environment for container
2012-12-14 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-14 Dwight EngenFix race/corruption with multiple lxc-start, lxc-execute
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-07 Serge Hallynapi: add set_cgroup_item and get_cgroup_item (to c...
2012-12-04 Serge Hallynlxc_conf logfile and loglevel support
2012-11-27 Dwight EngenMake config api items const
2012-11-27 Dwight EngenUse autoconf LXCPATH instead of hardcoded LXCDIR
2012-11-26 Dwight EngenEnsure argv passed by createl to create is NULL terminated
2012-11-26 Dwight EngenFree allocated configuration memory
2012-11-12 Serge Hallynapi shutdown: don't c->stop() if already stopped.
2012-11-12 Serge Hallyndual-fork for daemonized fork in lxcapi-start
2012-11-12 Serge HallynAdd lxc_conf_free()
2012-11-12 Serge HallynFix passing non-const char* in for const char*
2012-11-12 Serge Hallyncheck chdir(/) return value
2012-11-12 Stéphane GraberWhen starting a container daemonized, wait for it to...
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.