]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxccontainer.h
licensing: Add missing headers and FSF address
[mirror_lxc.git] / src / lxc / lxccontainer.h
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-30 Serge Hallynremove old stale comments (lxc-clone is now implemented)
2013-08-14 Christian SeilerAdd attach support to container C API
2013-07-12 Serge Hallyncreate: add a quiet flag
2013-06-12 Dwight Engenconsole API improvements
2013-05-29 Dwight Engenadd console to lxc api
2013-05-26 Serge HallynMove container creation fully into the api
2013-05-25 Serge Hallynlxc-stop: use api, remove lxc_shutdown, extend lxc...
2013-05-25 Serge Hallynlxclock: Replace named sempahore with flock
2013-05-25 Dwight Engenfix memory leaks in cgroup functions
2013-05-22 Dwight Engenfix build with --enable-tests
2013-05-21 Stéphane Graberlxcapi: Add new get_ips() call
2013-05-16 Serge Hallynlxc: add clone hook.
2013-04-30 Serge Hallynintroduce lxc_config
2013-04-30 Serge Hallynimplement backend drivers and container clone API (v3)
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-11 Stéphane GraberAPI: export lxc_get_version()
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Dwight EngenUpdate Lua API
2013-02-11 Serge Hallynlxc api: fix some config_path oddities
2013-02-08 Serge HallynSwitch from use of LXCPATH to a configurable default_lx...
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-07 Serge Hallynapi: add set_cgroup_item and get_cgroup_item (to c...
2012-11-27 Dwight EngenMake config api items const
2012-11-27 Dwight EngenUse autoconf LXCPATH instead of hardcoded LXCDIR
2012-11-12 Serge HallynFix passing non-const char* in for const char*
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.