]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2012-12-13  Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-11  Dwight EngenDon't attempt to symlink kmsg without rootfs->path
2012-12-11  Serge Hallynsupport new libseccomp api
2012-12-11  Serge HallynREADME: fix typo in example script
2012-12-11  Serge Hallynseccomp: free conf->seccomp (filename char *)
2012-12-10  Dwight Engenassume LXCPATH took on default localstatedir based...
2012-12-10  Stéphane Graberpython: Update add_device_node to use the new API
2012-12-10  Stéphane Grabergitignore: Update for python files
2012-12-10  Stéphane Graberpython: Add binding for {get|set}_cgroup_item
2012-12-10  Stéphane Graberpython: get_keys() doesn't require a path
2012-12-07  Serge Hallyndont save loglevel if it is unset
2012-12-07  Stéphane Graberpython3-lxc: Fix build prefix/destdir
2012-12-07  Serge Hallynapi: add set_cgroup_item and get_cgroup_item (to c...
2012-12-07  Stéphane Graberlxc-create: Allow for empty or unset template name
2012-12-06  Dwight Engenlxc.spec: add openssl and rsync as Required since both...
2012-12-06  Stéphane Graberpython: Remove hardcoded LXCPATH
2012-12-06  Stéphane Grabertemplates: Consistent use of locking
2012-12-06  Stéphane Graberlxc-archlinux: Don't hardcode /var/lib/lxc in help
2012-12-06  Stéphane Graberlxc-ubuntu: Don't hardcode path to cache
2012-12-06  Stéphane GraberUpdate for consistent indent
2012-12-06  Stéphane Grabertemplates: Make generated config consistent
2012-12-06  Stéphane GraberMinor documentation updates
2012-12-06  Stéphane GraberUpdate README
2012-12-05  Stéphane Graberoracle template: fixes when using fedora host
2012-12-05  Dwight Engenmake install should create /var/cache/lxc directory
2012-12-05  Stéphane Graberlxc-archlinux.in: Apply same LXCPATH/LOCALSTATEDIR
2012-12-05  Dwight EngenUse LXCPATH and LOCALSTATEDIR instead of hardcoded...
2012-12-05  Serge Hallynlxc-create: refuse to use a custom rootfs (--dir) which...
2012-12-05  Stéphane Graberlxc-ls: Update code to allow non-root listing
2012-12-04  Stéphane Graberpython: Update to the device related functions
2012-12-04  Stéphane Graberlxc-device: Show an error message when non-root
2012-12-04  Stéphane Graberlxc-ls: Show a simple error message when non-root
2012-12-04  Stéphane Graberlxc-start-ephemeral: Use argparse errors
2012-12-04  Serge Hallynrename physical nics at shutdown
2012-12-04  Dwight Engenmake install should create $LXCPATH directory
2012-12-04  Stéphane GraberInstall legacy scripts when built without python.
2012-12-04  Stéphane GraberRewrite lxc-ls in python
2012-12-04  Serge Hallynlxc_conf logfile and loglevel support
2012-12-04  Serge Hallyntemplates: use hardlink detection in rsync
2012-12-04  Serge Hallynlxc-clone: use hardlink detection in rsync
2012-12-03  Dwight EngenCreate busybox commands as symlinks instead of hardlinks
2012-12-03  Stéphane Graberlxc-create: Script cleanup
2012-12-03  Stéphane Graberlxc-create: Store template information in config
2012-11-30  Serge Hallyncheck and warn of return value from fchdir
2012-11-29  Dwight EngenInclude lxc-ubuntu when doing make dist
2012-11-29  Serge HallynDescription: run MAKEDEV console when doing lxc.autodev
2012-11-29  Dwight EngenFix build with --enable-tests on Fedora
2012-11-29  Stéphane Graberlxc-ubuntu: Fix wrong variable name
2012-11-29  Stéphane Graberlxc-ubuntu: Fix mixed indent
2012-11-29  Stéphane Graberlxc-ubuntu: Rename from lxc-ubuntu.in
2012-11-29  Stéphane Graberlxc-ubuntu: Guess a list of langpacks to install
2012-11-29  Stéphane Graberlxc-ubuntu: Always create the needed locales
2012-11-29  Dwight EngenFix busybox template to not have extra aa_profile hunk
2012-11-28  Serge Hallynrevert inadvertent un-doing of lxc-clone fix
2012-11-27  Dwight EngenOracle template: make container also boot under libvirt
2012-11-27  Dwight EngenMake config api items const
2012-11-27  Natanael Copalxc-setuid: use POSIX shell instead of bash
2012-11-27  Natanael Copalxc-setcap: use POSIX shell instead of bash
2012-11-27  Dwight EngenUse autoconf LXCPATH instead of hardcoded LXCDIR
2012-11-27  Natanael Copalxc-checkconfig: use POSIX shell instead of bash
2012-11-27  Natanael Copalxc-version: use POSIX shell instead of bash
2012-11-26  Serge Hallynfix lxc-ubuntu-cloud option parsing bugs
2012-11-26  Natanael Copalxc-info: add option -t, --state-is=STATE to test for...
2012-11-26  Dwight EngenEnsure argv passed by createl to create is NULL terminated
2012-11-26  Dwight EngenFree allocated configuration memory
2012-11-26  Dwight EngenFix use of list item memory after free
2012-11-26  Dwight EngenFix fd leak in lxc log
2012-11-26  Stéphane Grabergitignore: Ignore python cache
2012-11-26  Stéphane Graberpython: Use builtin len() function for network interfaces
2012-11-26  Stéphane Graberpython: PEP8 compatibility
2012-11-26  Stéphane GraberRemove all trailing whitespaces.
2012-11-26  Dwight EngenFix checkconfig to handle kernel memory cgroup name...
2012-11-26  Stéphane Graberlxc.conf.sgml.in: Fix typo
2012-11-26  Serge HallynAdd lxc.autodev
2012-11-26  Stéphane Graberpython: Add new lxc-device tool
2012-11-26  Stéphane Graberpython: Add add_device() function
2012-11-26  Natanael Copalxc-create: do not use 'local'
2012-11-26  Natanael Copalxc-create: fix passing over first argument to template...
2012-11-21  Natanael Copalxc-create: use posix shell instead of bash
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-11-14  Dwight EngenFix package name needed for building docs with RPM
2012-11-14  Frederic Crozatensure btrfs subvolume is removed when container creati...
2012-11-14  Serge Hallyndont fail on failure to link kmsg
2012-11-14  Stéphane GraberAdd the test binaries to .gitignore
2012-11-14  Stéphane GraberCheck return value of all system calls in startone
2012-11-13  Serge Hallynswitch use of #define with static char*
2012-11-13  Serge HallynRevert "Fix check against LXCROOTFSMOUNT to use strcmp"
2012-11-13  Serge HallynInitialize curtime to silence spurious compiler warning
2012-11-13  Serge Hallynlxc-ssh: fix message about ssh key insertion
2012-11-13  Serge HallynFix reverse check: error out only if mkdir(cgroup/lxc...
2012-11-12  Stéphane Graberlxc-create: Support passing a full path to -t
2012-11-12  Stéphane Graberlxc-ls: Don't exit 1 when no container or help
2012-11-12  Stéphane GraberUpdate .gitignore for current list of binaries and...
2012-11-12  Stéphane GraberDetect which name to use for docbook2x-man
2012-11-12  Peter SimonsUpdate documentation to Docbook 4.5
2012-11-12  Frank ScholtenUpdated README and INSTALL. autogen.sh command should...
2012-11-12  Stéphane GraberFix check against LXCROOTFSMOUNT to use strcmp
2012-11-12  Stéphane GraberFix autogen failing because of clean/distclean overrides
2012-11-12  Stéphane GraberSet automake flags and CFLAGS
next