]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2014-02-19 Stéphane Graberchange version to 1.0.0.rc4 in configure.ac
2014-02-19 Stéphane Graberupstart; Enable lxc-net by default
2014-02-19 Stéphane Graberrundir: Fix crash with privileged containers
2014-02-19 Stéphane GraberFix typo in error message
2014-02-19 Stéphane Grabertemplates: Fix bashisms in common code
2014-02-19 KATOH Yasufumidoc: Update Japanese lxc.container.conf(5)
2014-02-19 Natanael Copalxc-alpine: add checksums for musl libc build server...
2014-02-19 Natanael Copalxc-alpine: fixes for checkbashism
2014-02-19 Stéphane Grabercoverity: rundir: Fix memory leaks
2014-02-19 Stéphane Graberrundir: Fix memory leaks
2014-02-19 Serge Hallynnetwork: set mtu of unpriv veth to the bridge's mtu
2014-02-19 Stéphane Graberrundir: Fix the uid == 0 case
2014-02-18 Stéphane GraberSet a reasonable fallback for get_rundir
2014-02-18 Stéphane Graberlxc-checkconfig: Fix parsing on vserver kernels
2014-02-18 Serge HallynFix unprivileged networking
2014-02-18 Serge Hallyncache whether 'optional' was in mntopts
2014-02-18 Eivind Uggedalgentoo: fix typo in config cross-reference comment
2014-02-18 Dwight Engendoc: update for commit 69aa6655
2014-02-18 Serge Hallyndrop create= from mount options (v2)
2014-02-18 Stéphane GraberAdd missing include
2014-02-18 Stéphane Grabercoverity: Try to make it happier with our array handling
2014-02-18 Stéphane Graberupstart: Fix wrong stderr redirect
2014-02-18 KATOH Yasufumidoc: Update Japanese lxc-clone(1)
2014-02-18 Stéphane Graberdoc: Fix broken grammar.
2014-02-18 Serge Hallyndon't skip setting network properties in unpriv case
2014-02-18 Stéphane Graberchange version to 1.0.0.rc3 in configure.ac
2014-02-18 Stéphane GraberAdd some missing newlines
2014-02-18 Serge Hallyncgmanager: lock around cgmanager-client calls
2014-02-17 Stéphane GraberTypo fix
2014-02-17 Stéphane Grabertests: Use trusty instead of lucid
2014-02-17 S.Çağlar Onurclose correct side of the pipe and increase buffer...
2014-02-17 Stéphane Graberconfigure.ac: Fix cgmanager detection
2014-02-17 Serge Hallynattach: try to use the container's seccomp policy
2014-02-17 Serge Hallynsupport get_config_item(lxc.seccomp) and clear_config_i...
2014-02-17 Stéphane Graberdownload: Support nested containers in unpriv
2014-02-17 S.Çağlar Onurfill missing netdev fields for unprivileged containers
2014-02-15 Serge Hallynclose inherited fds when we still have proc mounted
2014-02-15 Serge Hallynalways ensure a /proc while setting up container
2014-02-15 Stéphane Graberchange version to 1.0.0.rc2 in configure.ac
2014-02-15 Stéphane Grabercoverity: Don't pass uninitialized var to write
2014-02-15 Stéphane Grabercoverity: Check fcntl return value
2014-02-15 Stéphane Grabercoverity: Check return value of setenv
2014-02-15 Stéphane Grabercoverity: Check fstat return value
2014-02-15 Stéphane Grabercoverity: Silence potential null-deref warning
2014-02-15 Stéphane Grabercoverity: Check fread length
2014-02-15 Serge Hallynre-open cgmanager socket after fork in daemonized start
2014-02-15 Serge Hallynlxc-start: close inherited fds right before exec
2014-02-14 S.Çağlar Onurmove fnv_64a_buf to utils.c and remove mutliple copies...
2014-02-14 Dwight Engencoverity: fix resource leak
2014-02-14 KATOH YasufumiJapanese lxc-usernsexec manpage: fix typo
2014-02-14 Serge Hallynlxc-usernsexec manpage: fix typo (command name is not...
2014-02-13 Stéphane Graberchange version to 1.0.0.beta4 in configure.ac
2014-02-13 Stéphane GraberRevert "move fnv_64a_buf to utils.c and remove mutliple...
2014-02-13 S.Çağlar Onurmove fnv_64a_buf to utils.c and remove mutliple copies
2014-02-13 S.Çağlar Onurreindent src/lxc/af_unix.c
2014-02-13 Dwight Engencreate fd, stdin, stdout, stderr symlinks in /dev
2014-02-13 Stéphane Graberpython3: Update apitest
2014-02-13 Stéphane Graberpython3: Drop API warning and fix pep8/pyflakes3
2014-02-13 Stéphane Graberlxc-start-ephemeral: Use attach
2014-02-13 Stéphane GraberUpdate rootfs README
2014-02-13 Stéphane GraberFix crash in rename with undefined containers
2014-02-13 Stéphane Graberlxc-ls: Add a few new columns
2014-02-13 Stéphane Graberpython3: Add missing get_running_config_item binding
2014-02-13 Stéphane Grabercoverity: Do chdir following chroot
2014-02-13 KATOH Yasufumidoc: Update lxc.container.conf(5)
2014-02-13 KATOH Yasufumidoc: Update Japanese man pages for aufs support
2014-02-13 Serge Hallynoverlayfs_clonepaths: if unpriv then rsync in a userns
2014-02-13 Stéphane GraberAdd the seccomp examples to EXTRA_DIST
2014-02-13 Serge Hallynseccomp: extend manpage, and add examples
2014-02-12 Serge Hallynseccomp: don't support v2 if seccomp_syscall_resolve_na...
2014-02-12 Stéphane GraberFix some configure.ac issues
2014-02-12 Stéphane Grabertravis: Build using the daily PPA
2014-02-12 Stéphane Grabercoverity: Check return value from open
2014-02-12 Stéphane Grabercoverity: Drop dead code
2014-02-12 Stéphane Grabercoverity: Don't store fgets return value if we don...
2014-02-12 Stéphane Grabercoverity: check return value of fcntl in usernsexec
2014-02-12 Stéphane Grabercoverity: Always check mkdir_p's return value
2014-02-12 Stéphane Grabercoverity: Check return value of fcntl in lxc_popen
2014-02-12 Stéphane Grabercoverity: Free bdev in clone_update_rootfs
2014-02-12 Serge Hallynseccomp: introduce v2 policy (v2)
2014-02-12 Stéphane Graberbdev: Add aufs support
2014-02-12 Stéphane Grabertravis: Drop workaround introduced last week
2014-02-12 Stéphane Graberlxc-start-ephemeral: Allow unprivileged run
2014-02-12 Serge Hallyncheck for access to lxcpath
2014-02-12 Stéphane GraberFix build failure (broken makefile)
2014-02-12 Stéphane Grabertests: Don't hardcode architecture
2014-02-12 Stéphane Grabertests: Add lxc-test-autostart
2014-02-11 Serge Hallynbdev: allow unprivileged overlayfs snapshots
2014-02-11 Stéphane GraberAdd --with-runtime-path to configure
2014-02-11 Stéphane Graberconf: Save lxc.network.ipv4 broadcast address
2014-02-11 Serge Hallynlxcapi-snapshot: don't snapshot directory-backed containers
2014-02-11 Serge Hallynwarn about insufficient permissions
2014-02-10 TAMUKI Shoichilxc-plamo: various small changes
2014-02-08 Stéphane Grabertravis: Workaround buggy build environment
2014-02-08 Stéphane GraberWhitespace fix
2014-02-07 Stéphane Graberbionic: Define faccessat if missing
2014-02-07 Serge Hallynadd_device_node: act in a chroot
2014-02-07 Stéphane Graberlxc_autostart: Update following shutdown() API change
2014-02-07 Stéphane Graberlog: Drop trailing \n from log messages
2014-02-07 Stéphane Graberlog: Don't crash when name is NULL
next