summaryrefslogtreecommitdiffstats
path: root/src/api.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reading of empty parameter valuesJan Safranek2009-12-221-3/+7
* Fix error text on failed reading of parameter.Jan Safranek2009-12-221-1/+1
* libcgroup: trivial: Fix typoDhaval Giani2009-12-161-1/+1
* Fix cgroup_get_all_controller_{begin, next, end} apiIvana Hutarova Varekova2009-12-161-9/+0
* Cleanup: Define ECGRULESPARSEFAIL for the parser error of cgrules.conf.Ken'ichi Ohmichi2009-11-111-2/+2
* Remove VERSION macro from api.cJan Safranek2009-08-291-11/+0
* Shorten error text of ECGOTHERJan Safranek2009-08-291-4/+1
* libcgroup: Fix compile errorDhaval Giani2009-08-061-1/+1
* add api for generating the list of all controllers (not only mount ones)Ivana Hutarova Varekova2009-08-061-0/+76
* Add recursive cgroup_delete_cgroup_ext.Jan Safranek2009-08-061-26/+124
* Split cgroup removal to separate functions.Jan Safranek2009-08-061-49/+154
* RFC: Fix cgroup_find_parent functionJan Safranek2009-08-061-31/+57
* Cleanup: find better name for CGRULE_CGRED_TEMP_FILEJan Safranek2009-07-011-2/+2
* Fix cgroup_find_matching_rule() call.Ken'ichi Ohmichi2009-06-301-1/+1
* Cleanup: Clarify the number meanings of string length.Ken'ichi Ohmichi2009-06-291-4/+4
* Add the library function cgroup_register_unchanged_process().Ken'ichi Ohmichi2009-06-291-0/+42
* Add the key "process name" to find a matching rule.Ken'ichi Ohmichi2009-06-291-59/+95
* Add the parser of process name in /etc/cgrules.conf.Ken'ichi Ohmichi2009-06-291-4/+45
* Add cgroup_get_procname_from_procfs() for getting a process name.Ken'ichi Ohmichi2009-06-291-0/+188
* libcgroup: Introduce an API to get the mount point of a specific subsystemDhaval Giani2009-06-261-0/+28
* Fix some warnings.Ken'ichi Ohmichi2009-06-251-2/+1
* libcgroup: Introduce get_controller APIDhaval Giani2009-06-181-0/+74
* libcgroup: Use double pointers everywhere in the get_task APIsDhaval Giani2009-06-181-3/+3
* libcgroup: Introduce post order walkDhaval Giani2009-06-181-4/+13
* libcgroup: Add flags to the walk_tree handleDhaval Giani2009-06-181-10/+50
* cgconfigparser: Change mkdir in cgroup_config_mount_fs to mkdir -pDhaval Giani2009-06-181-1/+1
* Prevent to add multiple versions of the same controller to mount_tableIvana Varekova2009-06-181-0/+18
* Cleanup: Integrate similar code to cgroup_get_uid_gid_from_procfs().Ken'ichi Ohmichi2009-06-081-0/+55
* Cleanup: Rename "name" to "username" in struct cgroup_rule.Ken'ichi Ohmichi2009-06-081-8/+9
* Cleanup: Add cg_skip_unused_charactors_in_rule().Ken'ichi Ohmichi2009-06-081-16/+29
* Cleanup: Use sizeof() in memset().Ken'ichi Ohmichi2009-06-081-23/+5
* Cleanup: Remove unnecessary strlen() in strncpy().Ken'ichi Ohmichi2009-06-081-2/+3
* Cleanup: make the indent of cgroup_init()shallower.Ken'ichi Ohmichi2009-05-181-22/+20
* Fix the error handling if failing to open/etc/cgrules.conf.Ken'ichi Ohmichi2009-05-181-4/+5
* Fix ECGOTHER error messageIvana Varekova2009-05-081-2/+2
* I tested a cgrlesengd daemon with huge load, which makes many 'su',Ken'ichi Ohmichi2009-05-081-4/+6
* libcgroup: Add new API to walk tasksDhaval Giani2009-04-221-0/+68
* Fix a few compilation warnings in api.cBharata B Rao2009-04-131-0/+4
* Fix the lacks of pthread_rwlock_unlock() calls.Ken'ichi Ohmichi2009-04-131-63/+43
* Here is the v2 of the patch which introduces APIs to read controllerBharata B Rao2009-04-011-0/+102
* Add free() call for error handling.Ken'ichi Ohmichi2009-03-311-2/+2
* Add fclose() calls for error handlingKen'ichi Ohmichi2009-03-311-2/+5
* Distribute files to various subdirectoriesJan Safranek2009-03-261-0/+2320