]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2013-05-26 Serge HallynMove container creation fully into the api
2013-05-25 Serge Hallyndestroy: implement in the api
2013-05-25 Serge Hallynlxc-stop: use api, remove lxc_shutdown, extend lxc...
2013-05-25 Serge Hallynlocking: update per Dwight's comment
2013-05-25 Serge Hallynlxclock: Replace named sempahore with flock
2013-05-25 Dwight Engenfix memory leaks in cgroup functions
2013-05-25 Dwight Engenconsolidate missing C library functions into utils.h
2013-05-23 Stéphane Graberpython: Fix lxc-ls's usage of get_ips()
2013-05-22 Michael H.... lxc-fedora template. Cleanup for rootfs.
2013-05-22 Dwight Engenoracle template: mount /dev/shm as tmpfs
2013-05-22 Dwight Engenfix build with --enable-tests
2013-05-22 Serge Hallynattach: and cgroup.c: be overly cautious
2013-05-22 Dwight Engenfix getline(3) memory leaks
2013-05-21 Dwight Engenfix minor gcc 4.7.2 error
2013-05-21 Dwight Engenextend command processor to handle generic data
2013-05-21 Stéphane Graberlxcapi: Add new get_ips() call
2013-05-20 Christian SeilerImplement simple utility functions for reading and...
2013-05-20 Christian SeilerMove declarations of some constants to where they are...
2013-05-20 Christian Seilerutils.c: Add lxc_wait_for_pid_status routine that retur...
2013-05-20 Christian Seilerwait_for_pid: Fix EINTR check
2013-05-20 Michael H.... lxc-fedora template - systemd console gettys
2013-05-20 Dwight Engenreturn lxc generated name for veth pair
2013-05-20 Dwight Engenquiet gcc 4.4.7 warning about saveptr use before initia...
2013-05-17 Serge Hallynlxc-create: zfs: consistently use zfsroot, not zfs_root
2013-05-16 Serge Hallyndocument clone hooks
2013-05-16 Serge Hallynlxc: add clone hook.
2013-05-16 Serge Hallyncgroup: prevent DOS when a hierachy is mounted multiple...
2013-05-16 Dwight Engenset non device cgroup items before the cgroup is entered
2013-05-16 Dwight Engendoc/lxc.conf minor clarifications
2013-05-15 Michael H.... lxc-fedora-template: autodev, hostname, ARM archs,...
2013-05-15 Bogdan Purcareatalxc-busybox: check when bind-mounting host libdirs
2013-05-14 Serge Hallynlxc-cirros updates
2013-05-14 Serge Hallynadd lxc-cirros
2013-05-13 Dwight Engenserialize multiple threads doing lxcapi_start()
2013-05-09 Dwight Engenlxc-shutdown: fix lxc_path variable
2013-05-08 Dwight Engenlxc-monitor multiple paths
2013-05-08 Serge Hallynlxc-ps: handle cgroup collisions
2013-05-07 Serge Hallynconf.c: remove a break
2013-05-07 Dwight Engencoverity: fix potential dereference NULL returned from...
2013-05-07 Dwight Engencoverity: check return from waitpid
2013-05-07 Dwight Engencoverity: clonetest: check correct container is cloned
2013-05-07 Dwight Engencoverity: condition already checked for
2013-05-07 Dwight Engencoverity: open can return 0 as an fd, change error...
2013-05-07 Dwight Engencoverity: free malloc'ed memory in error case
2013-05-07 Dwight Engencoverity: fix dereference NULL return value
2013-05-06 Harald Dunkelsupport alternate container path in lxc-netstat.in
2013-05-06 Harald Dunkellxc-create: add missing -P option for running lxc-destroy
2013-05-06 Harald Dunkelsupport alternate container path in lxc-shutdown
2013-05-03 Dwight Engencoverity: fix dereference before NULL check
2013-05-03 Serge Hallynremove leftover debug cruft (thanks, Dwight)
2013-05-03 Dwight Engencoverity: ftell returns a signed value
2013-05-03 Serge Hallynconfile.c:config_network_ipv6_gateway: only define...
2013-05-03 Dwight Engencoverity: fix leak when ipv6 gw is auto
2013-05-03 Dwight Engencoverity: fix leak in error case
2013-05-03 Dwight Engencoverity: ensure string is null terminated, return in
2013-05-03 Weng Meilinglxc_start: free the conf if starting the container...
2013-05-03 Weng Meilingadd free conf->rcfile in lxc_conf_free
2013-05-02 Serge Hallynubuntu templates: add comments to show how to enable...
2013-05-02 Serge Hallynclone: a few fixes
2013-05-02 Dwight Engenallow lxc-init to log when rootfs not given
2013-05-01 Serge Hallyntemplates: deny writes to host's clock (v2)
2013-04-30 Dwight Engenlog.c: always use dir when lxcpath is not default
2013-04-30 Serge Hallynlxc.functions.in: add missing backquote
2013-04-30 Serge Hallynlxc.functions.in: use the right parameter to lxc-config...
2013-04-30 Serge Hallynremove lxc-clone-sh
2013-04-30 S.Çağlar OnurUpdate .gitignore
2013-04-30 S.Çağlar Onursilence "sh: 1: zfs: not found" errors on systems witho...
2013-04-30 Serge Hallynintroduce lxc_config
2013-04-30 Serge Hallynadd vg and zfsroot options to lxc.functions and use...
2013-04-30 Serge Hallynallow site-wide customization of zfsroot and lvm vg
2013-04-30 Serge HallynSeveral backing store improvements
2013-04-30 Serge Hallynimplement zfs bdev and clone
2013-04-30 Serge Hallynimplement backend drivers and container clone API (v3)
2013-04-30 Dwight EngenCreate log file in lxcpath for non-system containers
2013-04-30 Dwight Engenfix building docs
2013-04-26 Serge Hallynadd zfs support to lxc-create and lxc-destroy
2013-04-26 Dwight Engenlxc_wait should start monitord
2013-04-25 Christian Seilerlxc_attach: Use clone() instead of second fork()
2013-04-25 Stéphane Graberlxc.conf: Add reference to capabilities manpage
2013-04-25 Peter Simonsconfigure: support for the "docbook2man" utility to...
2013-04-25 Serge HallynRevert "monitor.c: sanity check on waitpid return value"
2013-04-25 Serge Hallynmonitor.c: sanity check on waitpid return value
2013-04-25 Serge Hallynclose fd on error path
2013-04-24 Serge Hallynlxc-create: cleanup whenever exiting with error
2013-04-24 Dwight EngenAllow multiple monitor clients
2013-04-24 Stéphane Graberubuntu: Don't break when the locale is C.*
2013-04-24 S.Çağlar OnurSupport starting containers concurrently
2013-04-24 Stéphane Graberpython: Make the code compatibly with 3.2
2013-04-24 Stéphane Graberpython: Fix convert_tuple_to_char_pointer_array
2013-04-24 Stéphane Grabercgroup: Remove unused mntent variables
2013-04-23 S.Çağlar OnurSupport stopping containers concurrently
2013-04-23 Serge Hallyndetect APT_PROXY from host apt.conf
2013-04-23 Dwight Engengoto correct cleanup label to ensure fd is closed
2013-04-22 Serge Hallynremove needless check for 'line' which cannot be NULl...
2013-04-22 Serge Hallyncgpath test: don't check path len before checking if...
2013-04-22 Dwight Engenmake lxc_af_unix_open() safely return error on long...
2013-04-22 Stéphane Graberpython: Fix get_ips and nesting with lxcpath
2013-04-22 Stéphane Graberubuntu: Various fixes
2013-04-21 Christian BühlerUse "uname -m" instead of "arch"
2013-04-18 Stéphane Graberpython: Various fixes to the python scripts
next