]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2020-11-02  Tom Hromatkaftests: Add support for cgclassify to Cgroup class
2020-11-02  Tom Hromatkaftests: Add a method to get a controller's cgroup version
2020-10-28  Tom Hromatkaftests: Cleanup printing of test timing
2020-10-28  Tom Hromatkaftests: Increase the display width for printing test...
2020-10-28  Tom Hromatkaftests: Add symlink to sed
2020-10-28  Tom Hromatkaftests: Remove unused config files
2020-10-22  Tom HromatkaMerge pull request #3 from drakenclimber/issues/cgdelete
2020-10-16  Tom Hromatkaftests: Add recursive cgdelete functional test
2020-10-15  Tom HromatkaMerge pull request #2 from drakenclimber/issues/cgclassify
2020-09-23  Tom Hromatkagunit: Add unit tests for cgroupv2_controller_enabled()
2020-09-23  Tom Hromatkagunit: Add unit tests for cgroupv2_get_subtree_control()
2020-09-23  Tom Hromatkagunit: Add unit tests for cgroup_build_tasks_procs_path()
2020-09-09  Tom HromatkaMerge pull request #1 from drakenclimber/issues/cgcreate
2020-07-30  Tom Hromatkagunit: Add unit tests for cgroup_create_cgroup()
2020-07-30  Tom Hromatkagunit: Add unit tests for cgroupv2_subtree_control()
2020-07-30  Tom Hromatkatests: Set cgroup version in test 006
2020-07-30  Tom Hromatkagunit: Add unit tests for cgroup_chown_chmod_tasks()
2020-07-30  Tom Hromatkagunit: Add unit tests for cgroup_set_values_recursive()
2020-06-02  Tom Hromatkagunit: Add unit tests for cgroup_process_v2_mnt()
2020-05-07  Tom Hromatkagunit: Add unit tests for cgroup_process_v1_mnt()
2020-04-20  Tom Hromatkatests: Add unit tests for cgroup_get_cgroup()
2020-04-07  Tom Hromatkagit: Moved the tests to the root directory
2020-04-07  Tom Hromatkagit: folder re-organization
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
2015-12-09  Nikola Forróapi.c: fix infinite loop
2014-09-15  Jan Chaloupkaapi.c: support for setting multiline values in control...
2014-09-08  Jan Chaloupkaparse.y: extending cgroup names with "default"
2014-08-15  Ivana Hutarova... documentation: add examples to man pages
2014-07-31  Anton Khirnovcgroup_config_create_template_group: fix inverted error...
2014-07-31  Ivana Hutarova... cgcreate: use "*" character as a meta character for...
2014-07-31  Ivana Hutarova... api.c: add cgroup_add_all_controllers function
next