]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/commands.c
Mark functions as static and arguments/arrays as const where possible
[mirror_lxc.git] / src / lxc / commands.c
2014-01-02 Andrey MazoMark functions as static and arguments/arrays as const...
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-11 Serge Hallyninitialize stopped at top of lxc_cmd
2013-12-11 Stéphane GraberFix uninitialized value in lxc_try_cmd
2013-12-06 Dwight Engenadd epoll events to mainloop callback handlers
2013-10-25 S.Çağlar OnurUse actual length of socket's name for abstract sockets...
2013-10-24 Stéphane Graberclang: Remaining changes
2013-10-20 Stéphane GraberFix typos identified by lintian
2013-09-30 Serge Hallynadd c->may_control
2013-09-18 Stéphane GraberRemove trailing whitespaces
2013-09-18 Serge Hallynmake heavier use of process_lock (v2)
2013-09-14 Serge HallynRevert "api_create and api_start: work toward making...
2013-09-14 Serge Hallynapi_create and api_start: work toward making them threa...
2013-09-10 Christian Seilercgroup: Major rewrite of cgroup logic
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-09-03 Serge Hallynlxc-commands: add a comment explaining CMD_* rules
2013-08-19 Christian Seilercgroup: minor bugfixes so start and attach work again
2013-08-14 Serge Hallyncgroups: rework to handle nested containers with multip...
2013-06-12 Dwight Engenconsole API improvements
2013-05-29 Dwight Engenadd console to lxc api
2013-05-25 Dwight Engenfix memory leaks in cgroup functions
2013-05-21 Dwight Engenextend command processor to handle generic data
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-14 Serge Hallyncommands.c: sanity check to not write too-long cgroup...
2013-03-04 Serge Hallyncgroup: improve support for multiple lxcpaths (v3)
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
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...
2012-12-14 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-14 Dwight EngenFix race/corruption with multiple lxc-start, lxc-execute
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.
2012-11-12 Christian Seilerlxc-start: Add command to retrieve the clone flags...
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