]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2020-10-16  Tom Hromatkaapi.c: Replace hardcoded "/tasks" in delete functions 14/head
2020-10-15  Tom HromatkaMerge pull request #13 from drakenclimber/issues/cgclas...
2020-10-15  Tom Hromatkaapi.c: Verify if a controller is enabled for a v2 cgroup 13/head
2020-10-15  Tom Hromatkaapi.c: Add function to read the cgroup.subtree_control...
2020-10-15  Tom Hromatkaapi.c: Add function to build tasks/procs path
2020-09-09  Tom HromatkaRevert "DO NOT COMMIT"
2020-09-09  Tom HromatkaMerge pull request #11 from drakenclimber/issues/cgcreate
2020-07-29  Tom Hromatkaapi.c: Add cgroup v2 support to cgroup_create_cgroup() 11/head
2020-07-29  Tom Hromatkaapi.c: Add function to recursively manage the cgroup...
2020-07-16  Tom Hromatkaapi.c: Add function to manage the cgroup v2 subtree_con...
2020-07-16  Tom Hromatkaapi.c: Add function to get the cgroup version of a...
2020-07-16  Tom Hromatkaapi.c: Refactor tasks file permissions code into its...
2020-07-16  Tom Hromatkaapi.c: Refactor duplicate logic in cgroup modify and...
2020-07-15  Tom Hromatkatravis: Show the gunit log on failure
2020-07-15  Tom HromatkaDO NOT COMMIT
2020-07-11  Dhaval GianiMerge pull request #8 from kloczek/master
2020-07-11  Koji BuilderParalell build fix #7 8/head
2020-06-16  Tom Hromatkaapi.c: Declare cgroup_process_v2_mnt() as STATIC
2020-06-16  Tom Hromatkaapi.c: Declare cgroup_process_v1_mnt() as STATIC
2020-06-16  Tom Hromatkaapi.c: cgget: cgset: Add cgroup v2 support
2020-06-16  Tom Hromatkaapi.c: Add support for cgroup v2 to cg_test_mounted_fs()
2020-06-16  Tom Hromatkaapi.c: Only stat the cgroup tasks file if it's a v1...
2020-06-16  Tom Hromatkaapi.c: Add cgroup version enumeration
2020-06-16  Tom Hromatkaapi.c: Refactor cgroup v1 logic in cgroup_init()
2020-04-22  Tom HromatkaMerge remote-tracking branch 'upstream/master' into...
2020-04-20  Tom HromatkaREADME: Update the code coverage badge
2020-04-07  Tom Hromatkabootstrap: Update bootstrap to support libcgroup-tests
2020-04-07  Tom Hromatkagit: Add submodule libcgroup-tests
2020-04-07  Tom Hromatkatests: Remove the tests folder from this git repo
2020-04-06  Tom Hromatkatests: Remove the tests folder from this git repo
2020-01-31  Tom HromatkaMerge pull request #5 from drakenclimber/issues/fix_dis... v0.42.1 v0.42.2
2020-01-31  Tom HromatkaMerge pull request #6 from drakenclimber/codereviews...
2020-01-31  Nikola ForróIncrease maximal size of controller values 6/head
2020-01-31  Nikola Forróapi.c: Fix level of failed user/group lookup warnings
2020-01-31  Nikola Forróapi.c: Show warning when tasks file can not be opened
2020-01-31  Nikola Forróapi.c: Preserve dirty flag when copying controller...
2020-01-31  Nikola Forróapi.c: Fix potential buffer overflow
2020-01-31  Nikola Forróapi.c: Fix order of memory subsystem parameters generat...
2020-01-13  Tom Hromatkatests: Fix test failure on Fedora 30 5/head
2020-01-13  Tom Hromatkaautotools: gtest: Distribute the googletest *.so files
2020-01-10  Dhaval GianiRelease v0.42 v0.42
2020-01-10  Dhaval GianiMerge pull request #4 from drakenclimber/issues/fixdistzip
2020-01-10  Tom Hromatkatests: Ship the functional test files 4/head
2020-01-10  Tom Hromatkagtest: Cleanup gtest make targets
2020-01-10  Tom Hromatkabootstrap: Actually build gtest
2020-01-10  Dhaval GianiMerge pull request #3 from drakenclimber/issues/release...
2020-01-10  Tom Hromatkadoc: Add release process for github 3/head
2020-01-10  Dhaval GianiMerge branch 'issues/fix_warnings2' of git://github...
2020-01-08  Tom Hromatkawrapper.c: Fix potentially unterminated strings 2/head
2020-01-08  Tom Hromatkawrapper.c: Fix buffer not null terminated Coverity...
2020-01-08  Tom Hromatkaapi.c: Fix double free in cgroup_create_template_group()
2020-01-08  Tom Hromatkaconfig.c: Silence Coverity warning about unterminated...
2020-01-08  Tom Hromatkacgrulesengd: Fix Coverity warnings about a socket leak
2020-01-08  Tom Hromatkaconfig.c: Fix Coverity warning about uninitialized...
2020-01-08  Tom Hromatkaapi.c: Fix string truncation warning
2020-01-08  Tom Hromatkaapi.c: Fix string truncation warning
2020-01-08  Tom Hromatkaapi.c: Fix string truncation warning
2020-01-08  Tom Hromatkaapi.c: Fix warning caused by misplaced const keyword
2020-01-08  Tom Hromatkaapi.c: Fix warning caused by misplaced const keyword
2020-01-08  Tom Hromatkaapi.c: Fix warning caused by misplaced const keyword
2020-01-08  Tom Hromatkacgrulesengd: Fix improper indentation warning
2020-01-08  Nikola Forróparse.y: Fix type declaration for group_name
2020-01-03  DhavalTag new release 0.42.rc1 v0.42.rc1
2019-12-12  Tom Hromatka tests: Add unit tests for cgroup_compare_wildcard_proc...
2019-12-12  Tom Hromatkacgrulesengd: Add wildcard matching for process names
2019-12-12  Tom Hromatkatests: Add unit tests for cgroup_compare_ignore_rule()
2019-12-12  Tom Hromatkaapi.c: Add logic to process ignore rules
2019-12-12  Tom Hromatkatests: Add unit tests for cg_get_cgroups_from_proc_cgro...
2019-12-12  Tom Hromatkaapi.c: Add function to read /proc/{pid}/cgroup
2019-12-12  Tom Hromatkatests: Add unit tests for cgroup_parse_rules_options()
2019-12-12  Tom Hromatkaapi.c: Add options field for rules defined in cgrules...
2019-12-12  Tom Hromatkaapi: Increase MAX_MNT_ELEMENTS to 16
2019-12-12  Tom Hromatkatests: Add STATIC and UNIT_TEST definitions to automake...
2019-10-24  Tom HromatkaREADME: Add README.md
2019-10-08  Tom Hromatkatests: Gather code coverage data after a successful...
2019-10-08  Tom Hromatkatests: Switch to using LXD for functional tests
2019-10-08  Tom Hromatkatests: Add Travis CI yaml configuration file
2019-10-08  Tom Hromatkatests: Disable the legacy tests
2019-10-08  Tom Hromatkatests: Use python3 in the functional tests
2019-10-08  Tom Hromatkatests: Fix inconsistent return value in functional...
2019-10-08  Tom Hromatkatests: Fix errors in functional test error path handling
2019-10-08  Tom Hromatkatests: Improve the unit test framework integration...
2019-09-17  Tom Hromatkatests: Add functional test for basic cgget operations
2019-09-17  Tom Hromatkatests: Add functional test suite
2019-09-17  Tom Hromatkatests: Add functional test LXC container class
2019-09-17  Tom Hromatkatests: Add functional test cgroup class
2019-09-17  Tom Hromatkatests: Add functional test run class
2019-09-17  Tom Hromatkatests: Add functional test logging class
2019-09-17  Tom Hromatkatests: Add functional test folder
2019-09-17  Dhaval GianiAdd googletest/ to .gitignore
2019-06-12  Michal Koutnýcgrulesengd: Do not ignore changes of short-lived processes
2019-05-30  Dhaval GianiChange googletest to the https URL
2019-05-30  Tom Hromatkatests: Add unit tests for cg_build_path()
2019-05-30  Tom Hromatkatests: Add googletest unit test framework
2019-01-16  Tom Hromatkacgset: fix misleading error message
2018-11-23  Nikola ForróFix issues discovered by Coverity scan
2018-11-23  Nikola Forróapi.c: always move all tasks of a process to a cgroup
2018-10-12  Balbir SinghAdd support for nosuid, noexec and nodev
2018-07-25  Michal Hockocgrulesengd: remove umask(0)
2015-12-09  Nikola Forróapi.c: change cgroup of every thread of a process
next