]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2017-09-24  Stéphane Grabertests: Support systemd hybrid cgroups
2017-09-24  Rune Juhl JacobsenChange file check to also check file size (`-f` =>...
2017-09-24  Christian Braunerutils: fix lxc_popen()/lxc_pclose()
2017-09-24  Christian Braunerutils: duplicate stderr as well in lxc_popen()
2017-09-24  Christian Braunerstart: pass LXC_LOG_LEVEL to hooks
2017-09-24  Christian Braunerstart: set environment variables correctly
2017-09-24  Christian Braunerstart: move env setup before container setup
2017-09-24  Christian von... fix regex-typo in lxc-monitor.sgml.in
2017-09-24  KATOH Yasufumiplamo: Delete unnecessary process during container...
2017-09-24  Christian Braunerstart: switch ids at last possible instance
2017-09-24  Christian Braunerlxc-user-nic: remove double initialization
2017-09-24  Christian Braunerutils: lxc_popen() remove dead assignments
2017-09-24  Christian Braunertests: avoid NULL pointer dereference
2017-09-24  Christian Braunertests: remove dead assignments
2017-09-24  Christian Braunerlxc_usernsexec: remove dead assignments
2017-09-24  Christian Braunerlxc-unshare: do not pass NULL pointer
2017-09-24  Christian Braunerconfile: parse_idmaps() remove dead assignments
2017-09-24  Christian Braunerutils: do not write to 0 sized buffer
2017-09-24  Christian Braunercriu: use correct check initialization check
2017-09-24  Christian Braunerstart: remove dead variable
2017-09-24  Christian Braunermonitor: remove dead assignment
2017-09-24  Christian Braunerconsole: remove dead assignments
2017-09-24  Christian Braunerstart: userns_exec_full()
2017-09-24  Christian Braunerlxccontainer: use userns_exec_full()
2017-09-24  Christian Braunerconf: add userns_exec_full()
2017-09-24  Wolfgang Bumillernetwork: add missing checks for empty links
2017-09-24  Christian Braunerconf: fix tty creation
2017-09-10  LiFengconsole: clean tty state + return 0 on peer exit
2017-09-10  Christian Braunerconf: fix userns_exec_1()
2017-09-10  Christian Braunerconf: do not log uninitialized memory
2017-09-10  Christian Braunerconf: non-functional changes
2017-09-10  Christian Braunerconsole: non-functional change
2017-09-10  Stéphane GraberMerge pull request #1781 from brauner/stable-2.0
2017-09-05  Christian Braunerconf: record idmap that gets written 1781/head
2017-09-04  Christian Braunerstart: document all handler fields
2017-09-04  Federico Briatacriu: add cmp_version()
2017-09-04  Christian Braunerstart: don't let data_sock users close the fd
2017-09-04  Christian Braunerconf: don't send ttys when none are configured
2017-09-04  Christian Braunerconf: do not free static memory
2017-09-04  Christian Braunerstart: switch from SOCK_DGRAM to SOCK_STREAM
2017-09-04  Christian Braunerconf: send ttys in batches of 2
2017-09-04  Christian Braunerlxc-user-nic: simplify
2017-09-04  Christian Braunernetwork: remove allocation from lxc_mkifname()
2017-09-04  Christian Braunernetwork: fix grammar
2017-09-04  Christian Braunernetwork: user send()/recv()
2017-09-04  Christian Braunerhandler: root -> am_root
2017-09-04  Christian Braunerlxc-user-nic: bugfixes
2017-09-04  Christian Braunerutils: add lxc_nic_exists()
2017-09-04  Christian Braunerlxc-user-nic: keep lines from other {users,links}
2017-09-04  Christian Braunerlxc-user-nic: fix adding database entries
2017-09-04  Christian Braunernetwork: remove netpipe
2017-09-04  Dimitri John... Check that there is netplan binary, rather than just...
2017-09-04  Dimitri John... templates/ubuntu: support netplan in newer releases...
2017-09-04  Christian Braunernetwork: use correct network device name
2017-09-04  Christian Braunernetwork: stop recording saved physical net devices
2017-09-04  Christian Braunernetwork: retrieve correct names and ifindices
2017-09-04  Christian Braunerstart: non-functional changes
2017-09-04  Christian Braunernetwork: non-functional changes
2017-09-04  Christian Braunernetwork: use static memory for net device names
2017-09-04  Christian Braunerlxc-user-nic: initialize vars to silence gcc-7
2017-09-04  Christian Braunerlxc-user-nic: free memory and check for error
2017-09-04  Christian Braunerstart: non-functional changes
2017-09-04  Christian Braunernetwork: retrieve the host's veth device ifindex
2017-09-04  Christian Braunernetwork: rework network creation
2017-09-04  Christian Braunernetwork: log ifindex for host side veth device
2017-09-04  Christian Braunernetwork: document all fields in struct lxc_netdev
2017-09-04  Christian Braunernetwork: add ifindex field for host veth device
2017-09-04  Christian Braunernetwork: log veth_attr.pair and veth_attr.veth1
2017-09-04  Christian Braunerlxc-user-nic: test privilege over netns on delete
2017-09-04  Christian Braunerlxc-user-nic: remove delta between master + stable
2017-08-29  Stéphane GraberMerge pull request #1768 from brauner/2017-08-29/stable...
2017-08-29  Christian Braunernetwork: non-functional changes 1768/head
2017-08-29  Christian Braunerconf: increase lxc-user-nic buffer
2017-08-29  Christian Braunerlxc-user-nic: check db before trying to delete
2017-08-29  Christian Braunerlxc-user-nic: non-functional changes
2017-08-29  Christian Braunernetwork: delete ovs for unprivileged networks
2017-08-29  Christian Braunernetwork: log ifindex
2017-08-29  Christian Braunernetwork: send ifindex for unpriv networks
2017-08-29  Christian Braunerlxc-user-nic: rework renaming net devices
2017-08-29  Christian Braunerconf: adapt to lxc-user-nic usage
2017-08-29  Christian Braunertests: adapt lxc-user-nic tests to new syntax
2017-08-29  Christian Braunerlxc-user-nic: add new {create,delete} subcommands
2017-08-29  Christian Braunerlxc-user-nic: fix memleak
2017-08-29  Christian Braunerlxc-user-nic: non-functional changes
2017-08-29  Christian Braunercgfsng: non-functional changes
2017-08-29  Christian Braunerconf: do not deref null pointer
2017-08-29  Christian Braunerconf: non-functional changes
2017-08-29  Christian Braunerattach: non-functional changes
2017-08-29  Christian Braunerconf: do not check union on wrong net type
2017-08-29  Christian Braunerconf: refactor network deletion
2017-08-29  Christian Brauneropenvswitch: delete ports intelligently
2017-08-29  Dimitri John... templates/ubuntu: conditionally move upstart ssh job...
2017-08-29  Christian Braunerarguments: non-functional changes
2017-08-29  Christian Brauneraf_unix: non-functional changes
2017-08-29  Christian Braunerrtnl: non-functional changes
2017-08-29  Christian Braunerconf: log lxc-user-nic output
2017-08-29  Christian Braunerconf: non-functional changes
2017-08-29  Christian Braunernetwork: log cleanup thread pid for openswitch
2017-08-29  Salvatore BonaccorsoUse deb.debian.org as the default Debian mirror
2017-08-29  Christian Braunercgroups: non-functional changes
next