]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-10-14  Christian Braunerbuild: add single option directly to static library
2021-10-14  Christian Braunerbuild: remove unneeded variables
2021-10-14  Christian Braunerbuild: use common dependencies variable
2021-10-14  Christian Braunerbuild: libdir and bindir are the default for shared...
2021-10-14  Christian Braunerbuild: set find_library('libcap', require : false)
2021-10-14  Christian Braunerbuild: -fPIC and -shared are handled automatically
2021-10-14  Christian Braunerbuild: use dependency() where possible
2021-10-14  Christian Braunerbuild: set as-needed in default_options
2021-10-14  Christian Braunerbuild: set pie in default_options
2021-10-14  Edênis Freindorfer... Fix `lxc-cgroup` smart completion.
2021-10-14  Edênis Freindorfer... Refactor ` __lxc_check_name_present()`.
2021-10-14  Edênis Freindorfer... Check completion for prefixes names.
2021-10-14  Edênis Freindorfer... Add `__lxc_cgroup_state_object()`.
2021-10-14  Edênis Freindorfer... Update `_lxc_usernsexec`.
2021-10-14  Edênis Freindorfer... Add completion for `lxc-copy` param `--fssize`.
2021-10-14  Edênis Freindorfer... Add `__lxc_get_selinux_contexts()`.
2021-10-14  Edênis Freindorfer... Refactor `__lxc_groups()` to `__lxc_get_groups()`.
2021-10-14  Edênis Freindorfer... Another round of more bash-like syntax.
2021-10-14  Edênis Freindorfer... Fix `lxc-create` completion.
2021-10-14  Edênis Freindorfer... Add support for comma as a completion word.
2021-10-14  Edênis Freindorfer... Refactor `__lxc_piped_args`.
2021-10-14  Edênis Freindorfer... Fix `lxc-snapshot` completion.
2021-10-14  Edênis Freindorfer... Use more bash-like syntax.
2021-10-14  Edênis Freindorfer... Add support for container composed names.
2021-10-14  Edênis Freindorfer... Add completion output for `lxc-ls --fancy-format`.
2021-10-14  Edênis Freindorfer... Improve name completion handling.
2021-10-14  Edênis Freindorfer... Add `compopt` call to `__lxc_piped_args`.
2021-10-14  Edênis Freindorfer... Use `--running` instead of `--active`.
2021-10-14  Edênis Freindorfer... Fill missing commands on name completion.
2021-10-14  Christian Braunerbuild: add tools to meson
2021-10-14  Christian Braunerbuild: add meson skeleton
2021-10-14  Christian Braunerbuild: make sure _GNU_SOURCE is set
2021-10-14  Christian Braunerlxc: remove "version.h" inclusion
2021-10-14  Christian Braunertests: include "version.h"
2021-10-14  Christian Braunertree-wide: fix config.h inclusion
2021-10-14  Christian Braunertools: fix build warnings
2021-10-14  Christian Braunertree-wide: fix lxc header inclusion
2021-10-14  Christian Braunercaps: fix includes
2021-10-14  Christian Braunertools/lxc_start: fix includes
2021-10-14  Christian Braunerarguments: fix includes
2021-10-14  Christian Braunerinitutils: fix includes
2021-10-14  Christian Braunerlog: fix includes
2021-10-14  Christian Braunerinitutils: fix includes
2021-10-14  Christian Braunerconf: fix includes
2021-10-14  Christian Braunerstring_utils: fix includes
2021-10-14  Christian Braunerarguments: fix includes
2021-10-14  Christian Braunercommands_utils: fix integer comparisons
2021-10-14  Christian Braunerfile_utils: fix integer comparisons
2021-10-14  Christian Braunermonitor: fix integer comparisons
2021-10-14  Christian Braunernl: fix integer comparisons
2021-10-14  Christian Brauneruuid: fix integer comparisons
2021-10-14  Christian Braunerseccomp: fix integer comparisons
2021-10-14  Christian Braunerlxcmntent: fix fallthrough
2021-10-14  Christian Braunernetns_ifaddrs: fix integer comparisons
2021-10-14  Christian Braunerstart: fix integer comparisons
2021-10-14  Christian Braunerutils: fix integer comparisons
2021-10-14  Christian Braunerterminal: fix integer comparisons
2021-10-14  Christian Braunerlxccontainer: fix integer comparisons
2021-10-14  Christian Braunernetwork: fix integer comparisons
2021-10-14  Christian Braunertree-wide: fix public lxc header inclusions
2021-10-14  Christian Braunercommands: fix integer comparisons
2021-10-14  Christian Braunercriu: fix integer comparisons
2021-10-14  Christian Braunerconfile_utils: fix integer comparisons
2021-10-14  Christian Braunertree-wide: fix attach header inclusion
2021-10-14  Christian Braunerconf: fix array initalization
2021-10-14  Christian Braunerconf: fix struct mount_attr initalization
2021-10-14  Christian Braunerstring_utils: fix integer comparisons
2021-10-14  Christian Braunerconf: fix integer comparisons
2021-10-14  Christian Braunerlsm: fix integer comparisons
2021-10-14  Christian Braunerattach: fix helper declarations
2021-10-14  Christian Braunerstorage: fix integer comparisons
2021-10-14  Christian Braunerconfile: fix integer comparisons
2021-10-14  Christian Braunercgroups: fix integer comparisons
2021-10-14  Christian Braunersyscall_wrapper: fix pivot_root() declaration
2021-10-14  Christian Braunerbuild: add src/include to build and simplify header...
2021-10-14  Christian Braunertree-wide: fix build
2021-10-14  Christian Braunerinclude: make all functions __hidden
2021-10-14  Christian Braunerconfigure: add sanitizer flags to LDFLAGS as well
2021-10-14  Christian Braunerlxccontainer: don't pass NULL pointer
2021-10-14  Christian Braunerlxccontainer: fail when container can't be loaded
2021-10-14  Christian Braunerlxccontainer: remove useless {}
2021-10-14  Christian Braunerlxccontainer: use free_disarm() in list_all_containers()
2021-10-14  Christian Braunerlxc-usernsexec: small tweaks
2021-10-14  Christian Braunertree-wide: fix list_entry()
2021-10-14  Maximilian... attach: Fix -c command
2021-10-14  Christian Braunerlxccontainer: tweak some array handling helpers
2021-10-14  Christian Braunerlxccontainer: improve add_to_clist()
2021-10-14  Christian Braunerlxccontainer: improve add_to_array()
2021-10-14  Christian Braunerconf: port groups to new list type
2021-10-14  Christian Braunerconf: port hooks to new list type
2021-10-14  Christian Braunerconf: port apparmor to new list type
2021-10-14  Christian Braunerconf: port mounts to new list type
2021-10-14  Christian Braunercgroups: fix bpf device list
2021-10-14  Christian Braunernetwork: port ipv6 routes to new list type
2021-10-14  Christian Braunernetwork: port ipv4 routes to new list type
2021-10-14  Christian Braunercgroups: fix cgroup settings sorting
2021-10-14  Christian Braunerlxccontainer: align initialization
2021-10-14  Christian Braunertree-wide: s/ipv{4,6}_list/ipv{4,6}_addresses/g
2021-10-14  Christian Braunernetwork: port ipv6 addresses to new list type
2021-10-14  Christian Braunernetwork: port ipv4 to new list type
next