]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxccontainer.c
pass on reboot flag and delete old veth on reboot
[mirror_lxc.git] / src / lxc / lxccontainer.c
2015-08-13 Wolfgang Bumillerpass on reboot flag and delete old veth on reboot
2015-06-30 Stéphane GraberMerge pull request #540 from ysbnim/master
2015-06-30 Stéphane GraberMerge pull request #545 from bogen/master
2015-06-30 Stéphane GraberMerge pull request #552 from lrowe/patch-1
2015-06-30 Stéphane GraberMerge pull request #561 from ysbnim/kor_manual
2015-06-23 Serge HallynMerge pull request #517 from hkjolhede/master
2015-06-15 Stéphane GraberMerge pull request #564 from devurandom/fix/gentoo...
2015-06-12 Serge Hallyndaemonized start: exit children on failure, don't return
2015-06-12 Stéphane GraberMerge pull request #558 from cloudnull/template-cache-var
2015-06-11 Tycho Andersenuniformly nullify std fds
2015-06-03 Serge Hallyndon't dereference a NULL c->lxc_conf
2015-06-02 Serge Hallynapi_start: always close fds 0-2 when daemonized
2015-05-25 Stéphane GraberMerge pull request #536 from regit/passthru-v1.2
2015-05-25 Stéphane GraberMerge pull request #522 from ysbnim/master
2015-05-14 Sungbae Yooconfig : add lxc.hook.destroy option
2015-05-11 Stéphane GraberMerge pull request #499 from krichter722/gitignore
2015-05-11 Stéphane GraberMerge pull request #504 from thmo/lua53
2015-05-11 Stéphane GraberMerge pull request #498 from brauner/master
2015-04-28 Tycho Andersenc/r: check for criu images in the checkpoint directory
2015-04-22 Serge Hallynlogs: introduce a thread-local 'current' lxc_config...
2015-04-22 Tycho Andersenc/r: re-open fds after clone()
2015-04-22 Tycho Andersenc/r: move criu code to its own file
2015-04-22 Tycho Andersenc/r: use criu option instead of lxc-restore-net
2015-04-22 Tycho Andersenc/r: rework external mountpoint handling v4
2015-04-14 Serge HallynRevert (by hand) "logs: introduce a thread-local 'curre...
2015-04-14 Serge HallynRevert "do_lxcap_stop: wait until container is stopped"
2015-04-14 Serge Hallyndo_lxcap_stop: wait until container is stopped
2015-04-13 Tycho Andersenfix dead code
2015-04-13 Tycho Andersenfix NULL dereference
2015-04-13 Tycho Andersenc/r: no double fclose() of mnts
2015-04-10 Tycho Andersenc/r: populate clone flags on restore
2015-04-06 Stéphane GraberReally fix Android...
2015-04-06 Stéphane GraberFix Android build because of getmntent_r
2015-04-06 Tycho Andersenc/r: tell CRIU about all external mounts in the config
2015-04-06 Tycho AndersenUse SYSERROR instead of perror
2015-04-06 Tycho Andersendon't hang on some errors in do_restore
2015-04-06 Tycho Andersenlxcapi_restore shouldn't steal the calling process
2015-04-06 Tycho Andersenc/r: teach criu about cgmanager's socket
2015-04-06 Serge Hallynlogs: introduce a thread-local 'current' lxc_config
2015-02-18 Bogdan Purcareataadd lxc.rebootsignal
2015-01-30 Tycho Andersenset the monitor process title to something useful
2015-01-28 Stéphane GraberFix lxc-create -h with absolute template path
2015-01-25 Patrick O'Learyreplace deprecated `index` with `strchr`
2015-01-25 hallynMerge pull request #408 from yosida95/patch-1
2015-01-24 Markus ElfringBug #158: Deletion of unnecessary checks before a few...
2015-01-24 Markus ElfringBug #158: Deletion of unnecessary checks before calls...
2015-01-21 hallynMerge pull request #397 from axn/master
2015-01-15 Serge Hallynclose-all-fds: fix behavior
2015-01-13 Serge Hallyndecide whether daemonize implies close_all_fds at start
2015-01-13 Serge HallynRevert "set close-all-fds by default"
2015-01-12 Serge Hallynset close-all-fds by default
2014-12-01 Stéphane GraberDefine a new lxc.init_cmd config option
2014-10-27 Tycho Andersenc/r: put lxc-restore-net in /usr/share
2014-10-17 Serge Hallynfix typo (spurious ';')
2014-10-17 Tycho Andersenc/r: use sizeof instead of magic numbers
2014-10-17 Tycho Andersenc/r: refactor the way we pass data to criu/scripts
2014-10-17 Tycho Andersenc/r: factor out network dump/restore code
2014-10-15 Serge Hallynnetdev_move_by_index: support wlan
2014-10-15 Serge Hallynlxccontainer.c: rename enter_to_ns to enter_net_ns
2014-10-15 Dongsheng Yangcontainer: introduce two functions named as {at/de...
2014-10-15 Dongsheng Yangutils: move useful helper functions from lxccontainer...
2014-10-08 Tycho Andersenrestore: create cgroups for criu
2014-10-08 Tycho Andersenrestore: Hoist handler to function level
2014-10-08 Tycho Andersencriu: DECLARE_ARG should check for null arguments
2014-09-24 Tycho AndersenInitialize cgroups on lxc-checkpoint -r
2014-09-24 Tycho Andersenlxc-checkpoint should fail if criu gets signal
2014-09-19 Tycho Andersenc/r: use --restore-sibling option in CRIU
2014-09-19 Tycho Andersenfinalize handler in lxcapi_restore
2014-09-19 Tycho AndersenExit on errors in restore()'s worker
2014-09-19 Tycho Andersenlxc-checkpoint: use --force-irmap criu option
2014-09-19 Serge Hallynconfig: fix the handling of lxc.hook and hwaddrs in...
2014-08-26 S.Çağlar Onurhandle hashed command socket names (v2)
2014-08-26 Tycho AndersenAdd support for checkpoint and restore via CRIU
2014-08-22 Serge Hallynchmod container dir to 0770 (v2)
2014-08-22 Serge Hallynload_config_locked: update unexp network
2014-08-16 Stéphane GraberRevert "chmod container dir to 0770"
2014-08-16 Serge Hallynchmod container dir to 0770
2014-08-16 Serge Hallyncoverity: don't use newname after null check
2014-08-08 Vincent GierschFix a file descriptor leak in the daemonization
2014-08-08 Serge HallynDo not allow snapshots of LVM backed containers
2014-08-04 Serge Hallynunexpanded config file: turn into a string
2014-07-31 Serge Hallynprint a helpful message if creating unpriv container...
2014-07-03 Rodrigo Vazmake the container exit code propagate to lxc-start...
2014-06-30 hallynMerge pull request #244 from xose/btrfs
2014-06-23 Serge Hallyncoverity: avoid possible null deref
2014-06-18 Serge Hallynclone: make sure to update the rootfs path in unexpande...
2014-06-18 Serge Hallynsnapshots: move snapshot directory
2014-06-18 Serge HallynAdd a unexpanded lxc_conf
2014-06-03 Serge Hallynlxcapi_snapshot: check that c is defined
2014-06-03 Dwight Engenpoint user to updated man page in template boilerplate
2014-05-25 S.Çağlar Onurdestroy the original container after making sure the...
2014-05-16 Serge Hallynadd support for nbd
2014-05-07 Serge Hallynbtrfs: support unprivileged destroy
2014-05-07 Serge Hallynbtrfs: support unprivileged create and clone
2014-04-30 Stéphane Graberclang: Fix build warnings for 3.4
2014-04-28 Serge HallynRevert "snapshots: move snapshot directory"
2014-04-28 Serge Hallynsnapshots: move snapshot directory
2014-03-04 Serge Hallynsnapshot: fix overlayfs restore
2014-03-04 Serge Hallyncgmanager updates
2014-03-03 Serge Hallynclone: don't set new containers' rootfs to the old
next