]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2013-09-05  Natanael Copalua: implement dirname in C rather than depend on exter...
2013-09-05  Natanael Copalua: implement usleep in C module
2013-09-05  Natanael Copaconfigure/makefile: Allow specify Lua pkg-config file...
2013-09-05  Natanael Copalua: prepare for Lua 5.2
2013-09-05  Natanael Copalua: fix a bug in the parsing of /proc/mounts
2013-09-05  Serge Hallynclone: don't copy rdepends when not doing a snapshot...
2013-09-05  Serge Hallynfix typo
2013-09-05  Serge Hallynintroduce lxc.cap.keep
2013-09-05  Serge Hallynbdev: free after bdev_init
2013-09-05  Dwight Engenvalgrind: fix memory leak on container new/put
2013-09-04  Natanael Copalxc-alpine: add hwaddr for a single macvlan interface
2013-09-04  S.Çağlar Onurbdev_copy segfaults if bdevtype is NULL
2013-09-03  Stéphane Grabertests: Add lxc-test-usernic to the dist tarball
2013-09-03  Stéphane Graberlicensing: Add missing headers and FSF address
2013-09-03  Stéphane Graberubuntu: iproute is now called iproute2
2013-09-03  Serge Hallynlua: update license
2013-09-03  Stéphane Graberpython: Fix api_test to use the new attach() API
2013-09-03  Serge Hallynlxc-commands: add a comment explaining CMD_* rules
2013-08-30  Serge Hallynremove old stale comments (lxc-clone is now implemented)
2013-08-30  Stéphane GraberAdd a section about licensing to CONTRIBUTING
2013-08-30  Serge Hallynfix license text in ubuntu and ubuntu-cloud templates
2013-08-30  Serge Hallynfix wrong license text for parts of liblxc library
2013-08-30  Stéphane Graberavoid zgrep -q as it's failing on some distros
2013-08-30  Stéphane Graberfedora: Add missing double-quotes.
2013-08-30  Stéphane GraberFix some typos
2013-08-29  Serge Hallynstart.c: handle potential signal flood
2013-08-26  Natanael Copalxc-alpine: create /dev/zero
2013-08-26  Serge Hallynconfig_ipv6: run inet_pton on the addr value without...
2013-08-26  Serge Hallynapi: convert lxc_start
2013-08-22  Scott Moserhooks/ubuntu-cloud-prep: add hostname to meta-data
2013-08-22  Serge Hallynapi: convert lxc_wait, lxc_freeze, and lxc_unfreeze
2013-08-21  Serge Hallynlxc_cgroup: convert to using API
2013-08-21  Serge HallynTrack snapshot dependencies (v2)
2013-08-20  Serge Hallynavoid very unlikely race due to EEXIST
2013-08-20  Serge Hallyncoverity: make indent match nest level
2013-08-20  Serge Hallyncoverity: dont dereference before null check
2013-08-20  Serge Hallyncoverity: don't leak partial_fd
2013-08-20  Serge Hallyncoverity: don't leak open DIR
2013-08-20  Serge Hallyncoverity: correctly handle tpath error case.
2013-08-20  Serge Hallyncoverity: ftell returns long, not size_t (which is...
2013-08-20  Serge Hallyncoverity: don't bother getting template path if we...
2013-08-19  Scott Moserubuntu-cloud-prep: improve overlayfs workaround
2013-08-19  Ubuntucgroup updates: fix several bugs
2013-08-19  Christian Seilerpython/attach: Add function that returns personality...
2013-08-19  Christian Seilerpython/attach: export CLONE_NEW* constants to Python
2013-08-19  Christian Seilercgroup: minor bugfixes so start and attach work again
2013-08-19  Christian Seilerpython/attach: Fix minor memory leaks
2013-08-19  Christian Seilerattach: Fix minor memory leak in environment variable...
2013-08-19  Stéphane GraberRemove all trailing whitespaces
2013-08-19  Stéphane GraberFix lxc-user-nic to work on bionic
2013-08-19  Stéphane GraberAdd missing namespace.h include
2013-08-19  Stéphane GraberAllow building without confstr
2013-08-19  Stéphane GraberDon't define new_personality when building without...
2013-08-19  Stéphane GraberAdd missing sys/socket.h include
2013-08-19  Stéphane GraberDefine SOCK_CLOEXEC when missing
2013-08-19  Stéphane GraberUse srand/rand instead of initstate/random
2013-08-19  Stéphane GraberInclude stdio.h in getline.h for FILE
2013-08-19  Stéphane GraberImport local getline copy on bionic
2013-08-19  Stéphane GraberAdd missing sys/select.h include for fd_set
2013-08-19  Stéphane GraberAdd missing syscall.h include to utils.h
2013-08-19  Stéphane GraberAdd arm defines for __NR_signalfd(4)
2013-08-19  Stéphane GraberAndroid now uses a sane clone() definition
2013-08-19  Stéphane GraberDefine BLKGETSIZE64 and LO_FLAGS_AUTOCLEAR
2013-08-19  Stéphane GraberExport the local getmntent_r implementation
2013-08-19  Stéphane GraberReplace all calls to rindex by strrchr
2013-08-19  Stéphane GraberAdd a local implementation of ifaddrs.h
2013-08-16  Scott Moserubuntu-cloud-prep: patch /sbin/start for overlayfs
2013-08-16  Serge Hallynlxc-clone: default to overlaysf for -s clone of dir
2013-08-16  Serge Hallyncgroup.c: remove spurious ERROR messages
2013-08-16  Stéphane GraberReplace a few more str(n)dupa by str(n)dup + free
2013-08-16  Stéphane GraberAdd attach_options.h to the list of included files
2013-08-15  Serge Hallyndocument new lxc-create btrfs behavior
2013-08-15  Serge Hallynbdev: support -B best and -B lvm,dir
2013-08-15  Serge Hallynbdev_create: don't default to btrfs if possible
2013-08-15  Alexander VladimirovAdd subdir-objects option to AM_INIT_AUTOMAKE
2013-08-15  Michael H.... lxc-fedrora: New patch for systemd detection and init...
2013-08-14  Christian Seilerattach: implement remaining options of lxc_attach_set_e...
2013-08-14  Christian Seilerpython: add attach support
2013-08-14  Christian Seilerpython: improve convert_tuple_to_char_pointer_array
2013-08-14  Christian Seilerapparmor/attach: make sure buffer is NUL-terminated
2013-08-14  Christian SeilerAdd attach support to container C API
2013-08-14  Christian SeilerAdd helper functions to convert va_list of char* to...
2013-08-14  Christian Seilerlxc-attach: Completely rework lxc-attach and move to...
2013-08-14  Christian SeilerFix return type of read/write utility functions.
2013-08-14  Serge Hallynlxc-stop: exit with 1 or 2, not -1 or -2.
2013-08-14  Serge Hallynlxc_destroy: print an error if the container is not...
2013-08-14  Serge Hallyncgroups: rework to handle nested containers with multip...
2013-08-14  Serge Hallynlxc-user-nic: specify config and db files in autoconf
2013-08-14  Serge Hallynadd lxc-user-nic
2013-08-14  Serge Hallynhooks/Makefile.am: add ubuntu-cloud-prep
2013-08-13  Serge Hallynlxc.conf.sgml.in: note the arguments and environment...
2013-08-13  Serge Hallynmountcgroups: use the right configuration file!
2013-08-12  Scott Moserubuntu-cloud-prep: cleanup, fix bug with userdata
2013-08-12  Franz Pletzlxc-destroy: Fix regular expression for getting rootfs
2013-08-09  Scott Moserubuntu-cloud-prep: fix bad declare of VERBOSITY
2013-08-09  Scott Moseradd a clone hook for ubuntu-cloud images
2013-08-09  Stéphane GraberCleanup Makefile.am
2013-08-09  Stéphane GraberReplace mktemp() by a new mkifname()
2013-08-07  Serge HallynLogging: don't confuse command line and config file...
2013-08-07  Serge Hallynlxc-clone: don't s/oldname/newname in the config file...
next