]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2022-02-16  Kamalesh Babulaltest-013: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-012: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-011: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-010: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-009: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-008: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-007: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-006: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-005: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-004: make it PEP8 complaint
2022-02-16  Kamalesh Babulaltest-003: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-002: make it PEP8 compliant
2022-02-16  Kamalesh Babulaltest-001: make it PEP8 compliant
2022-02-14  Tom HromatkaREADME.md: Update the LGTM link
2022-02-14  Kamalesh Babulalapi.c: Fix TOCTOU race cgroup_get_cg_type()
2022-02-14  Kamalesh Babulalapi.c: fix a comparison error in cgroup_delete_cgroup_ext()
2022-02-14  Kamalesh Babulalapi: make cgroup_get_subsys_mount_point_end() more...
2022-02-14  Kamalesh Babulalwrapper: remove false checks for snprintf
2022-02-14  Kamalesh Babulaltools/cgsnapshot: rename FILE *of to output_f
2022-02-14  Kamalesh BabulalIntroduce vim modeline for python sources
2022-02-10  Kamalesh Babulaldocs: add library version updates to release process
2022-02-10  Kamalesh BabulalIntroduce vim modeline for python sources
2022-02-10  Tom HromatkaMerge pull request #94 from drakenclimber/issues/emptyc...
2022-02-10  Tom Hromatkapython: Add support to create a cgroup on-disk 94/head
2022-02-10  Tom Hromatkacgcreate, tools: Allow cgroup creation with no controll...
2022-02-10  Tom Hromatkaapi.c: Refactor cgroup_create_cgroup()
2022-02-10  Tom HromatkaMerge pull request #34 from drakenclimber/issues/emptyc...
2022-02-10  Tom Hromatkaftests: Add a python cgcreate test with an empty contro...
2022-02-10  Tom Hromatkaftests: Add a cgreate test with an empty controller...
2022-02-08  Kamalesh Babulalapi.c: fix the buffer size to read /proc/cgroups
2022-02-08  Kamalesh Babulallibcgroup-internal.h: remove FIXME comment
2022-02-08  Kamalesh Babulalapi.c: add return value check for strdup()
2022-02-08  Kamalesh Babulalerror.h: make errno number reading easier
2022-02-03  Tom HromatkaMerge pull request #28 from drakenclimber/issues/cgxget...
2022-02-03  Tom Hromatkagit: tools: Ignore cgxget and cgxset
2022-02-03  Tom Hromatkagithub: Add a code coverage action
2022-02-03  Tom Hromatkapython: Add python bindings using Cython
2022-02-03  Tom Hromatkalibcgroup.so: Add a function to get the library version
2022-02-03  Tom Hromatkacgxset: libcgroup.so: Add cgroup_cgxset() to library
2022-02-03  Tom Hromatkacgxget: libcgroup.so: Add cgroup_cgxget() to library
2022-02-03  Tom Hromatkapython: Delete old python bindings
2022-02-03  Tom Hromatkagithub: Skip test 38 (cpuset) on VMs hosted by Github...
2022-02-03  Tom Hromatkaabstraction-map: Add unmappable cpuset cgroup v1 settings
2022-02-03  Tom Hromatkacgxset: Add a flag to ignore settings that can't be...
2022-02-03  Tom Hromatkacgxget: Add a flag to ignore settings that can't be...
2022-02-03  Tom Hromatkaabstraction-map: Add (currently) unmappable cpu.stat
2022-02-03  Tom Hromatkaabstraction: Add support for unmappable settings
2022-02-03  Tom Hromatkaabstraction-map: Add cpuset.cpu_exclusive <-> cpuset...
2022-02-03  Tom Hromatkaabstraction-map: Add cpuset.{cpus,mems} <-> cpuset...
2022-02-03  Tom Hromatkaabstraction-map: Add cpuset.effective_{cpus,mems} ...
2022-02-03  Tom Hromatkaabstraction-map: Add cpu.cfs_{quota,period}_us <->...
2022-02-03  Tom Hromatkawrapper: Add function to remove name/value pair from...
2022-02-03  Tom Hromatkaapi.c: Add const qualifier to parameters in cgroup_read...
2022-02-03  Tom Hromatkaapi.c/wrapper/abstraction: Save previous setting name...
2022-02-03  Tom Hromatkaabstraction: Add passthrough function
2022-02-03  Tom Hromatkaabstraction: Add name conversion function
2022-02-03  Tom Hromatkacgxset: Introduce cgxset
2022-02-03  Tom Hromatkacgxget: Introduce cgxget
2022-02-03  Tom Hromatkaabstraction-map: Add cpu.shares <-> cpu.weight mapping
2022-02-03  Tom Hromatkaabstraction: Add function to convert from one cgroup...
2022-02-03  Tom Hromatkaabstraction: Add integer conversion function
2022-02-03  Tom Hromatkaabstraction: Add mapping tables
2022-02-03  Tom Hromatkaabstraction: Add cgroup_strtol()
2022-02-03  Tom Hromatkaapi.c: Remove static from cgroup_copy_controller_values()
2022-02-03  Tom Hromatkawrapper.c: Store the version in struct cgroup_controller
2022-02-03  Tom Hromatkagroups.h: Move cg_version_t to groups.h
2022-02-03  Tom Hromatkaautomake: Don't go over 80-character lines
2022-02-03  Kamalesh Babulalconfigure: set version numbers for releases only
2022-02-02  Tom HromatkaMerge pull request #92 from drakenclimber/issues/finalize
2022-02-02  Tom Hromatkagithub: Always run the finalize job 92/head
2022-02-02  Kamalesh Babulalftests-nocontainer: remove the skip argument
2022-02-02  Tom Hromatkaftests: Add a test for unmappable settings
2022-02-02  Tom Hromatkaftests: Add a test for the python bindings to library_v...
2022-02-02  Tom Hromatkaftests: Add a test for the python bindings to cgroup_cg...
2022-02-02  Tom Hromatkacgroup.py: Add support for cgcreate flags
2022-02-02  Tom Hromatkaftests: Add a test for the python bindings to cgroup_cg...
2022-02-02  Tom Hromatkaftests: Add a cgxget/cgxset test for the cpuset controller
2022-02-02  Tom Hromatkaftests: Add more cpu abstraction tests
2022-02-02  Tom Hromatkaftests: Add a cgxget/cgxset test for the cpu controller
2022-02-02  Tom Hromatkaftests: Add support for cgxset to the Cgroup class
2022-02-02  Tom Hromatkaftests: Add support for cgxget to the Cgroup class
2022-01-27  Kamalesh Babulalapi.c: add support for cgroup.threads
2022-01-25  Kamalesh Babulalftests: add a test for cgroup v2 threaded support
2022-01-25  Kamalesh Babulalprocess.py: add support to spawn a multithreaded process
2022-01-25  Tom HromatkaMerge pull request #32 from drakenclimber/issues/validate
2022-01-25  Tom Hromatkaftests: Utilize the new Cgroup validate functions
2022-01-25  Tom Hromatkacgroup: Add helper methods to validate get/set
2022-01-20  Tom HromatkaMerge pull request #86 from drakenclimber/issues/lgtm
2022-01-20  Tom HromatkaREADME.md: Add LGTM badge 86/head
2022-01-19  Tom HromatkaMerge pull request #85 from drakenclimber/issues/codeql
2022-01-19  Tom Hromatkaapi.c: Fix TOCTOU race in cgroup_get_procs() 85/head
2022-01-19  Tom Hromatkagithub: Add a code security scan
2022-01-19  Tom HromatkaSECURITY.md: Add security file
2022-01-18  Kamalesh Babulalapi.c: cache cgrules with CGFLAG_USECACHE flag
2022-01-11  Tom HromatkaMerge pull request #29 from drakenclimber/issues/ci
2022-01-05  Tom Hromatkaftests: Fix syntax error in container.py
2022-01-05  Tom Hromatkaftests: Fix syntax errors in test 025
2022-01-05  Tom Hromatkagithub: Add continuous integration workflow
2022-01-03  Tom HromatkaMerge pull request #83 from drakenclimber/issues/doxyge...
2022-01-03  Tom HromatkaREADME.md: Add Doxygen badge 83/head
next