]> git.proxmox.com Git - mirror_lxc.git/history - src/tests/startone.c
tests: fix get_item tests
[mirror_lxc.git] / src / tests / startone.c
2014-12-04 Arjun Sreedharantests: try again when waitpid() sets errno as EINTR
2014-03-13 Stéphane Grabertests: daemonize in startone
2014-03-13 Stéphane Grabertests: Add missing include
2014-03-13 Stéphane Grabertests: Silence startone harder
2014-03-13 Stéphane Grabertests: Close all fds in startone
2014-03-13 Serge Hallynlxc: tests: use busybox template rather than ubuntu
2014-01-24 Stéphane Grabertests: Fix startone
2014-01-14 Stéphane Grabertests: Fix startone's call to want_daemonize
2014-01-14 Serge Hallynapi change: default container->daemonize to true
2014-01-10 Stéphane GraberDrop usage of LXC_DEFAULT_CONFIG in our code
2013-12-02 Stéphane GraberReduce public API (V2)
2013-09-23 Stéphane GraberConsistently use <lxc/lxccontainer.h> for the API
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-05-31 Serge HallynDefine LXC_DEFAULT_CONFIG
2013-04-15 Serge Hallynifdef out skipped startone test code
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Serge Hallynlxc api: fix some config_path oddities
2013-02-06 Dwight EngenRename /etc/lxc/lxc.conf to /etc/lxc/default.conf.
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-05 Dwight EngenUse LXCPATH and LOCALSTATEDIR instead of hardcoded...
2012-11-14 Stéphane GraberCheck return value of all system calls in startone
2012-11-12 Serge Hallyncheck return values of scanf and system
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.