]> git.proxmox.com Git - mirror_lxc.git/history - src/tests/startone.c
github: Update for main branch
[mirror_lxc.git] / src / tests / startone.c
2022-01-18 Christian BraunerMerge pull request #4062 from stgraber/master
2021-11-02 Stéphane GraberMerge pull request #4028 from brauner/2021-11-02.fixes
2021-11-02 Christian Braunertests: include config.h
2019-02-10 Wolfgang BumillerMerge pull request #2836 from brauner/2019-02-10/fix_cg...
2019-02-09 Stéphane GraberMerge pull request #2832 from brauner/2019-02-08/add_co...
2019-02-09 Christian Braunercoccinelle: use standard exit identifiers
2018-11-22 Christian BraunerMerge pull request #1943 from bhelm/master
2018-11-06 Christian BraunerMerge pull request #2719 from ssup2/master
2018-11-01 Christian BraunerMerge pull request #2712 from jsoref/spelling
2018-10-30 Josh Sorefspelling: could
2018-07-03 Christian BraunerMerge pull request #2445 from 2xsec/bugfix
2018-07-03 2xsectests: cleanup startone.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
2017-07-02 Christian BraunerMerge pull request #1591 from grzgrzgrz3/regres-lxc-ls
2017-07-01 Christian BraunerMerge pull request #1658 from 0x0916/2017-06-30/new...
2017-06-30 0x0916confile: rename lxc.utsname to lxc.uts.name
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.