]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxccontainer.c
Fix race/corruption with multiple lxc-start, lxc-execute
[mirror_lxc.git] / src / lxc / lxccontainer.c
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.