]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2023-02-16  Tom HromatkaREADME: Fix CodeQL Badge
2023-02-16  Kamalesh Babulalman: document cgexec's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgclassify's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgcreate's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgxset's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgxget's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgdelete's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgset's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgget's -b (systemd) option
2023-02-16  Kamalesh Babulalman: document cgget's -m option
2023-02-15  Kamalesh Babulalpybindings: Fix a build warning on Fedora
2023-02-10  dependabot... RFE: Bump redhat-plumbers-in-action/differential-shellc...
2023-02-10  Kamalesh Babulalftests: Add a test to validate cgx{get,set} systemd...
2023-02-10  Kamalesh Babulalftests: Add a test to validate cgx{get,set} systemd...
2023-02-10  Kamalesh Babulalftests: Add a test to validate cgexec's systemd options...
2023-02-10  Kamalesh Babulalftests: Add a test to validate cgexec's systemd options...
2023-02-10  Kamalesh Babulalftests: Add a test to validate cgclassify's systemd...
2023-02-10  Kamalesh Babulalftests: Add a test to validate cgclassify's systemd...
2023-02-10  Kamalesh Babulalftests: Add to test to validate cgset's systemd options...
2023-02-10  Tom Hromatkaftests: Add to test to validate cgset's systemd options...
2023-02-10  Kamalesh Babulalftests: Add a test to validate cgget's systemd options...
2023-02-10  Tom Hromatkaftests: Add a test to validate cgget's systemd options...
2023-02-10  Kamalesh Babulalftests: Add a test to validate systemd configurations
2023-02-10  Kamalesh Babulaltests/systemd - Add more helpers for cgroup delegation
2023-02-10  Kamalesh Babulaltests/cgroup - Add more helpers for cgroup delegation
2023-02-10  Tom Hromatkaftests: Add ignore_systemd support to the CLI tools
2023-02-10  Kamalesh Babulaltests/cgroup: Add None as controller get_controller_mou...
2023-02-10  Kamalesh Babulaltools/cgexec: add support for default systemd delegatio...
2023-02-10  Kamalesh Babulaltools/cgclassify: add support for default systemd deleg...
2023-02-10  Kamalesh Babulaltools/lscgroup: add support for default systemd delegat...
2023-02-10  Kamalesh Babulaltools/cgcreate: add support for default systemd delegat...
2023-02-10  Kamalesh Babulaltools/cgxset add support for default systemd delegation...
2023-02-10  Kamalesh Babulaltools/cgxget: add support for default systemd delegatio...
2023-02-10  Kamalesh Babulaltools/cgdelete: add support for default systemd delegat...
2023-02-10  Kamalesh Babulaltools/cgset: add support for default systemd delegation...
2023-02-10  Kamalesh Babulaltools/cgget: add support for default systemd delegation...
2023-02-10  Kamalesh Babulaltools/Makefile: add WITH_SYSTEMD CFLAGS
2023-02-10  Kamalesh BabulalAPI: add cgroup_set_default_systemd_cgroup()
2023-02-10  Kamalesh Babulalsamples/config: add a sample systemd delegation configu...
2023-02-10  Kamalesh Babulalapi: cg_build_path_locked() - support default systemd...
2023-02-10  Kamalesh Babulalconfig: Support systemd's slice/scope creation/delegati...
2023-02-10  Kamalesh Babulalapi.c: cg_build_path_locked() - work around snprintf...
2023-02-07  Tom Hromatkagithub: Add dependency checker action
2023-02-07  Tom Hromatkagithub: README: Update code quality analysis
2023-02-07  Kamalesh Babulaltests/gunit: Extend the fuzzer to test cgroup_new_cgroup()
2023-02-07  Kamalesh Babulalwrapper: fix segfault in cgroup_new_cgroup()
2023-02-02  Tom Hromatkagithub: Update actions to remove warnings
2023-02-02  Tom Hromatkagithub: Update to checkout@v3
2023-01-31  Kamalesh Babulaltests/gunit: Add a simple fuzzer
2023-01-31  Kamalesh Babulalapi: fix segfault in cgroup_set_permissions()
2023-01-27  Tom Hromatkagithub: Roll back distcheck and v1 functests to Ubuntu...
2023-01-27  Tom Hromatkaftests: Add a test to exercise invalid systemd parameters
2023-01-27  Tom Hromatkaftests: Add a test for creating a systemd scope
2023-01-27  Tom Hromatkaftests: Add method to determine if a controller is...
2023-01-27  Tom Hromatkapython: Add python bindings for cgroup_create_scope2()
2023-01-27  Tom Hromatkaftests: Add a test for setting permissions
2023-01-27  Tom Hromatkaftests: Add a test for setting permissions
2023-01-27  Tom Hromatkaftests: Add a test for set uid/gid
2023-01-27  Tom Hromatkaftests: Add a test for set uid/gid
2023-01-27  Tom Hromatkaftests: Change util get uid/gid functions to return...
2023-01-27  Tom Hromatkapython: Add python bindings for setting permissions...
2023-01-27  Tom Hromatkasystemd: Add cgroup_create_scope2()
2023-01-27  Tom Hromatkaftests: Rename test 050
2023-01-24  Kamalesh Babulalftests: Add recursive cgdelete function test on shared...
2023-01-24  Kamalesh Babulaltests-047: adopt the change to cgroup_delete_cgroup_ext()
2023-01-24  Kamalesh Babulalsrc/api: Fix cgroup_delete_cgroup_ext() on shared mount...
2023-01-20  Tom Hromatkadoc: Update the github release process
2023-01-13  Tom Hromatkaftests/cgroup.py: add support to list shared mount...
2023-01-13  Khem Rajapi: Use GNU strerror_r when available
2023-01-11  Kamalesh Babulaltools/cgxset: fix help/usage formatting
2023-01-11  Kamalesh Babulalftests/ftests.py: fix lint warning
2023-01-11  Kamalesh Babulalftests/cgroup.py: fix lint warning
2023-01-06  Tom Hromatkaftests: Add a test for cgroup_attach_task_pid()
2023-01-06  Tom Hromatkaftests: Add a test for cgroup_attach_task()
2023-01-06  Tom Hromatkapython: Add python bindings for cgroup_attach_task*()
2023-01-06  Tom Hromatkaftests: Add a test for cgroup_get_cgroup()
2023-01-06  Tom Hromatkapython: Add python bindings for several functions
2023-01-06  Tom Hromatkaapi: Add functions for iterating through the cgroup...
2023-01-06  Tom Hromatkacgsnapshot: Close tags in output file on errors
2023-01-06  Kamalesh Babulaltools/cgsnapshot: limit the controller to search to...
2023-01-06  Tom Hromatkaapi: cgroup_get_cgroup() populate the controller list...
2023-01-06  Kamalesh Babulalgunit/test-015: Populate subtree_control for leaf cgroup
2023-01-06  Kamalesh Babulalgunit/test-012: Create subtree_control for leaf cgroup
2023-01-06  Kamalesh Babulalapi: cgroup v2 – read subtree_control of the leaf node
2023-01-06  Kamalesh Babulalapi: cgroup v2 – enable controller at the leaf node
2023-01-03  Kamalesh Babulaltools/cgxset: fix the tool name in the description
2023-01-03  Kamalesh Babulaltools/cgxget: replace cgget with cgxget
2022-12-19  Kamalesh Babulalapi.c: fix segfault in cgroup_attach_task_pid()
2022-12-19  Balbir singhTrival: Fix warning in strncmp
2022-12-06  Kamalesh Babulalworkflows/ci: rename package lxd to lxd-installer
2022-11-01  Tom Hromatkaftests: Add python files to the Makefile.am EXTRA_DIST...
2022-11-01  Tom Hromatkaftests: Add a test to create a systemd scope
2022-11-01  Tom Hromatkaftests: Add a test to create a systemd scope
2022-11-01  Tom Hromatkaftests: Add support for running 'sudo' suite of tests
2022-11-01  Tom Hromatkaftests: Add systemd class
2022-11-01  Tom Hromatkabootstrap: Enable python and systemd by default
2022-11-01  Tom Hromatkapython: systemd: Add python bindings to create a system...
2022-11-01  Tom Hromatkasystemd: Add function to create a systemd scope
2022-10-31  Kamalesh Babulalgithub/workflows/continuous-intergation: Adopt SPDX...
2022-10-31  Kamalesh Babulalgithub/actions/setup-libcgroup: Adopt SPDX License tag
next