summaryrefslogtreecommitdiff
path: root/src/rt-app_parse_config.c
AgeCommit message (Expand)Author
2010-03-18Added NOTICE log level, which is now the default (less verbose than info)Giacomo Bagnoli
2010-03-18Implemented resource locking in applicationGiacomo Bagnoli
2010-03-18Modified acl list to be double linkedGiacomo Bagnoli
2010-03-18Move "current" resource to the end of the access list, so that it will be loc...Giacomo Bagnoli
2010-03-18Added some commentsGiacomo Bagnoli
2010-03-18Add resource to acl only if not present, to prevent deadlocksGiacomo Bagnoli
2010-03-18Working resource access serialization with correct debug messagesGiacomo Bagnoli
2010-03-17First step to parse resourcesGiacomo Bagnoli
2010-03-17Added support for naming thread in config fileGiacomo Bagnoli
2010-03-17Parsing of cpusets and priority from json configGiacomo Bagnoli
2010-03-17Added default values supportGiacomo Bagnoli
2010-03-17Better debug logging when parsingGiacomo Bagnoli
2010-03-17Working "global" section parsingGiacomo Bagnoli
2010-03-16Working at the JSON parserGiacomo Bagnoli
2010-03-16Switched from YAML to json. Added support from reading JSON data from stdinGiacomo Bagnoli
2010-03-13Initial parsing for yaml fileGiacomo Bagnoli