]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/commands.c
Makefile.am: use right .h file name for seccomp
[mirror_lxc.git] / src / lxc / commands.c
2012-07-31 Serge Hallynswitch all sprintfs which can overrun to snprintfs
2012-02-26 Serge HallynIf a container is already running, say so in error...
2011-08-30 Daniel LezcanoDon't log an error when the container is stopped
2011-06-02 Daniel Lezcanoset close-on-exec flag on command socket
2010-10-26 Daniel Lezcanofix multiple console for a container
2010-05-19 Daniel Lezcanoclose socket command
2010-04-29 Michel Normandget_init_pid moved to lxc/commands.c
2010-04-08 Daniel Lezcanorestart the container at reboot
2010-03-22 Daniel Lezcanofix lxc-attach returned error
2010-03-22 Daniel Lezcanolxc: enter / exec a command inside a container V2
2009-11-26 Daniel Lezcanopass lxc_conf to the lxc_start function instead of...
2009-11-17 Cedric Le Goatercleanup <lxc/lxc.h>
2009-11-12 Daniel LezcanoFix abstract af_unix socket name
2009-10-09 Daniel LezcanoMove configuration info to the structure
2009-10-07 Daniel Lezcanoformat and fix small typos
2009-10-07 Daniel Lezcanoreturns a specific info when we have ECONNREFUSED
2009-10-07 Daniel Lezcanofix the abstract unix socket name
2009-10-07 Daniel Lezcanohandle the state command
2009-10-07 Daniel Lezcanohandle the stop command
2009-10-07 Michel Normandcheck permissions when receiving command
2009-10-07 Michel Normandrepackage previous code to new commands.c