]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2025-01-10  Kamalesh Babulallibcgroup.map: include cgroup_get_cgroup_name release-3.1
2024-01-17  Kamalesh Babulalman: update cgconfig.conf with systemd settings
2024-01-17  Kamalesh Babulalftests/081: add support for cgroup hybrid mode
2024-01-03  dependabot... RFE: Bump actions/upload-artifact from 3 to 4
2024-01-03  dependabot... RFE: Bump github/codeql-action from 2 to 3
2024-01-03  dependabot... RFE: Bump actions/setup-python from 4 to 5
2023-12-07  Kamalesh Babulalapi: export cgroup_is_systemd_enabled()
2023-12-07  Kamalesh Babulalftests/088: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/086: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/085: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/084: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/079: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/078: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/071: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/070: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/069: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/068: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/067: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/066: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/065: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/064: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/063: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/062: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/061: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/060: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/059: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/058: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/050: skip test on non-systemd configuration
2023-12-07  Kamalesh Babulalftests/049: skip test on non-systemd configuration
2023-12-07  Tom Hromatkaftests/systemd: add method to check if systemd support
2023-12-07  Tom Hromatkapython: Introduce is_systemd_enabled()
2023-12-07  Tom Hromatkapython: compile systemd support by default
2023-12-07  Kamalesh Babulalinclude/Makefile: install systemd.h by default
2023-12-07  Kamalesh Babulalsrc/Makefile: compile systemd support by default
2023-12-07  Tom Hromatkasystemd: add cgroup_is_systemd_enabled() helper
2023-12-07  Kamalesh Babulalsystemd: add function stubs for non-systemd
2023-12-07  Kamalesh Babulaltools/lscgroup: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgxset: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgxget: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgset: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgget: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgexec: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgdelete: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgcreate: guard systemd default delegate slice
2023-12-07  Kamalesh Babulaltools/cgclassify: guard systemd default delegate slice
2023-10-13  dependabot... RFE: Bump actions/checkout from 3 to 4
2023-10-13  dependabot... RFE: Bump redhat-plumbers-in-action/differential-shellc...
2023-08-04  Tom Hromatkagithub: Add a job to build libcgroup w/ systemd disabled
2023-08-04  Tom Hromatkapython: Surround systemd code with m4 conditionals
2023-08-04  Tom Hromatkasamples: Wrap systemd samples with WITH_SYSTEMD automak...
2023-08-04  Tom Hromatkaftests: Fix erroneous calls to log_error()
2023-08-04  Kamalesh Babulalconfigure.ac: add check for systemd library and header...
2023-07-28  Tom Hromatkaconfigure: Roll version to 3.1.0 v3.1.0
2023-07-28  Tom Hromatkatests: Delete test 066's config file
2023-07-28  Tom Hromatkadoc: update release-github.md
2023-07-25  Tom Hromatkacgsnapshot: Fix compiler truncation warning
2023-07-19  Kamalesh Babulalman/cgred.conf: fix spelling of --nodaemon option
2023-07-19  Kamalesh Babulalapi.c: fix unused variable in cgroup_parse_rules_file()
2023-07-19  Kamalesh Babulaltools/cgsnapshot: fix string null terminate in parse_co...
2023-07-19  Tom Hromatkapython: Rename __set_default_systemd_cgroup()
2023-07-19  Kamalesh Babulalsrc/api.c fix TOCTOU in cg_mkdir_p()
2023-07-17  Kamalesh Babulalsrc/api.c: fix TOCTOU in cg_get_procname_from_proc_cmdl...
2023-07-17  Kamalesh Babulalsrc/api.c: fix TOCTOU in cgroup_get_cgroup()
2023-07-17  Kamalesh Babulaltools/cgxget: fix TOCTOU in fill_empty_controller()
2023-07-17  Kamalesh Babulaltools/cgget: fix TOCTOU in fill_empty_controller()
2023-07-17  Kamalesh Babulaltools: cgconfig/cgrulesengd - skip parsing non .conf...
2023-07-17  Kamalesh Babulalapi: cg_move_task_files() - rearrange code to avoid...
2023-07-12  Kamalesh Babulalpython: libcgroup.pyx - fix lines, spaces lint warnings
2023-07-12  Kamalesh Babulalpython: libcgroup.pyx - remove non-Python constructs
2023-07-12  Kamalesh Babulalpython: libcgroup.pyx - remove unused import
2023-07-12  Kamalesh Babulalpython: remove unused var in Cgroup::add_controller()
2023-07-12  Kamalesh Babulalpython: add cython-lint configuration file
2023-07-07  Kamalesh Babulaltools/cgxset: fix unused value in main
2023-07-07  Kamalesh Babulaltools/cgxget: fix unused value in main
2023-07-05  Kamalesh Babulalapi: fix missing goto in cgroup_get_current_controller_...
2023-07-05  Tom Hromatkacgsnapshot: Fix possible non-null-terminated array
2023-07-05  Tom Hromatkasamples: Fix coverity warning in systemd C example
2023-07-05  Tom Hromatkasamples: Fix coverity warning in systemd C example
2023-07-05  Tom Hromatkaftests: skip test 002 on legacy, containerized test...
2023-07-05  Tom Hromatkaftests: Retry run() command after websocket failure
2023-07-03  Kamalesh Babulaltools/cgclassify: fix controller overflow array range
2023-07-03  Kamalesh Babulalpython: remove unused var in Cgroup::add_setting()
2023-07-03  Tom Hromatkasamples: Add automake files for the cmdline directory
2023-07-03  Tom Hromatkasamples: Add a python example that creates a systemd...
2023-07-03  Tom Hromatkaftests: Rework test 071 to use cgroup_write_systemd_def...
2023-07-03  Tom Hromatkapython: Add support for NULL controllers[] in get_proce...
2023-07-03  Tom Hromatkapython: Add cgroup v1 support to move_process()
2023-07-03  Tom Hromatkapython: Add method to clear the default slice/scope
2023-07-03  Tom Hromatkapython: Add bindings for cgroup_write_systemd_default_c...
2023-07-03  Tom Hromatkapython: Add bindings for cgroup_set_default_logger()
2023-06-28  Adriaan Schmidtfix: malloc size off-by-one in cgroup_process_v2_mnt
2023-06-28  Tom Hromatkacgcreate: cgget: Fix help spacing
2023-06-26  Kamalesh Babulalapi: fix build warning
2023-06-23  Kamalesh Babulalapi: add ret value check in cgroup_get_current_controll...
2023-06-21  Kamalesh Babulalcgcreate: fix null pointer dereference in create_system...
2023-06-21  Kamalesh Babulaltools/cgexec: fix uninitialized variable in find_scope_...
2023-06-21  Kamalesh Babulaltools/cgexec: fix memory leak in find_scope_pid()
2023-06-21  Kamalesh Babulalman: cgclassify: document -r option
2023-06-21  Kamalesh Babulalftests: add test to replace scope idle_thread using...
2023-06-21  Kamalesh Babulalftests: add support to replace idle_thread of systemd...
next