]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxc_start.c
licensing: Add missing headers and FSF address
[mirror_lxc.git] / src / lxc / lxc_start.c
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-26 Serge Hallynapi: convert lxc_start
2013-08-20 Serge Hallynavoid very unlikely race due to EEXIST
2013-07-22 Serge HallynA few changes for unprivileged lxc-start
2013-05-08 Dwight Engenlxc-monitor multiple paths
2013-05-03 Weng Meilinglxc_start: free the conf if starting the container...
2013-04-30 Dwight EngenCreate log file in lxcpath for non-system containers
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
2013-02-18 Dwight Engenonly INFO rcfile if asprintf successfully allocates it
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Serge Hallynpass lxcpath to lxc_command
2013-02-08 Serge HallynSwitch from use of LXCPATH to a configurable default_lx...
2013-01-28 Serge Hallynuse a default per-container logfile
2013-01-23 Stéphane GraberRevert "use a default per-container logfile"
2013-01-22 Serge Hallynuse a default per-container logfile
2013-01-14 Michael H. WarfieldMAKEDEV call, add autodev hooks, add environment variab...
2013-01-02 Dwight Engenseparate console device from console log
2012-12-22 Serge HallynClear environment for container
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-11-26 Stéphane GraberRemove all trailing whitespaces.
2012-11-15 Stéphane GraberUse clearer error message on failure to create pidfile
2012-11-15 Natanael Copalxc-start: add option -p, --pidfile=FILE
2012-10-31 Daniel LezcanoMerge branch 'upstream-bugfix' of https://github.com...
2012-10-25 Serge Hallynlxc_start: exit early if insufficient privs in daemon...
2012-02-26 Serge Hallynadd option to close inherited fds
2011-02-01 Daniel Lezcanolxc-start can output the console to a file
2011-01-27 Daniel Lezcanoexport env variable in lxc_start
2010-07-20 Daniel Lezcanoinitialize capabilities for lxc-start and lxc-execute
2010-05-19 Nathan Lynchcorrect asprintf error checking
2010-04-08 Daniel Lezcanorestart the container at reboot
2010-03-22 Cedric Le Goaterlxc: forbid open fds upon startup
2010-02-24 Daniel Lezcanoallocate a console to be proxied
2010-01-14 Cedric Le Goaterlxc: add --define to start
2010-01-13 Cedric Le Goateruse different log categories in commands
2010-01-08 Michel Normandlxc: avoid memory corruption on ppc and s390 V4
2009-11-26 Andrian Nord"Default" configuration may destroy host system
2009-11-26 Daniel Lezcanopass lxc_conf to the lxc_start function instead of...
2009-11-20 Daniel Lezcanorollback configuration is a file
2009-11-20 Daniel LezcanoDo not chdir when daemonize
2009-11-17 Daniel Lezcanofix container find the previously created configuration
2009-11-17 Cedric Le Goatercleanup <lxc/lxc.h>
2009-11-13 Daniel LezcaonAllows a container to run without previous creation
2009-07-20 Daniel Lezcanofix closed fd when they are inherited
2009-06-07 Daniel Lezcanolog the container console when it is daemonized and...
2009-06-07 Daniel LezcanoMake possible to daemonize lxc-start
2009-06-07 Daniel Lezcanosave/restore the tty
2009-05-18 Michel Normandlxc-start to report exit code of started application
2009-05-18 Michel Normandadd long options step2
2009-05-18 Michel Normandadd quiet option
2009-05-17 Michel Normandreport error in lxc_get_lock
2009-05-14 Michel Normandadd support of a lxc log file to cli
2009-05-14 Michel Normandremove fprintf to stderr and replace by ERROR call...
2009-04-21 Cedric Le Goaterlxc: use new logging system
2009-01-26 dlezcanoFixed bad variable type
2009-01-25 dlezcanoFrom: Daniel Lezcano <daniel.lezcano@free.fr>
2008-11-17 dlezcanoHandle the lock error and show message to user
2008-11-14 dlezcanoDefault command is "/sbin/init" for lxc-start
2008-11-13 dlezcanoReplace lxc_execute by an intermediate lxc_init
2008-09-04 dlezcanoChange header inclusion path
2008-08-06 dlezcanoInitial revision