]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/commands.c
Merge pull request #4236 from mihalicyn/github_check_fixes
[mirror_lxc.git] / src / lxc / commands.c
2022-12-08 Stéphane GraberMerge pull request #4236 from mihalicyn/github_check_fixes
2022-12-07 Serge HallynMerge pull request #4209 from DuratarskeyK/master
2022-10-25 HisShadowUnroll IN_SET since the max usage is 2 elements check
2022-07-04 Christian BraunerMerge pull request #4151 from Teemperor/FixUninitRead
2022-07-01 Christian BraunerMerge pull request #4147 from marcfiu/issue-4026
2022-06-21 Christian BraunerMerge pull request #4153 from brauner/2022-06-21.unpriv...
2022-06-21 Serge Hallynuse systemd dbus StartTransientUnit for unpriv cgroup2
2022-01-18 Christian BraunerMerge pull request #4062 from stgraber/master
2022-01-14 Stéphane GraberMerge pull request #4058 from brauner/2022-01-13.fixes
2022-01-13 Christian Braunerattach: don't pointlessly call cgroup_init()
2022-01-13 Christian Braunercommands: log command during file descriptor retrieval
2021-12-10 Stéphane GraberMerge pull request #4047 from brauner/2021-12-10.fixes
2021-12-10 Christian Braunerseccomp: only guard seccomp notify behind HAVE_DECL_SEC...
2021-09-15 Stéphane GraberMerge pull request #3966 from denisfa/improve-bash...
2021-09-15 Stéphane GraberMerge pull request #3963 from brauner/2021-09-03.build
2021-09-03 Christian Braunertree-wide: fix config.h inclusion
2021-09-03 Christian Braunercommands: fix integer comparisons
2021-08-25 Stéphane GraberMerge pull request #3950 from brauner/2021-08-25.list
2021-08-25 Christian Braunerconf: port state_clients to new list type
2021-08-11 Stéphane GraberMerge pull request #3899 from denisfa/master
2021-08-10 Stéphane GraberMerge pull request #3924 from brauner/2021-06-04.io_uring
2021-08-10 Christian Braunermainloop: add io_uring support
2021-08-10 Christian Braunertree-wide: s/lxc_epoll_descr/lxc_async_descr/g
2021-05-04 Stéphane GraberMerge pull request #3825 from brauner/2021-05-04.fixes
2021-05-04 Christian Braunercommands: log at debug not info level when receiving...
2021-04-17 Stéphane GraberMerge pull request #3790 from brauner/2021-04-15.fixes
2021-04-17 Christian Braunercommands: don't needlessly allocate
2021-04-12 Stéphane GraberMerge pull request #3778 from brauner/2021-04-12/fixes
2021-04-07 Stéphane GraberMerge pull request #3775 from brauner/2021-04-07/fixes
2021-04-07 Christian Braunerconfile: make lxc_get_config() and lxc_get_config_net...
2021-02-26 Stéphane GraberMerge pull request #3698 from brauner/2021-02-25/fixes
2021-02-25 Christian Braunertree-wide: replace old systrace logging helpers
2021-02-25 Christian Braunertree-wide: use new logging helpers
2021-02-25 Christian Braunertree-wide: replace remaining instances of syserrno...
2021-02-25 Christian Braunertree-wide: start replacing instances of syserrno()...
2021-02-25 Christian Braunertree-wide: s/syerrno_set()/syserror_set()/g
2021-02-25 Christian Braunercommands: unify fd retrieval commands
2021-02-25 Christian Braunercommands: fix indentation
2021-02-25 Christian Braunercommands: rsp_one_fd_{reap,keep}() and rsp_many_fds_reap()
2021-02-25 Christian Braunercommands: cleanup error handling and variable naming
2021-02-25 Stéphane GraberMerge pull request #3697 from brauner/2021-02-25/fixes
2021-02-25 Christian Braunercommands: port misnamed functions to general style
2021-02-25 Christian Braunercommands: use debug logging
2021-02-25 Christian Braunercommands: improve lxc_cmd_get_tty_fd()
2021-02-25 Christian Braunercommands: rework lxc_cmd_rsp_recv() to make it more...
2021-02-25 Christian Braunercommands: let lxc_cmd() return ssize_t to indicate...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_limit_cgroup2_fd() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_cgroup2_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_limit_cgroup_fd() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_cgroup_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_unfreeze() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_freeze() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_seccomp_notify_add_listener...
2021-02-25 Christian Braunercommands: port lxc_cmd_serve_state_clients() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_console_log() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_add_bpf_device_cgropu() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_add_state_client() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_lxcpath() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_name() to new helpers
2021-02-25 Christian Braunercommands: port lxc_get_tty_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_stop() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_state() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_config_item() to new helpers
2021-02-25 Christian Braunercommands: portlxc_cmd_get_cgroup_path_do() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_clone_flags() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_cgroup_ctx() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_seccomp_notify_fd() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_devpts_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_init_pidfd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_init_pid() to new helpers
2021-02-25 Christian Braunercommands: port lxc_try_cmd() to new helpers
2021-02-25 Christian Braunercommands: s/lxc_cmd_init()/lxc_server_init()/g
2021-02-25 Christian Braunercommands: switch to bool
2021-02-25 Christian Braunercommands: use IN_SET() in lxc_cmd()
2021-02-24 Stéphane GraberMerge pull request #3695 from brauner/2021-02-24/fixes_3
2021-02-24 Christian Braunercommands: ensure that non-NULL and MAX_STATE is always...
2021-02-24 Christian Braunercommands: annotate array argument
2021-02-24 Stéphane GraberMerge pull request #3694 from brauner/2021-02-24/fixes_2
2021-02-24 Christian Braunercommands: s/LXC_CMD_CONSOLE/LXC_CMD_GET_TTY_FD/g
2021-02-24 Christian Braunercommands: add LXC_CMD_GET_CGROUP_FD and LXC_CMD_GET_LIM...
2021-02-24 Christian Braunercommands: extend rsp_one_fd() to also handle additional...
2021-02-24 Christian Braunercommands: set rsp.ret to 0 for lxc_cmd_get_cgroup_ctx_c...
2021-02-24 Christian Braunercommands: add LXC_CMD_GET_CGROUP_FD and LXC_CMD_GET_LIM...
2021-02-24 Christian Braunercommands: s/_LIMITING_/_LIMIT_/g and s/_limiting_/_limit_/g
2021-02-24 Christian Braunercommands: simplify lxc_cmd_get_cgroup_ctx()
2021-02-24 Christian Braunercommands: fix alignment for lxc_cmd_get_cgroup_ctx()
2021-02-24 Christian Braunercommands: tweak return values
2021-02-23 Stéphane GraberMerge pull request #3691 from brauner/2021-02-23/fixes
2021-02-23 Christian Braunercommands: only deref once
2021-02-23 Stéphane GraberMerge pull request #3690 from brauner/2021-02-21/fixes
2021-02-23 Christian Braunercommands: handle old clients for LXC_CMD_GET_CGROUP_CTX
2021-02-23 Stéphane GraberMerge pull request #3689 from brauner/2021-02-21/fixes
2021-02-23 Christian Braunercommands: verify expected file descriptors were sent
2021-02-23 Christian Braunercommands: handle older clients gracefully
2021-02-23 Christian Braunercommands: lxc_cmd_add_state_client_callback()
2021-02-23 Christian Braunercommands: handle older clients elegantly
2021-02-23 Christian Braunercommands: send ENOSYS response
2021-02-23 Christian Braunercommands: introduce LXC_CMD_GET_CGROUP_CTX
2021-02-23 Christian Braunercgroups: allow cgroup fd batch retrieval
2021-02-23 Christian Braunercommands: add LXC_CMD_GET_CGROUP_FD
next