]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxccontainer.h
api_start: don't get a container reference for the daemonized case
[mirror_lxc.git] / src / lxc / lxccontainer.h
2014-01-21 Stéphane GraberAdd missing doxygen tag
2014-01-10 Stéphane GraberRe-organize API for global lxc.conf config
2014-01-08 Stephen AyotteSupport large bdevs on 32-bit; MB units by default.
2014-01-02 Serge Hallynsnapshot: enforce keeping same backing store type (v2)
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-25 Andrey MazoAllow use of public API from C++
2013-12-23 S.Çağlar Onurremove LXC_CLONE_COPYHOOKS and make lxcapi_clone to...
2013-12-17 S.Çağlar Onurintroduce lxcapi_rename for renaming containers
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-10 James HuntMake public API string method parameters const where...
2013-12-02 Stéphane GraberReduce public API (V2)
2013-11-29 Stéphane GraberUpdate doxygen doc for previous change
2013-11-29 Stéphane GraberAllow unsetting daemonize and close_fds
2013-11-27 Stéphane GraberFix typo in doxygen comment
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-25 Stéphane GraberDrop trailing white spaces.
2013-11-25 James HuntAdd '--enable-api-docs' for doxygen-generated public...
2013-11-14 Serge Hallynlxc-start: if we pass in a config file, then don't...
2013-11-13 S.Çağlar Onurintroduce lxcapi_add_device_node and lxcapi_remove_devi...
2013-11-06 Dwight Engenadd list_all_containers(), returns defined and active...
2013-10-19 S.Çağlar Onurintroduce snapshot_destroy
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-09-30 Serge Hallynadd c->may_control
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-10 Serge HallynAPI support for container snapshots (v2)
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
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.