]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxccontainer.c
Add support for checkpoint and restore via CRIU
[mirror_lxc.git] / src / lxc / lxccontainer.c
2013-11-06 Serge Hallyncreate_run_template: tell the template what caller...
2013-11-06 Dwight Engenfix leak in list_active_containers()
2013-11-06 Dwight Engenadd list_all_containers(), returns defined and active...
2013-11-05 Dwight Engenallow lxcapi_get_cgroup_item() on lxc-execute containers
2013-11-04 S.Çağlar Onurmake sure to check c->lxc_conf is not NULL before deref...
2013-11-01 Serge Hallynalways remount / rslave before running creation templat...
2013-10-30 S.Çağlar Onurdaemonize implies close_all_fds so set it in lxcapi_wan...
2013-10-30 Serge Hallynapi_create: undo unneeded chunk in previous commit
2013-10-30 Serge Hallynapi_create and do_bdev_create: a few more fixes
2013-10-30 Sheng Yonglxc-create: fix conflict of rootfs.path and template...
2013-10-30 Sheng Yonglxcapi_create: don't delete if container rootfs already...
2013-10-29 Dwight Engenfix free() of args to startl
2013-10-28 S.Çağlar Onurfree getline allocated line variable to make valgrind...
2013-10-25 S.Çağlar OnurEliminate duplicate entries from list_active_containers...
2013-10-24 Serge Hallynfix chowning of tty and console uids
2013-10-24 Serge Hallyncontainer creation: support unpriv container creation...
2013-10-23 KATOH YasufumiFix segfault on lxc-create when no template specified
2013-10-19 S.Çağlar Onurintroduce snapshot_destroy
2013-10-18 Stéphane Graberlxccontainer.c: Replace rindex by strrchr (bionic)
2013-10-18 Sidnei da SilvaAdd a --thinpool argument to lxc-create, to use thin...
2013-10-14 Serge Hallyndefine list container api (v2)
2013-10-07 Serge Hallyncoverity: closedir on error path
2013-09-30 Serge Hallynadd c->may_control
2013-09-29 Stéphane GraberFix crasher in get_ips
2013-09-26 Serge Hallyndrop now-useless have_tpath bool
2013-09-26 Dwight Engenfix segfault on lxc-create with bad template name
2013-09-24 Qiang Huangutils: move remove_trailing_slashes to utils
2013-09-23 Stéphane GraberConsistently use <lxc/lxccontainer.h> for the API
2013-09-23 S.Çağlar Onurreturn the result of the lxcapi_want_close_all_fds...
2013-09-21 S.Çağlar OnurExpose underlying close_all_fds config value via API
2013-09-18 S.Çağlar OnurAdd get_interfaces to the API
2013-09-18 Serge Hallynmake heavier use of process_lock (v2)
2013-09-14 Serge HallynRevert "api_create and api_start: work toward making...
2013-09-14 Serge Hallynapi_create and api_start: work toward making them threa...
2013-09-10 Christian Seilercgroup: Major rewrite of cgroup logic
2013-09-10 Serge HallynAPI support for container snapshots (v2)
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-05 Serge Hallynclone: don't copy rdepends when not doing a snapshot...
2013-09-05 Serge Hallynfix typo
2013-09-05 Serge Hallynbdev: free after bdev_init
2013-08-30 Serge Hallynfix wrong license text for parts of liblxc library
2013-08-21 Serge HallynTrack snapshot dependencies (v2)
2013-08-20 Serge Hallyncoverity: don't leak partial_fd
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 Stéphane GraberAdd missing namespace.h include
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-15 Serge Hallynbdev: support -B best and -B lvm,dir
2013-08-14 Christian SeilerAdd attach support to container C API
2013-08-07 Serge Hallynlxc-clone: don't s/oldname/newname in the config file...
2013-07-16 Dwight Engenclone: only update <rootfs>/etc/hostname if it exists
2013-07-16 Serge Hallynlxccontainer: don't define certain variables if !HAVE_G...
2013-07-15 Serge Hallynlxc_create: prepend pretty header to config file (v2)
2013-07-12 Serge Hallyncreate: add a quiet flag
2013-07-11 Serge HallynAccomodate stricter devices cgroup rules
2013-07-11 Serge Hallynlxcapi_create: fix template handling
2013-07-11 Serge Hallynlxcapi_create: split out the template execution
2013-07-10 Dwight Engenadd clonehostname hook
2013-07-10 Dwight Engenfix potential out of bounds pointer deref
2013-07-03 Bogdan Purcareatalxcapi_set_cgroup_item: remove duplicate == 0
2013-06-24 Serge Hallynapi_clone: don't remove storage if we haven't created it
2013-06-24 Serge HallynAccept more word delimiters when updating hooks
2013-06-12 Dwight Engenconsole API improvements
2013-06-10 Dwight Engenfix check for lock acquired
2013-06-05 Serge Hallynlxclock and lxccontainer: switch from flock to fcntl
2013-06-03 Serge Hallynimplement loopback backing store
2013-06-03 Serge Hallynlxcapi_create: don't close stdin/out/err
2013-05-31 Serge HallynDefine LXC_DEFAULT_CONFIG
2013-05-31 Serge Hallynlxccontainer: update locking comment
2013-05-29 Serge Hallynlxccontainer: don't lock around getstate and freeze...
2013-05-29 Dwight Engenadd console to lxc api
2013-05-28 Serge Hallynapi_clone: call is_stopped_locked() to avoid deadlock.
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-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-16 Serge Hallynlxc: add clone hook.
2013-05-13 Dwight Engenserialize multiple threads doing lxcapi_start()
2013-05-03 Dwight Engencoverity: ftell returns a signed value
2013-05-03 Dwight Engencoverity: ensure string is null terminated, return in
2013-05-02 Serge Hallynclone: a few fixes
2013-04-30 Serge Hallynintroduce lxc_config
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-24 Dwight EngenAllow multiple monitor clients
2013-04-16 Dwight Engenfortify: minor cleanups for unused variables, stricter...
2013-04-15 Serge Hallynlxcapi_create: fix leak of tpath when a container alrea...
2013-04-15 Serge Hallynlxccontaienr: fix missing va_end in error case.
2013-04-15 Serge Hallynlxcccontainer: add missing va_end found by coverity
2013-04-11 Serge HallynFix up struct lxc_container locking
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-04-01 Stéphane GraberAPI shouldn't be calling create for already defined...
next