]> git.proxmox.com Git - mirror_lxc.git/history - src/tests/containertests.c
tests: fix get_item tests
[mirror_lxc.git] / src / tests / containertests.c
2015-01-13 Serge Hallyncontainertests: don't expect NULL lxc_conf
2014-12-04 Arjun Sreedharantests: try again when waitpid() sets errno as EINTR
2014-01-24 Stéphane Grabertests: Don't require user interaction in containertests
2014-01-10 Stéphane GraberDrop usage of LXC_DEFAULT_CONFIG in our code
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-02 Stéphane GraberReduce public API (V2)
2013-11-29 Stéphane GraberAllow unsetting daemonize and close_fds
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-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-05 Dwight EngenUse LXCPATH and LOCALSTATEDIR instead of hardcoded...
2012-11-12 Serge Hallyncheck sscanf return value
2012-11-12 Serge HallynFix passing non-const char* in for const char*
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.