]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2022-02-23  Tom Hromatkaapi.c: Allow creation of a v2 cgroup with no controllers 102/head
2022-02-23  Tom Hromatkasamples: Add C samples
2022-02-23  Tom Hromatkasamples: Move the config examples to samples/config/
2022-02-23  Tom Hromatkaconfigure: Delete legacy test artifacts
2022-02-17  Kamalesh Babulalpython/setup.py: make it PEP8 compliant
2022-02-16  Tom HromatkaREADME.md: Add python code quality badge
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  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-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 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-01-27  Kamalesh Babulalapi.c: add support for cgroup.threads
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-03  Tom HromatkaMerge pull request #83 from drakenclimber/issues/doxyge...
2022-01-03  Tom HromatkaREADME.md: Add Doxygen badge 83/head
2021-12-17  Tom Hromatkagithub: Move Doxygen Folder
2021-12-17  Tom HromatkaMerge pull request #79 from drakenclimber/issues/doxygen
2021-12-17  Tom Hromatkagithub: Add Doxyfile and github doxygen action 79/head
2021-12-16  Ingo van LilInitialize cgroup version for named V1 hierarchy
2021-12-14  Tom HromatkaMerge pull request #74 from drakenclimber/issues/73
2021-12-14  Tom Hromatkaapi.c: Allow reading/writing from cgroup.* files in... 74/head
2021-12-07  Tom HromatkaMerge pull request #76 from drakenclimber/issues/71
2021-12-07  Tom Hromatkagithub: Force a fresh clone on all self-hosted runners 76/head
2021-12-07  Tom HromatkaMerge pull request #75 from drakenclimber/issues/71v2
2021-12-07  Tom Hromatkatests: Update submodule to the latest commit on libcgro... 75/head
2021-12-03  Ross Burtonautomake: idiomatically mark test libraries as convenie...
2021-11-12  Tom Hromatkaautomake: Don't install testing libraries
2021-11-12  Tom Hromatkaautomake: Link libcgset with libcgroup
2021-11-01  Kamalesh BabulalREADME: fix typos across the file
2021-11-01  Kamalesh Babulalcgclassify: fix error message
2021-10-25  Kamalesh Babulalgithub: re-arrange workflow run commands
2021-09-14  Ross Burtonconfigure.ac: check for the library containing fts_open
2021-07-21  Tom HromatkaMerge pull request #59 from drakenclimber/issues/mainbadge
2021-07-21  Tom HromatkaREADME.md: Display status of main branch in build statu... 59/head
2021-07-06  Tom HromatkaMerge pull request #57 from drakenclimber/issues/fixmerge
2021-07-06  Tom Hromatkagithub: Fix merge collision in v1/v2 code coverage 57/head
2021-07-06  Tom HromatkaMerge pull request #56 from drakenclimber/issues/improv...
2021-07-06  Tom Hromatkagithub: Improve code coverage collection 56/head
2021-07-06  Tom HromatkaMerge pull request #54 from drakenclimber/issues/remove...
2021-07-06  Tom Hromatkagithub: Delete the tests folder before bootstrap 54/head
2021-07-06  Tom HromatkaMerge pull request #53 from drakenclimber/pull/45
2021-07-06  Anthony G.... Replace __BEGIN_DECLS and __END_DECLS with extern "C". 53/head
2021-06-21  Tom HromatkaMerge pull request #52 from drakenclimber/issues/cgv2...
2021-06-21  Tom Hromatkagithub: Add self-hosted runner 52/head
2021-06-09  Tom HromatkaMerge pull request #51 from drakenclimber/issues/contri...
2021-06-09  Tom Hromatkadocs: Add CONTRIBUTING.md 51/head
2021-06-01  Tom HromatkaMerge pull request #49 from drakenclimber/issues/delete...
next