]> git.proxmox.com Git - mirror_lxc.git/history - src/tests
lxc-user-nic: specify config and db files in autoconf
[mirror_lxc.git] / src / tests /
2013-08-14 Serge Hallynadd lxc-user-nic
2013-07-12 Serge Hallyncreate: add a quiet flag
2013-06-12 Dwight Engenconsole API improvements
2013-06-11 Serge Hallynlxclock: move container locks into /run/lock
2013-05-31 Serge HallynDefine LXC_DEFAULT_CONFIG
2013-05-29 Dwight Engenadd console to lxc api
2013-05-26 Serge HallynMove container creation fully into the api
2013-05-25 Serge Hallynlxclock: Replace named sempahore with flock
2013-05-25 Dwight Engenfix memory leaks in cgroup functions
2013-05-22 Dwight Engenfix build with --enable-tests
2013-05-21 Dwight Engenextend command processor to handle generic data
2013-05-07 Dwight Engencoverity: clonetest: check correct container is cloned
2013-05-03 Dwight Engencoverity: fix dereference before NULL check
2013-04-30 Serge Hallynimplement backend drivers and container clone API (v3)
2013-04-22 Serge Hallyncgpath test: don't check path len before checking if...
2013-04-15 Serge Hallynifdef out skipped startone test code
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-07 Dwight Engeninclude tests in make dist
2013-03-04 Serge Hallyncgroup: improve support for multiple lxcpaths (v3)
2013-02-19 Stéphane GraberUse AC_SEARCH_LIBS instead of hardcoded lists
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
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-09 Stéphane Grabertests/Makefile.am: Update for bionic
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-29 Dwight EngenFix build with --enable-tests on Fedora
2012-11-14 Stéphane GraberCheck return value of all system calls in startone
2012-11-12 Stéphane GraberPrefix the test binaries by lxc-test-
2012-11-12 Serge Hallyncheck return values of scanf and system
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 GraberRemove unused v1 and v2 variables in main()
2012-11-12 Stéphane GraberMake building the API tests/examples optional
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.