]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2021-03-01  Tom HromatkaMakefile: Run code coverage on the daemon folder 27/head
2021-03-01  Tom HromatkaMerge pull request #26 from drakenclimber/issues/cgget...
2021-03-01  Tom Hromatkacgget: Major refactor 26/head
2021-03-01  Tom Hromatkawrapper.c: Add support for empty values in cgroup_add_v...
2021-03-01  Tom Hromatkaapi.c: Expose cgroup_test_subsys_mounted() to users...
2021-03-01  Tom Hromatkaapi.c: Expose cgroup_fill_cgc() to users of libcgroup.la
2021-03-01  Tom Hromatkaapi: Expose cg_build_path_locked() to users of libcgroup.la
2021-03-01  Tom HromatkaMerge pull request #10 from drakenclimber/issues/cgget...
2021-03-01  Tom Hromatkaftests: Add pydoc documentation to Cgroup.get()
2021-03-01  Tom Hromatkaftests: Add cgget invalid parameter test
2021-03-01  Tom Hromatkaftests: Add cgget '-a' test
2021-03-01  Tom Hromatkaftests: Add multiline cgget test
2021-03-01  Tom Hromatkaftests: Add cgget test with multiple '-g' flags
2021-03-01  Tom Hromatkaftests: Add cgget test with multiple '-r' flags and...
2021-03-01  Tom Hromatkaftests: Add cgget test with '-r' flag and two cgroups
2021-03-01  Tom Hromatkaftests: Add cgget test with '-g' <controller>:<cgroup...
2021-03-01  Tom Hromatkaftests: Add cgget test with '-g' <controller> flag
2021-03-01  Tom Hromatkaftests: Add cgget test with multiple '-r' flags
2021-03-01  Tom Hromatkaftests: Add support for getting cgget help string
2021-03-01  Tom Hromatkaftests: Throw an exception if len(stderr) > 0
2021-03-01  Tom Hromatkaftests: Clean up handling of bytes vs string
2021-03-01  Tom HromatkaMerge pull request #9 from drakenclimber/issues/cgrules5
2021-03-01  Tom Hromatkaftests: Add cgroup v2 cgrules test
2021-03-01  Tom Hromatkaftests: Add cgroup v1 cgrules test
2021-03-01  Tom Hromatkaftests: Clean up a few exceptions
2021-03-01  Tom Hromatkaftests: Add support for getting a process' cgroups
2021-03-01  Tom Hromatkaftests: Add cgrulesengd support to the Cgroup class
2021-03-01  Tom HromatkaMerge pull request #25 from drakenclimber/issues/nocont...
2021-03-01  Tom Hromatkagithub: Log the results of the non-containerized tests 25/head
2021-03-01  Tom HromatkaMerge pull request #8 from drakenclimber/issues/nocontainer
2021-02-25  Tom HromatkaMerge pull request #23 from drakenclimber/issues/21
2021-02-25  Tom Hromatkaapi.c: Fix erroneous error handling in cgroup_set_value... 23/head
2021-02-25  Tom HromatkaMerge pull request #7 from drakenclimber/issues/21
2021-02-25  Tom Hromatkagunit: Update test 009 to better test dirty flag
2021-02-03  Tom Hromatkaftests: Add a script to run the non-containerized tests
2021-02-03  Tom Hromatkaftests: Add permissions support to cgsnapshot parsing
2021-02-03  Tom Hromatkaftests: Make the Process() class instantiable
2021-02-03  Tom Hromatkaftests: Ensure the deny list file exists
2021-02-03  Tom Hromatkaftests: Use sudo for many cgroup commands when not...
2021-02-03  Tom Hromatkaftests: Test 004 must be run within a container
2021-02-03  Tom Hromatkaftests: Add --container and --no-container flags
2020-12-24  Tom Hromatkaftests: Fix failure cause when multiple tests don't...
2020-12-23  Tom Hromatkagithub: Always display test logs
2020-12-23  Tom HromatkaMerge pull request #19 from drakenclimber/issues/cgsnap...
2020-12-23  Tom HromatkaMerge pull request #6 from drakenclimber/issues/cgsnapshot2
2020-12-23  Tom Hromatkacgsnapshot: Replace hardcoded "tasks" file 19/head
2020-12-23  Tom Hromatkaapi.c: Export cgroup_build_tasks_procs_path()
2020-12-18  Tom Hromatkaftests: Add cgroup v2 cgsnapshot test
2020-12-17  Tom Hromatkaftests: Add cgroup v1 cgsnapshot test
2020-12-17  Tom Hromatkaftests: Add support for cgsnapshot
2020-12-17  Tom Hromatkaftests: Make the Cgroup class instantiable
2020-12-17  Tom Hromatkaftests: Add a cgroup controller class
2020-12-17  Tom Hromatkaftests: Add a utilities file and an indent() function
2020-12-17  Tom Hromatkaftests: Move cgroup version enums to their own class
2020-12-17  Tom Hromatkagithub: Display ftests.sh.log in the CI GUI
2020-12-17  Tom HromatkaMerge pull request #18 from drakenclimber/issues/betterlogs
2020-12-17  Tom HromatkaMerge pull request #5 from drakenclimber/issues/betterlogs
2020-12-17  Tom Hromatkagithub: Improve logging and reporting 18/head
2020-12-17  Tom Hromatkaftests: Invoke ftests.sh in Makefile.am
2020-12-15  Tom HromatkaREADME.md: Update the coveralls badge
2020-12-15  Tom HromatkaMerge pull request #17 from drakenclimber/issues/github...
2020-12-15  Tom HromatkaREADME.md: Transition from Travis CI to Github Actions 17/head
2020-12-15  Tom Hromatkagithub: Add continuous integration Github workflow
2020-12-15  Tom Hromatkagithub: Add a Github Action to setup the libcgroup...
2020-12-15  Tom Hromatkatravis: Disable Travis CI
2020-11-23  Tom HromatkaMerge pull request #16 from drakenclimber/issues/ftests...
2020-11-23  Tom HromatkaMerge pull request #4 from drakenclimber/issues/ftests_cgv2
2020-11-18  Tom Hromatkaftests: Add a cgroup v2 basic cgget test
2020-11-03  Tom Hromatkaftests: Rename Test 001 to denote it is cgroup v1 only
2020-11-02  Tom Hromatkaftests: Fix config typo in test 001
2020-11-02  Tom Hromatkaftests: Run a cgv1 process in the recursive cgdelete...
2020-11-02  Tom Hromatkaftests: Add class to create and manage child processes
2020-11-02  Tom Hromatkaftests: Add support for shell commands in containers
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-28  Tom Hromatkatravis: Add test job on cgroup v2 Ubuntu 20.04 16/head
2020-10-28  Tom Hromatkatravis: Exclude lex.l and parse.y from code coverage
2020-10-22  Tom HromatkaMerge pull request #14 from drakenclimber/issues/cgdelete
2020-10-22  Tom HromatkaMerge pull request #3 from drakenclimber/issues/cgdelete
2020-10-16  Tom Hromatkaapi.c: Replace hardcoded "/tasks" in delete functions 14/head
2020-10-16  Tom Hromatkaftests: Add recursive cgdelete functional test
2020-10-15  Tom HromatkaMerge pull request #13 from drakenclimber/issues/cgclas...
2020-10-15  Tom HromatkaMerge pull request #2 from drakenclimber/issues/cgclassify
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-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 HromatkaRevert "DO NOT COMMIT"
2020-09-09  Tom HromatkaMerge pull request #11 from drakenclimber/issues/cgcreate
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()
next