Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 0.6.5lxc-0.6.5 | Daniel Lezcano | 2010-01-22 | 2 | -7/+6 |
* | unmount failure is not fatal | Daniel Lezcano | 2010-01-22 | 1 | -9/+4 |
* | compilation warning in confile.c | Michel Normand | 2010-01-22 | 1 | -1/+1 |
* | Add some define to compile on rhel5u1 | Michel Normand | 2010-01-22 | 1 | -0/+16 |
* | fix tab vs space indentation | Daniel Lezcano | 2010-01-21 | 1 | -8/+7 |
* | drop capabilities | Daniel Lezcano | 2010-01-21 | 4 | -0/+180 |
* | add extra line in the busybox script | Daniel Lezcano | 2010-01-21 | 1 | -0/+1 |
* | typo in restart and checkpoint | Michel Normand | 2010-01-21 | 3 | -10/+8 |
* | lxc-create to run even if not in PATH | Michel Normand | 2010-01-21 | 1 | -5/+6 |
* | avoid too long line in lxc-busybox.in | Michel Normand | 2010-01-21 | 1 | -3/+34 |
* | add --define to restart V2 | Michel Normand | 2010-01-21 | 1 | -1/+11 |
* | lxc: typo in scripts/lxc-debian.in | Michel Normand | 2010-01-20 | 1 | -1/+1 |
* | lxc: remove useless check | Greg Kurz | 2010-01-20 | 1 | -4/+2 |
* | lxc: fix double-close in lxc_[re]spawn() abort path | Greg Kurz | 2010-01-20 | 1 | -1/+2 |
* | lxc: add capabilities for C/R | Michel Normand | 2010-01-20 | 1 | -2/+2 |
* | Remove useless lines | Clement Calmels | 2010-01-20 | 1 | -12/+4 |
* | lxc: some goto clarification | Greg Kurz | 2010-01-20 | 1 | -11/+9 |
* | lxc: typo white space src/lxc/network.c | Michel Normand | 2010-01-20 | 1 | -12/+12 |
* | Added -e to lxc-console to change command character (defaults to '^a') | Taisuke Yamada | 2010-01-18 | 2 | -4/+17 |
* | remove warning in parse.c:80 | Clement Calmels | 2010-01-18 | 1 | -1/+3 |
* | use getline instead of fgets | Clement Calmels | 2010-01-18 | 4 | -18/+15 |
* | free struct dirent **namelist | Clement Calmels | 2010-01-18 | 1 | -5/+6 |
* | fix compilation warning | Daniel Lezcano | 2010-01-14 | 2 | -4/+3 |
* | lxc: add --define to start | Cedric Le Goater | 2010-01-14 | 2 | -2/+26 |
* | add --define to restart | Cedric Le Goater | 2010-01-14 | 1 | -5/+38 |
* | add --define to execute | Cedric Le Goater | 2010-01-14 | 2 | -3/+26 |
* | add interface to assign configuration variable from the command line | Cedric Le Goater | 2010-01-14 | 2 | -1/+37 |
* | remove unused variable | Daniel Lezcano | 2010-01-13 | 1 | -1/+0 |
* | export lxc_config_readline() | Cedric Le Goater | 2010-01-13 | 2 | -1/+6 |
* | Simplify mainloop | Clement Calmels | 2010-01-13 | 2 | -52/+37 |
* | Don't mess descr->ev | Clement Calmels | 2010-01-13 | 1 | -15/+7 |
* | If epoll_ctl fails, the descr->ev array isinconsistent | Clement Calmels | 2010-01-13 | 1 | -13/+11 |
* | fix lxc_mainloop_del_handler | Clement Calmels | 2010-01-13 | 1 | -1/+1 |
* | use different log categories in commands | Cedric Le Goater | 2010-01-13 | 9 | -9/+9 |
* | fix lxc_file_cb prototype | Cedric Le Goater | 2010-01-13 | 3 | -4/+4 |
* | fix bad docbook syntax in lxc-create.sgml.in | Daniel Lezcano | 2010-01-08 | 1 | -1/+1 |
* | fix misleading error message in lxc_create | Michael Holzt | 2010-01-08 | 1 | -0/+10 |
* | Update .gitignore | Michael Holzt | 2010-01-08 | 1 | -0/+2 |
* | Rename doc/examples/lxc-complex-config.in to lxc-complex.conf.in | Michael Holzt | 2010-01-08 | 3 | -3/+3 |
* | Remove dead code | Daniel Lezcano | 2010-01-08 | 2 | -34/+0 |
* | use pivot_root instead of chroot | Michael Holtz | 2010-01-08 | 3 | -11/+203 |
* | lxc: avoid memory corruption on ppc and s390 V4 | Michel Normand | 2010-01-08 | 4 | -22/+34 |
* | lxc_cgroup_set not reporting error | Michel Normand | 2010-01-08 | 1 | -2/+3 |
* | lxc: update man and help of lxc-create | Michel Normand | 2010-01-08 | 2 | -15/+45 |
* | fix manpage typo | Paul Fee | 2010-01-05 | 1 | -45/+46 |
* | add macvlan vepa and bridge mode | Daniel Lezcano | 2009-12-28 | 7 | -41/+162 |
* | busybox template | Daniel Lezcano | 2009-12-27 | 3 | -0/+269 |
* | adapt lxc-sshd to be a template | Daniel Lezcano | 2009-12-27 | 1 | -443/+161 |
* | add template option for lxc-create | Daniel Lezcano | 2009-12-27 | 1 | -3/+57 |
* | cleanup lxc-debian script | Daniel Lezcano | 2009-12-27 | 1 | -327/+224 |