]> git.proxmox.com Git - mirror_lxc.git/history - src/python-lxc/lxc
Merge pull request #1432 from brauner/2017-02-15/fix_lxc_execute_return_code
[mirror_lxc.git] / src / python-lxc / lxc /
2016-04-14 Stéphane GraberMerge pull request #974 from ar45/lxc_python_create_wit...
2016-04-14 Aron PodrigalFixed python-lxc reference to var before assignment
2015-04-06 Stéphane GraberMerge pull request #465 from bostjan/bugfix/autostart...
2015-03-30 Stéphane GraberMerge pull request #452 from achton/master
2015-03-10 Stéphane GraberMerge pull request #464 from pymag09/lxccreate
2015-03-10 Bieiaievskyi Sergeyadd bdevtype to lxc create procedure
2015-01-28 Stéphane GraberOnly use clear_config_item for lists
2014-06-03 Stéphane Graberpython3: Don't require a template name
2014-05-06 Stéphane Graberpython-lxc: minor fixes to __init__.py
2014-03-04 Stéphane Graberpython3: Export get_global_config_item
2014-02-25 Stéphane Graberpython3: Add support for wlan device add
2014-02-13 Stéphane Graberpython3: Drop API warning and fix pep8/pyflakes3
2014-02-05 Stéphane Graberpython3: Fix trivial error in clone()
2014-02-04 Stéphane Graberlogging: Add lxc_log_options_no_override function
2014-01-16 Stéphane Graberpython3: binding update
2014-01-16 Stéphane Graberpython3: Don't fail in list_containers on ValueError
2014-01-10 Stéphane GraberRe-organize API for global lxc.conf config
2013-12-23 S.Çağlar Onurremove LXC_CLONE_COPYHOOKS and make lxcapi_clone to...
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-11 Stéphane Graberpython3: Support unpriv containers
2013-12-03 Stéphane Graberpython3: Drop duplicate add_device_node function
2013-12-03 Stéphane Graberpython3: Fix PEP8 and avoid crash when listing
2013-11-28 Stéphane Graberpython3: Export some missing constants
2013-11-28 Stéphane Graberpython3: Allow passing create flags
2013-11-28 Stéphane Graberpython3: Add clone() to the binding
2013-11-27 Stéphane Graberpython3: Add list_containers to C API
2013-10-18 Dwight Engensupport setting lsm label at exec or immediately
2013-09-18 S.Çağlar OnurAdd get_interfaces to the API
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
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 Stéphane GraberRemove all trailing whitespaces
2013-08-14 Christian Seilerpython: add attach support
2013-07-16 John McFarlaneMake get_ips timeout poll configurable
2013-07-08 Stéphane Graberpython: Update scripts to respect PEP-8 spec
2013-07-08 Stéphane Graberpython: Re-introduce timeout in get_ips
2013-06-12 Dwight Engenconsole API improvements
2013-05-21 Stéphane Graberlxcapi: Add new get_ips() call
2013-04-22 Stéphane Graberpython: Fix get_ips and nesting with lxcpath
2013-04-18 Stéphane Graberpython: Various fixes to the python scripts
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-11 Stéphane Graberpython: Add get_version to binding
2013-03-11 Stéphane Graberpython: Don't hardcode LXCPATH in python module
2013-03-01 Stéphane Graberlxc-ls: Implement support for nested containers
2013-02-21 Stéphane Graberpython: Update the python scripts for lxcpath
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Stéphane Graberpython-lxc: Update for new calls
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-10 Stéphane Graberpython: Update add_device_node to use the new API
2012-12-10 Stéphane Graberpython: Add binding for {get|set}_cgroup_item
2012-12-10 Stéphane Graberpython: get_keys() doesn't require a path
2012-12-06 Stéphane Graberpython: Remove hardcoded LXCPATH
2012-12-04 Stéphane Graberpython: Update to the device related functions
2012-11-26 Stéphane Graberpython: Use builtin len() function for network interfaces
2012-11-26 Stéphane Graberpython: PEP8 compatibility
2012-11-26 Stéphane Graberpython: Add add_device() function
2012-11-12 Stéphane Graberlxc-start-ephemeral: Add missing return call to wait...
2012-11-12 Stéphane Graberpython-lxc: Always convert state passed to wait() to...
2012-11-12 Stéphane GraberRaise exception when getting Container instance as...
2012-11-12 Stéphane GraberAdd python-lxc based on the new liblxc API.