]> git.proxmox.com Git - mirror_lxc.git/history - src/tests/containertests.c
spelling: timeout
[mirror_lxc.git] / src / tests / containertests.c
2018-08-30 Wolfgang BumillerMerge pull request #2435 from brauner/2018-06-27/storag...
2018-08-10 Christian BraunerMerge pull request #2516 from 2xsec/bugfix
2018-08-10 2xsectests: containertests: fix dereference pointer c
2018-07-03 Christian BraunerMerge pull request #2445 from 2xsec/bugfix
2018-07-03 2xsectests: cleanup containertests.c
2017-10-06 Stéphane GraberMerge pull request #1718 from agaida/patch-1
2017-10-03 Christian BraunerMerge pull request #1840 from tych0/drop-useless-denies
2017-09-10 Serge HallynMerge pull request #1801 from brauner/2017-09-09/userns...
2017-09-10 Christian Braunertests: remove dead assignments
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.