]> git.proxmox.com Git - mirror_lxc.git/history - src/python-lxc
python-lxc: change distribution name _lxc -> lxc
[mirror_lxc.git] / src / python-lxc /
2016-05-28 Aleksandr Mezinpython-lxc: change distribution name _lxc -> lxc
2016-05-27 Stéphane GraberMerge pull request #1032 from GreatFruitOmsk/travis...
2016-05-27 Stéphane GraberMerge pull request #1031 from GreatFruitOmsk/pypi
2016-05-27 Aleksandr Mezinpython-lxc: search for lxc library and headers using...
2016-05-27 Aleksandr Mezinpython-lxc: pass include/library dirs as arguments...
2016-05-27 Aleksandr Mezinpython-lxc: don't use private lxc/confile.h
2016-05-27 Aleksandr Mezinpython-lxc: don't use private lxc/utils.h
2016-05-27 Aleksandr Mezinpython-lxc: don't use private lxc/namespace.h
2016-05-06 Serge HallynMerge pull request #1005 from tych0/warn-about-unexpect...
2016-05-01 Christian BraunerMerge pull request #995 from ar45/fix_system_error_init...
2016-05-01 Aron PodrigalFixed - set PyErr when Container.__init__ fails
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
2016-01-29 Stéphane GraberMerge pull request #740 from kvaidas/master
2016-01-04 Stéphane GraberMerge pull request #743 from tw4452852/buffer_overflow
2016-01-04 Stéphane GraberMerge pull request #739 from shindo/fix/python-lxc...
2015-12-24 Danil Osherovpython-lxc: Call PyOS_AfterFork after attaching to...
2015-11-17 Stéphane GraberMerge pull request #692 from fwilson42/master
2015-11-10 Fox WilsonUse /usr/bin/env python3 instead of /usr/bin/python3...
2015-09-21 Stéphane GraberFix indentation
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
2015-01-25 hallynMerge pull request #408 from yosida95/patch-1
2015-01-24 Markus ElfringBug #158: Deletion of unnecessary checks before calls...
2014-10-15 Dongsheng Yangpython-lxc: Add [at|de]tach_interface() to python binding.
2014-09-22 Masami IchikawaFix build error(ISO C90 specs violation) in lxc.c
2014-08-25 Daniel Mirandabuild: Make setup.py run from srcdir to avoid distutils...
2014-08-22 Daniel Mirandabuild: Fix support for split build and source dirs
2014-07-07 Dorian EikenbergFix attach_wait and threads
2014-06-09 Stéphane Graberpython3: Fix crashes in snapshot()
2014-06-03 Stéphane Graberpython3: Handle invalid global config keys
2014-06-03 Stéphane Graberpython3: Don't require a template name
2014-05-07 Dwight Engenpython3: remove assert since hwaddr isn't set by the...
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: Update apitest
2014-02-13 Stéphane Graberpython3: Drop API warning and fix pep8/pyflakes3
2014-02-13 Stéphane Graberpython3: Add missing get_running_config_item binding
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-31 Stéphane Grabershutdown: Rework API and lxc-stop
2014-01-24 Stéphane Grabertests: Fix python3 API test
2014-01-23 Stéphane GraberFix handling of empty config keys
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
2014-01-01 S.Çağlar Onuradjust include statements (v2)
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-29 Stéphane GraberAllow unsetting daemonize and close_fds
2013-11-29 Stéphane Graberpython3: Use FSConverter for all paths
2013-11-29 Stéphane Graberpython3: Allow setting daemonize and close_fds
2013-11-29 Stéphane Graberpython3: Add snapshot_* to the binding
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: Sort list of exports
2013-11-27 Stéphane Graberpython3: Add (add|remove)_device_node
2013-11-27 Stéphane Graberpython3: Add controllable property to the binding
2013-11-27 Stéphane Graberpython3: Add clear_config() to the binding
2013-11-27 Stéphane Graberpython3: Re-order all functions
2013-11-27 Stéphane Graberpython3: Add reboot() to the binding
2013-11-27 Stéphane Graberpython3: Sort all method/property lists
2013-11-27 Stéphane Graberpython3: Code style
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-10-16 Stéphane GraberMake 'make dist' match git content
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-09-03 Stéphane Graberpython: Fix api_test to use the new attach() API
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 Christian Seilerpython/attach: Fix minor memory leaks
2013-08-19 Stéphane GraberRemove all trailing whitespaces
2013-08-14 Christian Seilerpython: add attach support
2013-08-14 Christian Seilerpython: improve convert_tuple_to_char_pointer_array
2013-07-16 John McFarlaneMake get_ips timeout poll configurable
2013-07-12 Serge Hallyncreate: add a quiet flag
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-26 Serge HallynMove container creation fully into the api
2013-05-21 Stéphane Graberlxcapi: Add new get_ips() call
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-22 Stéphane Graberpython: Fix get_ips and nesting with lxcpath
2013-04-18 Stéphane Graberpython: Various fixes to the python scripts
2013-04-18 Stéphane Graberpython: Lots of fixes in C extension
2013-04-11 Stéphane Graberpython: Fix memory management
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-26 Stéphane GraberFix 'make clean'
2013-03-26 Stéphane GraberEXTRA_DIST: Fix missing files with "make dist"
next