]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2026-03-19  Kamalesh Babulalconfig: pass NULL when probing systemd default cgroup main
2026-03-19  Kamalesh Babulaltools/cgxget: free temporary conversions on failure...
2026-03-19  Kamalesh Babulaltools/cgxget: free cgrp_list array
2026-03-19  Kamalesh Babulaltools/cgxget: create cgroup before growing pointer...
2026-03-19  Kamalesh Babulaltools/cgxget: free controller tokens and revert cgroup...
2026-03-19  Kamalesh Babulaltools/cgget: free cgrp_list array
2026-03-19  Kamalesh Babulaltools/cgget: create cgroup before growing pointer list
2026-03-19  Kamalesh Babulaltools/cgget: free controller tokens and revert cgroup...
2026-03-19  Kamalesh Babulalapi: leave room for NUL in cgroup_get_procs()
2026-03-19  Kamalesh Babulalftests/999: tidy config writes and stress paths
2026-03-19  Kamalesh Babulalftests/077: drop unused global and fix list sorting
2026-03-19  Kamalesh Babulalftests/process: satisfy E721 in Process.kill()
2026-03-19  Kamalesh Babulalftests/cgroup: satisfy E721 in Cgroup.exists()
2026-03-11  Kamalesh Babulaltests/ftests: speed up is_output_same() line compare...
2026-03-11  Kamalesh Babulalsrc/config: free namespace table on success and failure
2026-03-10  Kamalesh Babulalsamples/test_functions: terminate stack buffers
2026-03-10  Kamalesh Babulalsamples/read_stats: terminate cgrp_path buffers
2026-03-10  Kamalesh Babulaltools/cgxget: terminate cgroup names after strncpy()
2026-03-10  Kamalesh Babulaltools/cgget: terminate cgroup names after strncpy()
2026-03-10  Kamalesh Babulalsrc/api: terminate controller copies in cgroup_copy_con...
2026-03-10  Kamalesh Babulalsrc/config: terminate config_insert_cgroup() names
2026-03-10  Kamalesh Babulalsrc/api: terminate strings in cg_read_stat()
2026-03-10  Kamalesh Babulalgunit/012: free cgroups after create_cgroup tests
2026-03-10  Kamalesh Babulalgunit/003: free controller lists returned by cg_get_cgr...
2026-03-10  Kamalesh Babulalgunit/006: fix ASan leak by calling cgroup_free()
2026-03-10  Kamalesh Babulalgunit/017: release fuzz cgroups during test cleanup
2026-03-10  Kamalesh Babulalgunit/008: reset v2 mount and free duplicate mounts
2026-03-10  Kamalesh Babulalgunit/009: free ctrlr values in recursive set-values...
2026-03-10  Kamalesh Babulalsystemd,cgcreate: use strchr() to find the slice/scope...
2026-03-10  Kamalesh Babulalftests: Remove unnecessary use of global in Log::log()
2026-03-10  Kamalesh Babulalftests: Remove unnecessary use of global in run_tests()
2026-03-10  Kamalesh Babulalftests/077: Remove unnecessary use of global in teardown()
2026-03-10  Kamalesh Babulalftests/068: Remove unnecessary use of global in teardown()
2026-03-10  Kamalesh Babulalftests/067: Remove unnecessary use of global in teardown()
2026-03-10  Kamalesh Babulalftests/066: Remove unnecessary use of global in teardown()
2026-03-10  Kamalesh Babulalftests/065: Remove unnecessary use of global in teardown()
2026-03-10  Kamalesh Babulalftests/058: Remove unnecessary use of global in teardown()
2026-03-10  Kamalesh Babulalftests/050: Remove unnecessary use of global in teardown()
2026-03-10  Tom Hromatkaapi: Fix unsafe call to strncat in cgroup_get_procs...
2026-01-08  Tomas Fabrizio... docs: update -a flag to match uid:gid order
2026-01-08  Mikhail Dmitrichenkosrc/api.c: potential null ptr deref in cg_get_cgroups_f...
2026-01-08  Mikhail Dmitrichenkosrc/api.c: prevent potential null ptr deref in cgroup_f...
2025-08-14  Александр Ушаковsrc/lex.l: fix pointer overflow in yylex()
2025-08-13  Mikhail Dmitrichenkosrc: make CGRP_RULE_MAXLINE include CG_OPTIONS_MAX
2025-08-13  Kamalesh Babulalftests/009: Fix duplicate check
2025-08-13  Kamalesh Babulaltests/gunit: disable execution with --gtest_shuffle
2025-08-01  Tom Hromatkagithub: Add clang workflow
2025-08-01  Tom Hromatkacgclassify: Fix clang warnings
2025-08-01  Tom Hromatkacgexec: Fix clang warnings
2025-08-01  Tom Hromatkacgxget: Fix clang warning
2025-08-01  Tom Hromatkaapi: Fix clang warning
2025-08-01  Tom Hromatkaapi: Fix clang warnings
2025-08-01  Tom Hromatkaapi: Fix clang warning
2025-08-01  Tom Hromatkaapi: Fix clang warning
2025-08-01  Tom Hromatkaapi: Fix clang warning
2025-08-01  Tom Hromatkaapi: Fix clang warning
2025-07-14  Kamalesh Babulalftests/cgroup: Add timeout to cgrulesengd
2025-07-09  Kamalesh Babulalftests: Fix false positive in 013 testcase
2025-07-09  Kamalesh Babulalftests: Fix false positive in 010 testcase
2025-07-09  Kamalesh Babulalftests/090: Enable cpuset for root.cgroup.subtree_contr...
2025-07-09  Kamalesh Babulalftests/013: Extend the stress to test pids.events.local...
2025-07-09  Kamalesh Babulalftests/consts: Add new output to pids list
2025-06-16  Mikhail Dmitrichenkoapi.c: prevent array out-of-bounds access in cgroup_par...
2025-06-16  Mikhail Dmitrichenkoapi.c: prevent array out-of-bounds access in cgroup_cre...
2025-06-16  Kamalesh Babulalftests/run.py: terminate processes that exceed timeout
2025-06-16  Teodor Milkovsrc/config: Fix segfault while using templates
2025-06-16  Kamalesh Babulalftests/utils: add get_distro() to detect Linux distribution
2025-06-16  Kamalesh Babulalsrc: Bump MAX_MNT_ELEMENTS for new 'dmem' controller
2025-05-23  Sam Jamestests: fix checking wrong result in 017-API_fuzz_test
2025-05-23  Sam Jamessrc: handle NULL options in cgroup_parse_rules_options
2025-04-25  Tom Hromatkaftests: Add a test for the memory abstraction layer
2025-04-25  Tom Hromatkaabstraction-map: Add memory controller abstractions
2025-04-15  Kamalesh Babulaldoc/release: add step to push to release branch
2025-04-10  Tom Hromatkagithub: dist: Rework the unit tests v3.2.0
2025-04-10  Tom Hromatkagithub: dist: Rework the automated functional tests
2025-04-10  Tom Hromatkagithub: Delete cgroup v1 workflows
2025-04-08  Ivaylo Dimitrovsrc/daemon/cgrulesengd: Correctly check for ENOBUFS...
2025-04-02  Tom Hromatkagoogletest: Update to use version 1.2.0
2025-04-02  Tom Hromatkagunit: Promote namespaces in test 001 and 013 to heap...
2025-04-02  Tom Hromatkaftests: Don't run test 089 in a container
2025-04-02  Tom Hromatkaftests: Retry getting pid of sleep process
2025-04-01  Kamalesh Babulaltools/cgsnapshot: Fix Coverity uninitialized variable...
2025-03-28  Tom Hromatkadoc: Add documentation for cgrules' options
2025-03-28  Tom Hromatkaftests: Fix test 005 on Cgroup v2 Ubuntu22
2025-02-19  Tom HromatkaREADME: Fix Github Actions Continuous Integration badge
2025-02-19  Tom Hromatkaall: Add THIRD_PARTY_LICENSES.txt
2025-02-13  Kamalesh Babulalman: cgrules.conf - update rule fields allowed characters
2025-02-13  Tom Hromatkagunit: Add unit tests for get_next_rule_field()
2025-02-13  Kamalesh Babulalcgrules: add support for process/dest cgroups with...
2025-01-31  Kamalesh Babulaltools-common.c: Fix resource leak in cgroup_string_list...
2025-01-27  Kamalesh Babulalconfig: Fix data race reported in cgroup_config_insert_...
2025-01-24  Kamalesh Babulalsrc/config: Fix data race reported by Coverity
2025-01-16  Aaron Tomlinapi: Add extra debugging when matching rule to a group
2025-01-16  Tom Hromatkaapi: log: Add cgroup_get_loglevel()
2025-01-14  Kamalesh Babulalcgconfig: update cgroup mount paths
2025-01-13  Kamalesh Babulalftests/consts.py: Add more cpu controller output (v2)
2025-01-13  Tom Hromatkagithub: Ignore unused data errors in lcov
2025-01-13  Tom Hromatkagithub: Revert to Ubuntu 22.04 (from latest) for cgroup...
2025-01-10  Kamalesh Babulallibcgroup.map: include cgroup_get_cgroup_name
2024-12-06  lipengyucgconfig: Add support for multiple controllers on the...
next