]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-09-14  Christian Braunerbuild: show more detailed information 3963/head
2021-09-14  Christian Braunerbuild: record meson version
2021-09-14  Christian Braunerbuild: use correct minimal meson version requirement
2021-09-14  Christian Braunerbuild: remove pointless prefixdir validation
2021-09-13  Christian Braunerbuild: set more variables and print summary
2021-09-13  Christian Braunerbuild: add more global config variables
2021-09-13  Christian Braunerbuild: set diagnostic colours directly in default_options
2021-09-13  Christian Braunerbuild: add single option directly to static library
2021-09-13  Christian Braunerbuild: remove unneeded variables
2021-09-13  Christian Braunerbuild: use common dependencies variable
2021-09-13  Christian Braunerbuild: libdir and bindir are the default for shared...
2021-09-13  Christian Braunerbuild: set find_library('libcap', require : false)
2021-09-13  Christian Braunerbuild: -fPIC and -shared are handled automatically
2021-09-13  Christian Braunerbuild: use dependency() where possible
2021-09-13  Christian Braunerbuild: set as-needed in default_options
2021-09-13  Christian Braunerbuild: set pie in default_options
2021-09-03  Christian Braunerbuild: add tools to meson
2021-09-03  Christian Braunerbuild: add meson skeleton
2021-09-03  Christian Braunerbuild: make sure _GNU_SOURCE is set
2021-09-03  Christian Braunerlxc: remove "version.h" inclusion
2021-09-03  Christian Braunertests: include "version.h"
2021-09-03  Christian Braunertree-wide: fix config.h inclusion
2021-09-03  Christian Braunertools: fix build warnings
2021-09-03  Christian Braunertree-wide: fix lxc header inclusion
2021-09-03  Christian Braunercaps: fix includes
2021-09-03  Christian Braunertools/lxc_start: fix includes
2021-09-03  Christian Braunerarguments: fix includes
2021-09-03  Christian Braunerinitutils: fix includes
2021-09-03  Christian Braunerlog: fix includes
2021-09-03  Christian Braunerinitutils: fix includes
2021-09-03  Christian Braunerconf: fix includes
2021-09-03  Christian Braunerstring_utils: fix includes
2021-09-03  Christian Braunerarguments: fix includes
2021-09-03  Christian Braunercommands_utils: fix integer comparisons
2021-09-03  Christian Braunerfile_utils: fix integer comparisons
2021-09-03  Christian Braunermonitor: fix integer comparisons
2021-09-03  Christian Braunernl: fix integer comparisons
2021-09-03  Christian Brauneruuid: fix integer comparisons
2021-09-03  Christian Braunerseccomp: fix integer comparisons
2021-09-03  Christian Braunerlxcmntent: fix fallthrough
2021-09-03  Christian Braunernetns_ifaddrs: fix integer comparisons
2021-09-03  Christian Braunerstart: fix integer comparisons
2021-09-03  Christian Braunerutils: fix integer comparisons
2021-09-03  Christian Braunerterminal: fix integer comparisons
2021-09-03  Christian Braunerlxccontainer: fix integer comparisons
2021-09-03  Christian Braunernetwork: fix integer comparisons
2021-09-03  Christian Braunertree-wide: fix public lxc header inclusions
2021-09-03  Christian Braunercommands: fix integer comparisons
2021-09-03  Christian Braunercriu: fix integer comparisons
2021-09-03  Christian Braunerconfile_utils: fix integer comparisons
2021-09-03  Christian Braunertree-wide: fix attach header inclusion
2021-09-03  Christian Braunerconf: fix array initalization
2021-09-03  Christian Braunerconf: fix struct mount_attr initalization
2021-09-03  Christian Braunerstring_utils: fix integer comparisons
2021-09-03  Christian Braunerconf: fix integer comparisons
2021-09-03  Christian Braunerlsm: fix integer comparisons
2021-09-03  Christian Braunerattach: fix helper declarations
2021-09-03  Christian Braunerstorage: fix integer comparisons
2021-09-03  Christian Braunerconfile: fix integer comparisons
2021-09-03  Christian Braunercgroups: fix integer comparisons
2021-09-03  Christian Braunersyscall_wrapper: fix pivot_root() declaration
2021-09-03  Christian Braunerbuild: add src/include to build and simplify header...
2021-09-02  Stéphane GraberMerge pull request #3962 from brauner/2021-09-02.fixes
2021-09-02  Christian Braunertree-wide: fix build 3962/head
2021-09-02  Christian Braunerinclude: make all functions __hidden
2021-09-01  Stéphane GraberMerge pull request #3959 from brauner/2021-09-01.fixes
2021-09-01  Christian Braunerconfigure: add sanitizer flags to LDFLAGS as well 3959/head
2021-08-30  Stéphane GraberMerge pull request #3957 from brauner/2021-08-27.list.2
2021-08-30  Christian Braunerlxccontainer: don't pass NULL pointer 3957/head
2021-08-30  Christian Braunerlxccontainer: fail when container can't be loaded
2021-08-30  Christian Braunerlxccontainer: remove useless {}
2021-08-30  Christian Braunerlxccontainer: use free_disarm() in list_all_containers()
2021-08-30  Christian Braunerlxc-usernsexec: small tweaks
2021-08-30  Christian Braunertree-wide: fix list_entry()
2021-08-30  Christian BraunerMerge pull request #3954 from blenk92/fix-attach-c2
2021-08-30  Maximilian... attach: Fix -c command 3954/head
2021-08-27  Christian Braunerlxccontainer: tweak some array handling helpers
2021-08-27  Christian Braunerlxccontainer: improve add_to_clist()
2021-08-27  Christian Braunerlxccontainer: improve add_to_array()
2021-08-27  Christian Braunerconf: port groups to new list type
2021-08-27  Christian Braunerconf: port hooks to new list type
2021-08-27  Christian Braunerconf: port apparmor to new list type
2021-08-27  Stéphane GraberMerge pull request #3956 from brauner/2021-08-27.list
2021-08-27  Christian Braunerconf: port mounts to new list type 3956/head
2021-08-27  Christian Braunercgroups: fix bpf device list
2021-08-27  Christian Braunernetwork: port ipv6 routes to new list type
2021-08-27  Christian Braunernetwork: port ipv4 routes to new list type
2021-08-27  Christian Braunercgroups: fix cgroup settings sorting
2021-08-26  Stéphane GraberMerge pull request #3955 from brauner/2021-08-26.list.2
2021-08-26  Christian Braunerlxccontainer: align initialization 3955/head
2021-08-26  Christian Braunertree-wide: s/ipv{4,6}_list/ipv{4,6}_addresses/g
2021-08-26  Christian Braunernetwork: port ipv6 addresses to new list type
2021-08-26  Stéphane GraberMerge pull request #3953 from brauner/2021-08-26.list
2021-08-26  Christian Braunernetwork: port ipv4 to new list type 3953/head
2021-08-26  Stéphane GraberMerge pull request #3952 from brauner/2021-08-25.list.2
2021-08-26  Christian Braunerconf: simplify and port caps to new list type 3952/head
2021-08-26  Christian Braunercgroup: remove unneeded forward declaration
2021-08-26  Christian Braunerterminal: remove unused struct member
2021-08-26  Christian Braunerconf: port environment to new list type
2021-08-26  Christian Braunerconf: remove unused variables
next