]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2015-08-28  Markus ElfringBug #158: Deletion of unnecessary checks before calls...
2015-08-28  Stéphane Graberlxc-start-ephemeral: fix pep-8 and pyflakes3
2015-08-28  Serge Hallynyet another problem with new overlay fs
2015-08-28  Serge Hallynlxc-start-ephemeral: handle the overlayfs workdir optio...
2015-08-28  David NoyesAlternative test for dpkg multiarch support in lxc...
2015-08-28  David NoyesTest dpkg for multiarch support in lxc-debian template
2015-08-27  David WardFix container creation without a rootfs
2015-08-27  David WardWhen creating container, save configuration if rootfs...
2015-08-27  David WardAllow autodev without a rootfs
2015-08-27  David WardFix automatic mounts without a rootfs
2015-08-27  David WardFix /dev symlinks without a rootfs
2015-08-27  David WardFix verification of start hook without a rootfs
2015-08-27  David WardOnly mount /proc if needed, even without a rootfs
2015-08-27  Antonio Terceirolxc-debian: support stretch (Debian 9) images
2015-08-27  Nicolas CornuAdd doc for optional, create=dir and create=file in...
2015-08-27  Robert Schielecheck for NULL pointers before calling setenv()
2015-08-27  Nicolas CornuAdd long option for -P in documentation
2015-08-14  Antonio Terceirolxc-debian: skip security updates for unstable/sid
2015-08-14  Tycho Andersengitignore: add TAGS files
2015-08-14  Arjun Sreedharanlxc_monitor: free @preg on error
2015-08-14  Przemek RudyPrevent from error on umount /proc if userns are used.
2015-08-14  Robert LeBlancCaps are getting lost when cloning an LXC. Adding the...
2015-08-14  Nicolas CornuFresh CONTRIBUTING
2015-08-14  Jiri Slabytemplates: lxc-opensuse, use rpm to determine build...
2015-08-14  Nicolas CornuFix error message when cannot find an lxc-init
2015-08-14  Natanael Copalxc-alpine: fix verification of apk.static binary
2015-08-14  KATOH Yasufumidoc: Remove unnecessary common options from lxc-user...
2015-08-14  KATOH Yasufumidoc: Add the description for --version to English and...
2015-08-14  KATOH Yasufumidoc: Add the description for -P and --version to Englis...
2015-08-14  Christian BraunerAdd -P lxcpath and --version to lxc-ls manpage
2015-08-14  Wolfgang Bumillerseccomp: simplify and fix rule parsing
2015-08-14  Stéphane GraberFix Android build due to missing constant
2015-08-14  Stéphane Graberlxc-fedora: Default to 22 but use 20 squashfs
2015-08-14  Stéphane GraberDefault to Fedora 21 as 22 no longer uses yum
2015-08-14  Stéphane GraberFix fedora some more
2015-08-14  Stéphane GraberFedora 20 no longer exists on the mirrors
2015-08-14  Wolfgang BumillerUse /dev/loop-control if it exists
2015-08-14  有张纸debian template: reconfigure locales
2015-08-14  KATOH YasufumiSupport unprivileged ephemeral container using aufs
2015-08-14  有张纸 debootstrap failed when $GREP_OPTIONS is set
2015-08-14  Arjun Sreedharanlxc_monitor: fix memory leak on @fds and close fds
2015-08-14  Lenz Grimmeruse `hostname` for DHCP_HOSTNAME in ifcfg-eth0
2015-08-14  Sungbae Yoodoc: Translate untranslated section titles in Japanese...
2015-08-14  Tycho Andersenmove utils.h #endif to end of file
2015-08-14  Sungbae Yooconfig: miscellaneous signals for lxc.*signal
2015-08-14  Daniel Gollefix build on mpc85xx
2015-08-14  Serge Hallyncoverity: fix use-after-free in cgmanager.
2015-08-14  Stéphane GraberFix bdev.h
2015-08-14  Stéphane GraberRevert bdev.h to the way it was
2015-08-14  Stéphane GraberDefine MS_RELATIME for Android
2015-08-14  Stéphane GraberDefine MS_REC and MS_SLAVE for Android in bdev.c
2015-08-14  Serge Hallyncgmanager: attach: never use 'all' controller
2015-08-14  Dwight SchauerThe yum in Centos 5.11 does not know about '--releaseve...
2015-08-14  KATOH Yasufumiaufs: Support unprivileged clone, mount
2015-08-14  KATOH Yasufumidoc: Update the description of -L option in lxc-autosta...
2015-08-14  KATOH Yasufumidoc: Fix the mistranslation about lxc.group in Japanese...
2015-08-14  S.Çağlar Onurenable cgmanager support for Travis CI
2015-08-14  Serge HallynUse 'cgm listcontrollers' list rather than /proc/self...
2015-08-14  Serge Hallynmake cgmanager follow lxc.cgroup.use
2015-08-14  有张纸Update lxc-debian.in
2015-08-14  Erik B. AndersenChange lxc-clone to use 'rsync -aH' instead of just...
2015-08-14  Lucas WerkmeisterUse POSIX-compliant function names in bash completion
2015-08-14  Cyril Bitterichlxc-debian.in: Fixed errors if dbus is not installed
2015-08-14  Karl-Philipp... added doc/api/doxygen_sqlite3.db to .gitignore
2015-08-14  Martin PittCall /lib/apparmor/profile-load directly instead of...
2015-08-14  Serge Hallynoverlay: create workdir if it doesn't exist
2015-08-14  Thomas MoschnyFix Lua 5.3 compatibility code.
2015-08-14  Karl-Philipp... added build and test results to .gitignore
2015-08-14  Christian BraunerMake lxc-checkconfig work with kernel versions > 3
2015-08-14  Serge Hallynuse poll instead of select
2015-08-14  Serge HallynRevert "lxc-cmd-stop: two fixes"
2015-08-14  Serge HallynRevert "do_lxcap_stop: wait until container is stopped"
2015-08-14  Serge Hallyndo_lxcap_stop: wait until container is stopped
2015-08-14  Laurent Vivierlxc-fedora: manage secondary architectures
2015-08-14  Serge Hallynlxc-cmd-stop: two fixes
2015-08-14  Tycho Andersenadd vim swap files to .gitignore
2015-08-14  teruo-oshidaupdate path of tty.conf
2015-08-14  Serge Hallynlxc-test-apparmor: flush the pipe before exiting child
2015-08-14  KATOH YasufumiAdd the use of 'attach' to lxc-start-ephemeral(1)
2015-08-14  KATOH Yasufumidoc: Add '--storage-type' option to lxc-start-ephemeral(1)
2015-08-14  Arjun Sreedharanconcurrent: check realloc() rc and exit on failure
2015-08-14  Serge Hallyncgmanager: free line at end of check_supports_multiple_...
2015-08-14  Serge Hallyncgmanager: put unprivileged containers under $(curcgrou...
2015-08-14  Alexandre LétourneauNow including grep -q
2015-08-14  Alexandre LétourneauAdded a more reliable test for yum --releasever in...
2015-08-14  AchtonCorrect typo.
2015-08-14  Stéphane GraberSkip control tty code for non-ttys
2015-08-14  KATOH Yasufumidoc: Add options of 'loop' backingstore to lxc-create(1)
2015-08-14  Bogdan Purcareataseccomp: add ppc support
2015-08-14  Erik MackdanzFix the --auth-key flag in gentoo template
2015-08-14  Stéphane GraberAttempt to fix control tty issues on attach
2015-08-14  Stuart Cardallfix lxc-console on centos / oracle unprivileged containers
2015-08-14  KATOH YasufumiUse rdepends when non-thinpool LVM container is cloned
2015-08-14  lxc@zitta.frgentoo container building fails during wget.
2015-08-14  Johannes Henningerattach: use _exit() instead of exit() in the intermedia...
2015-08-14  tukiyono such option: --releasever on CentOS5's yum
2015-08-14  Дмитрий ПацураUpdate CONTRIBUTING
2015-07-22  Stéphane GraberCVE-2015-1334: Don't use the container's /proc during...
2015-07-22  Serge HallynCVE-2015-1331: lxclock: use /run/lxc/lock rather than...
2015-04-06  Serge Hallynlxc-net.conf: use +e at teardown
next