]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2020-03-11 Stéphane GraberMerge pull request #3291 from brauner/2020-03-11/fixes
2020-03-11 Christian Braunerutils: cleanup
2020-03-11 Christian Braunerfile_utils: cleanup macros and improvements
2020-03-11 Stéphane GraberMerge pull request #3290 from brauner/2020-03-11/fixes
2020-03-11 Christian Braunerapi-extensions: use correct headings
2020-03-11 Christian Braunerapi-extensions: document "network_veth_router" api...
2020-03-11 Christian Braunerapi-extensions: reflow "seccomp_allow_nesting" api...
2020-03-11 Christian Braunerapi-extensions: reflow "seccomp_notify" api extension
2020-03-11 Christian Braunerapi-extensions: reflow "cgroup2_devices" extensions
2020-03-11 Christian Braunerapi-extensions: reflow "cgroup2" api extension
2020-03-11 Christian Braunerapi-extensions: add "pidfd" api extension
2020-03-11 Christian Braunerlxccontainer: switch to pidfd polling when shutting...
2020-03-11 Christian Braunerlxccontainer: switch to pidfds whenever possible
2020-03-11 Christian Braunerstart: add ability to detect whether kernel supports...
2020-03-11 Christian Braunerlxccontainer: add init_pidfd() API extension
2020-03-11 Christian Braunercommands: LXC_CMD_GET_INIT_PIDFD
2020-03-11 Christian Braunerlxccontainer.h: document seccomp_notify_fd()
2020-03-11 Stéphane GraberMerge pull request #3289 from tenforward/japanese
2020-03-11 Christian Braunercommands: use LXC_CMD_REAP_CLIENT_FD in lxc_cmd_get_cgr...
2020-03-11 Christian Braunercommands: add ability to audit fd connection and cleanu...
2020-03-11 KATOH Yasufumidoc: Fix typo
2020-03-11 KATOH YasufumiMerge branch 'master' into japanese
2020-03-11 KATOH Yasufumidoc: Add keyring options to Japanese lxc.containers...
2020-03-11 Stéphane GraberMerge pull request #3288 from brauner/2020-03-11/fixes
2020-03-11 Christian Braunercommands: simplify lxc_cmd_fd_cleanup()
2020-03-11 Stéphane GraberMerge pull request #3287 from brauner/2020-03-11/fixes
2020-03-11 Christian Braunercommands_utils: fix command socket hashing
2020-03-11 Christian Brauneraf_unix: fix return value
2020-03-11 Christian Braunerstart: cleanup file descriptor closing
2020-03-10 Stéphane GraberMerge pull request #3286 from brauner/2020-03-10/fixes
2020-03-10 Christian Braunercommands: make sure to always close the client fd
2020-03-10 Stéphane GraberMerge pull request #3285 from brauner/2020-03-10/fixes
2020-03-10 Christian Braunercommands: improve state client cleanup
2020-03-10 Christian Braunercommands: switch to pid_t to send around pid
2020-03-10 Stéphane GraberMerge pull request #3283 from brauner/2020-03-10/fixes
2020-03-10 Christian Braunershare_ns: improve error handling
2020-03-10 Christian Braunershare_ns: improve error handling
2020-03-10 Christian Braunerfile_utils: handle libcs without fmemopen()
2020-03-10 Christian Braunercgroups: cleanup
2020-03-10 Christian Braunercgfsng: use __do_free_string_list all over
2020-03-10 Christian Braunerfile_utils: include stdio.h for fmemopen()
2020-03-10 Christian Braunertests/share_ns: always call pthread_exit()
2020-03-10 Stéphane GraberMerge pull request #3282 from brauner/2020-03-10/fixes
2020-03-10 Christian Braunermemory_utils: remove unneeded inclusion of mntent.h
2020-03-10 Stéphane GraberMerge pull request #3281 from brauner/2020-03-10/fixes
2020-03-10 Christian Braunercgroups: fix memory leak and simplify code
2020-03-10 Christian Braunertests/share_ns: bugfixes
2020-03-10 Christian Braunerconf: cleanup
2020-03-10 Christian Braunercommands_utils: cleanup
2020-03-10 Christian Braunercommands: cleanup
2020-03-10 Stéphane GraberMerge pull request #3279 from brauner/2020-03-04/improv...
2020-03-09 Christian Braunertree-wide: more cleanup macros
2020-03-09 Christian Braunerlxccontainer: increase cleanup macro usage
2020-03-09 Christian Braunerautotools: fix lxc-init build with clang-10
2020-03-09 Christian Braunertree-wide: improve logging
2020-03-09 Christian Braunertree-wide: make files cloexec whenever possible
2020-03-09 Christian Braunerattach: cleanup various helpers
2020-03-09 Christian Braunerattach: use logging helpers when handling no new privileges
2020-03-09 Christian Braunerattach: use cleanup macros and logging helpers when...
2020-03-09 Christian Braunerattach: use LXC_INVALID_{G,U}ID macros
2020-03-09 Christian Braunerattach: use cleanup macros in lxc_attach_getpwshell()
2020-03-09 Christian Braunerattach: fix fd leak
2020-03-09 Christian Braunerattach: cleanup
2020-03-09 Christian Braunercgroup2_devices: fix logic error
2020-03-09 Christian Braunercommands: remove unused variables
2020-03-09 Christian BraunerMerge pull request #3280 from Piscolero/state_client_so...
2020-03-09 Matthias Hardtcommands_utils: fix socket leak when adding state client
2020-03-09 Matthias HardtRevert "commands_utils: fix socket leak in when adding...
2020-03-09 Matthias HardtRevert "commands_utils: indicate taking ownership of...
2020-03-09 Matthias Hardtcommands_utils: indicate taking ownership of state_clie...
2020-03-09 Matthias Hardtcommands_utils: fix socket leak in when adding state...
2020-03-09 Christian Brauneraf_unix: cleanup
2020-03-08 Christian BraunerMerge pull request #3278 from tomponline/tp-proxy-sleep
2020-03-08 Christian BraunerMerge pull request #3277 from tomponline/tp-router...
2020-03-08 Thomas Parrottnetwork: Adds short sleep between veth setup and neighb...
2020-03-08 Thomas Parrottnetwork: Uses netlink for IP neighbour proxy management
2020-03-05 Stéphane GraberMerge pull request #3275 from brauner/2020-03-05/api_ex...
2020-03-05 Christian Braunerutils: only move_fd() when fdopen() has been successful
2020-03-05 Stéphane GraberMerge pull request #3274 from brauner/2020-03-05/api_ex...
2020-03-05 Christian Braunerapi-extensions: document cgroup2_devices and cgroup2...
2020-02-29 Christian BraunerMerge pull request #3272 from ffontaine/master
2020-02-28 Fabrice Fontainesrc/lxc/raw_syscalls.c: fix sparc assembly
2020-02-28 Stéphane GraberMerge pull request #3271 from brauner/2020-02-28/suppor...
2020-02-28 Christian Braunercgroups: honor lxc.cgroup.pattern if set explicitly II
2020-02-28 Stéphane GraberMerge pull request #3270 from brauner/2020-02-27/suppor...
2020-02-28 Christian Braunercgroups: honor lxc.cgroup.pattern if set explicitly
2020-02-25 Stéphane GraberMerge pull request #3268 from brauner/2020-02-25/cgroups
2020-02-25 Christian Braunercgroups: remove unused method and cleanup cgroup_exit()
2020-02-13 Stéphane GraberMerge pull request #3265 from brauner/2020-02-13/fix_se...
2020-02-12 Christian Braunertree-wide: improve setgroups() dropping
2020-02-10 Christian BraunerMerge pull request #3264 from tych0/fix-leak
2020-02-10 Tycho Andersenlxclock: fix a small memory leak
2020-02-05 Christian BraunerMerge pull request #3261 from blenk92/fix-parse-config
2020-02-05 Maximilian... container.conf: Document that order is important in...
2020-02-05 Maximilian... container.conf: Fix option ordering in config_jump_table
2020-02-05 Maximilian... container.conf: Fix off by 2 in option parsing
2020-01-31 Christian BraunerMerge pull request #3260 from blenk92/add-keyring-option
2020-01-31 Maximilian... doc: Add doc for keyring options
2020-01-31 Maximilian... container.conf: Add option to disable session keyring...
2020-01-31 Maximilian... container.conf: Add option to set keyring SELinux context
next